Skip to content

Commit e9b545d

Browse files
committed
all: CHANGELOG update for release v2.5.2
Acked-by: Paul Moore <[email protected]> Signed-off-by: Tom Hromatka <[email protected]> (cherry picked from commit 1d26fa1)
1 parent e0bf9b7 commit e9b545d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ libseccomp: Releases
22
===============================================================================
33
https://github.com/seccomp/libseccomp
44

5+
* Version 2.5.2 - August 31, 2021
6+
- Update the syscall table for Linux v5.14-rc7
7+
- Add a function, get_notify_fd(), to the Python bindings to get the
8+
nofication file descriptor
9+
- Consolidate multiplexed syscall handling for all architectures into one
10+
location
11+
- Add multiplexed syscall support to PPC
12+
- Add multiplexed syscall support to MIPS
13+
- The meaning of SECCOMP_IOCTL_NOTIF_ID_VALID changed within the kernel.
14+
Modify the libseccomp file descriptor notification logic to support the
15+
kernel's previous and new usage of SECCOMP_IOCTL_NOTIF_ID_VALID
16+
517
* Version 2.5.1 - November 20, 2020
618
- Fix a bug where seccomp_load() could only be called once
719
- Change the notification fd handling to only request a notification fd if

0 commit comments

Comments
 (0)