]> code.ossystems Code Review - openembedded-core.git/commit
strace: upgrade 5.15 -> 5.16
authorwangmy <wangmy@fujitsu.com>
Mon, 17 Jan 2022 14:31:43 +0000 (22:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Jan 2022 10:52:57 +0000 (10:52 +0000)
commite213db717fa274db6dcab6f0b6b0728a87b8d803
treef66a5e534ae65b57456245e44ba0520b6b9d4b09
parent7e42e8bbe4eb97316201640b43cafbbaf916e6e5
strace: upgrade 5.15 -> 5.16

License-Update: year updated to 2022.

Changelog:
=========
Improvements
-----------
-Implemented --secontext=mismatch option to find mismatches in SELinux contexts.
-Implemented decoding of futex_waitv syscall introduced in Linux 5.16.
-Implemented decoding of BPF_LINK_GET_NEXT_ID and BPF_LINK_GET_FD_BY_ID bpf
 syscall commands.
-Enhanced decoding of BPF_MAP_CREATE, BPF_PROG_TEST_RUN, and BPF_PROG_LOAD
 bpf syscall commands.
-Enhanced decoding of BTRFS_IOC_FS_INFO ioctl command.
-Updated lists of AUDIT_*, BPF_*, BTRFS_*, DEVCONF_*, FAN_*, ETH_P_*,
 IPV4_DEVCONF_*, KVM_*, NDA_*, SO_*, and V4L2_* constants.
-Updated lists of ioctl commands from Linux 5.16.

Bug fixes
---------
-Fixed build for older Android.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/strace/strace_5.16.bb [moved from meta/recipes-devtools/strace/strace_5.15.bb with 92% similarity]