Skip to content

Commit

Permalink
linux/efa: Bump driver version to 1.12.3
Browse files Browse the repository at this point in the history
Reviewed-by: Firas JahJah <[email protected]>
Signed-off-by: Gal Pressman <[email protected]>
  • Loading branch information
gal-pressman committed Jun 27, 2021
1 parent 5d98c29 commit 3bc75c1
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 10 deletions.
3 changes: 3 additions & 0 deletions kernel/linux/efa/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ The driver was tested on the following distributions:
* SUSE Linux Enterprise 15 SP2
* openSUSE Leap 15.2

## r1.12.3 release notes
* Fix potential NULL pointer dereference when using GDR on newer kernel version

## r1.12.2 release notes
* Fix mmap flow for applications compiled with EXEC permissions
* Couple of packaging fixes
Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/conf/dkms-gdr.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="efa"
PACKAGE_VERSION="1.12.2"
PACKAGE_VERSION="1.12.3"
CLEAN="cd build; make modules_clean; make clean"
PRE_BUILD="./configure-dkms.sh $kernelver $source_tree"
# Quoted 'make' to suppress DKMS append of KERNELRELEASE
Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/conf/dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="efa"
PACKAGE_VERSION="1.12.2"
PACKAGE_VERSION="1.12.3"
CLEAN="cd build; make modules_clean; make clean"
PRE_BUILD="./configure-dkms.sh $kernelver $source_tree"
# Quoted 'make' to suppress DKMS append of KERNELRELEASE
Expand Down
5 changes: 5 additions & 0 deletions kernel/linux/efa/debian-gdr/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
efa (1.12.3-1.amzn1) unstable; urgency=medium
* Fix potential NULL pointer dereference when using GDR on newer kernel version

-- Gal Pressman <[email protected]> Sun, 27 Jun 2021 11:03:33 +0000

efa (1.12.2-1.amzn1) unstable; urgency=medium
* Fix mmap flow for applications compiled with EXEC permissions
* Couple of packaging fixes
Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/debian-gdr/efa-gdr.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

NAME=efa
DRIVER_VERSION=1.12.2
DRIVER_VERSION=1.12.3
INSTALL_PATH=/usr/src/${NAME}-${DRIVER_VERSION}

cd $INSTALL_PATH
Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/debian-gdr/efa-gdr.prerm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

NAME=efa
DRIVER_VERSION=1.12.2
DRIVER_VERSION=1.12.3

dkms remove -m ${NAME} -v ${DRIVER_VERSION} --all

Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/debian-gdr/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export DH_VERBOSE = 1

NAME = efa-gdr
DRIVER_NAME = efa
VERSION = 1.12.2
VERSION = 1.12.3
DESTDIR:=`pwd`/debian/${NAME}
INSTALL_PATH = /usr/src/${DRIVER_NAME}-${VERSION}

Expand Down
5 changes: 5 additions & 0 deletions kernel/linux/efa/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
efa (1.12.3-1.amzn1) unstable; urgency=medium
* Fix potential NULL pointer dereference when using GDR on newer kernel version

-- Gal Pressman <[email protected]> Sun, 27 Jun 2021 11:03:33 +0000

efa (1.12.2-1.amzn1) unstable; urgency=medium
* Fix mmap flow for applications compiled with EXEC permissions
* Couple of packaging fixes
Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/debian/efa.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

NAME=efa
DRIVER_VERSION=1.12.2
DRIVER_VERSION=1.12.3
INSTALL_PATH=/usr/src/${NAME}-${DRIVER_VERSION}

cd $INSTALL_PATH
Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/debian/efa.prerm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

NAME=efa
DRIVER_VERSION=1.12.2
DRIVER_VERSION=1.12.3

dkms remove -m ${NAME} -v ${DRIVER_VERSION} --all

Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include /usr/share/dpkg/pkg-info.mk
export DH_VERBOSE = 1

NAME = efa
VERSION = 1.12.2
VERSION = 1.12.3
DESTDIR:=`pwd`/debian/${NAME}
INSTALL_PATH = /usr/src/${NAME}-${VERSION}

Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else
NAME = efa
endif
SPEC = $(NAME).spec
VERSION = 1.12.2
VERSION = 1.12.3

TOPDIR := $(shell git rev-parse --show-toplevel)
TAG ?= HEAD
Expand Down
3 changes: 3 additions & 0 deletions kernel/linux/efa/rpm/efa-gdr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ install -m 644 Kbuild.in %{buildroot}%{install_path}/src
/etc/modprobe.d/efa.conf

%changelog
* Sun Jun 27 2021 Gal Pressman <[email protected]> - 1.12.3
- Fix potential NULL pointer dereference when using GDR on newer kernel version

* Wed Jun 16 2021 Gal Pressman <[email protected]> - 1.12.2
- Fix mmap flow for applications compiled with EXEC permissions
- Couple of packaging fixes
Expand Down
3 changes: 3 additions & 0 deletions kernel/linux/efa/rpm/efa.spec
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ install -m 644 Kbuild.in %{buildroot}%{install_path}/src
/etc/modprobe.d/efa.conf

%changelog
* Sun Jun 27 2021 Gal Pressman <[email protected]> - 1.12.3
- Fix potential NULL pointer dereference when using GDR on newer kernel version

* Wed Jun 16 2021 Gal Pressman <[email protected]> - 1.12.2
- Fix mmap flow for applications compiled with EXEC permissions
- Couple of packaging fixes
Expand Down
2 changes: 1 addition & 1 deletion kernel/linux/efa/src/efa_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static const struct pci_device_id efa_pci_tbl[] = {

#define DRV_MODULE_VER_MAJOR 1
#define DRV_MODULE_VER_MINOR 12
#define DRV_MODULE_VER_SUBMINOR 2
#define DRV_MODULE_VER_SUBMINOR 3

#ifndef DRV_MODULE_VERSION
#define DRV_MODULE_VERSION \
Expand Down

0 comments on commit 3bc75c1

Please sign in to comment.