From dc03195eb63d676f8b6e591674798f878e8f92fe Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 12 Jul 2019 12:13:14 +0000 Subject: [PATCH] Prepare for 5.2 release * NEWS: Update for 5.2 release. --- NEWS | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 8241dc40..370a7ccd 100644 --- a/NEWS +++ b/NEWS @@ -1,21 +1,23 @@ -Noteworthy changes in release ?.? (????-??-??) +Noteworthy changes in release 5.2 (2019-07-12) ============================================== -* Bug fixes - * Fixed syscall tampering on powerpc, powerpc64, sparc, and sparc64 when - PTRACE_GET_SYSCALL_INFO is in use. - * Improvements * Implemented syscall return status filtering with -e status=set option and its aliases: -z (limit syscall printing to successful syscalls only) and -Z (limit syscall printing to failed syscalls only). * Implemented decoding of open_tree, move_mount, fsopen, fsconfig, fsmount, and fspick syscalls. - * Enhanced decoding of bpf, clone, mbind, and set_mempolicy syscalls. + * Enhanced decoding of bpf, clone, inotify_init, mbind, and set_mempolicy + syscalls. * Updated lists of AT_*, AUDIT_*, BPF_*, CLONE_*, ETH_*, KEY_*, KVM_*, MPOL_*, TIPC_*, and V4L2_* constants. * Updated lists of ioctl commands from Linux 5.2. +* Bug fixes + * Fixed syscall tampering on powerpc, powerpc64, sparc, and sparc64 when + PTRACE_GET_SYSCALL_INFO is in use. + * Fixed build with cutting-edge toolchain. + Noteworthy changes in release 5.1 (2019-05-22) ============================================== -- 2.40.0