From: Linus Torvalds Date: Fri, 3 Jan 2020 00:42:10 +0000 (-0800) Subject: Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees... X-Git-Tag: v5.15~4816 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf6dd9a58ebaba2608d2aebd2a7a704014121f16;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'seccomp-v5.5-rc5' of git://git./linux/kernel/git/kees/linux Pull seccomp fixes from Kees Cook: "Fixes for seccomp_notify_ioctl uapi sanity from Sargun Dhillon. The bulk of this is fixing the surrounding samples and selftests so that seccomp can correctly validate the seccomp_notify_ioctl buffer as being initially zeroed. Summary: - Fix samples and selftests to zero passed-in buffer - Enforce zeroed buffer checking - Verify buffer sanity check in selftest" * tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: selftests/seccomp: Catch garbage on SECCOMP_IOCTL_NOTIF_RECV seccomp: Check that seccomp_notif is zeroed out by the user selftests/seccomp: Zero out seccomp_notif samples/seccomp: Zero out members based on seccomp_notif_sizes --- bf6dd9a58ebaba2608d2aebd2a7a704014121f16