Skip to content

Commit

Permalink
Merge pull request #32 from tvegas1/xpmem_version
Browse files Browse the repository at this point in the history
KERNEL: Update module version from 2.6.5 to 2.7
  • Loading branch information
yosefe authored Jun 21, 2023
2 parents a6efe8e + b0bcf35 commit 951be2d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# Copyright (c) NVIDIA CORPORATION & AFFILIATES, 2023. ALL RIGHTS RESERVED.
#
# See file LICENSE for terms.
#

## Current
### Features:
#### Kernel driver:
#### Bugfixes:

## 2.7.0 (June 13, 2023)
### Features:
#### Kernel driver:
* Added faulting of multiple pages at once, forward and backward
#### Bugfixes:
* Added compilation fixes for PPC on Ubuntu 18.04
* Fixed vma_iterator compilation issue on kernel 6.1 onwards
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.6.5"
PACKAGE_VERSION="2.7.0"

# 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.6.5");
MODULE_VERSION("2.7.0");
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 0x00026005
#define XPMEM_CURRENT_VERSION_STRING "2.6.5"
#define XPMEM_CURRENT_VERSION 0x00027000
#define XPMEM_CURRENT_VERSION_STRING "2.7.0"

#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.6.5
Version: 2.7.0
Release: 0
License: GPLv2
Group: System Environment/Kernel
Expand Down

0 comments on commit 951be2d

Please sign in to comment.