Skip to content

Commit

Permalink
KERNEL: Update module version to 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tvegas1 committed Oct 5, 2023
1 parent 9c9a132 commit 7774d1c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
#### Kernel driver:
### Bugfixes:

## 2.7.3 (October 5, 2023)
### Bugfixes:
* Fixed compilation on kernel 6.5 onwards
* Fixed xpmem segments created twice

## 2.7.2 (July 12, 2023)
### Bugfixes:
* Fixed compilation on kernel 6.3 onwards
Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# DKMS module name and version
PACKAGE_NAME="xpmem"
PACKAGE_VERSION="2.7.2"
PACKAGE_VERSION="2.7.3"

# module name
BUILT_MODULE_NAME[0]="xpmem"
Expand Down
2 changes: 1 addition & 1 deletion kernel/xpmem_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,6 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Silicon Graphics, Inc.");
MODULE_INFO(supported, "external");
MODULE_DESCRIPTION("XPMEM support");
MODULE_VERSION("2.7.2");
MODULE_VERSION("2.7.3");
module_init(xpmem_init);
module_exit(xpmem_exit);
4 changes: 2 additions & 2 deletions kernel/xpmem_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
* major - major revision number (12-bits)
* minor - minor revision number (16-bits)
*/
#define XPMEM_CURRENT_VERSION 0x00027002
#define XPMEM_CURRENT_VERSION_STRING "2.7.2"
#define XPMEM_CURRENT_VERSION 0x00027003
#define XPMEM_CURRENT_VERSION_STRING "2.7.3"

#define XPMEM_MODULE_NAME "xpmem"

Expand Down
2 changes: 1 addition & 1 deletion xpmem-kmod.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Summary: XPMEM: Cross-partition memory
Name: xpmem-kmod-%{kernel_release}
Version: 2.7.2
Version: 2.7.3
Release: 0
License: GPLv2
Group: System Environment/Kernel
Expand Down

0 comments on commit 7774d1c

Please sign in to comment.