forked from openucx/xpmem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
27 lines (23 loc) · 631 Bytes
/
Copy pathNEWS
File metadata and controls
27 lines (23 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Copyright (c) NVIDIA CORPORATION & AFFILIATES, 2023. ALL RIGHTS RESERVED.
#
# See file LICENSE for terms.
#
## Current
### Features:
#### 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
## 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