[GIT PULL] seccomp fixes for v5.14-rc6

From: Kees Cook
Date: Wed Aug 11 2021 - 15:00:32 EST


Hi Linus,

Please pull these small seccomp fixes for v5.14-rc6.

Thanks!

-Kees

The following changes since commit 9a03abc16c77062c73972df08206f1031862d9b4:

selftests/seccomp: Avoid using "sysctl" for report (2021-06-28 12:49:52 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v5.14-rc6

for you to fetch changes up to b4d8a58f8dcfcc890f296696cadb76e77be44b5f:

seccomp: Fix setting loaded filter count during TSYNC (2021-08-11 11:48:28 -0700)

----------------------------------------------------------------
seccomp fixes for v5.14-rc6

- Fix typo in user notification documentation (Rodrigo Campos)

- Fix userspace counter report when using TSYNC (Hsuan-Chi Kuo, Wiktor Garbacz)

----------------------------------------------------------------
Hsuan-Chi Kuo (1):
seccomp: Fix setting loaded filter count during TSYNC

Rodrigo Campos (1):
Documentation: seccomp: Fix typo in user notification

Documentation/userspace-api/seccomp_filter.rst | 2 +-
kernel/seccomp.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

--
Kees Cook