[GIT PULL] seccomp updates for v5.13-rc1

From: Kees Cook
Date: Mon Apr 26 2021 - 14:29:09 EST


Hi Linus,

Please pull these tiny seccomp updates for v5.13-rc1.

Thanks!

-Kees

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v5.13-rc1

for you to fetch changes up to a3fc712c5b37aec802438fe0de095d7f6f3827a3:

seccomp: Fix "cacheable" typo in comments (2021-03-30 22:34:30 -0700)

----------------------------------------------------------------
seccomp updates for v5.13-rc1

- Fix "cacheable" typo in comments (Cui GaoSheng)

- Fix CONFIG for /proc/$pid/status Seccomp_filters (Kenta.Tada@xxxxxxxx)

----------------------------------------------------------------
Cui GaoSheng (1):
seccomp: Fix "cacheable" typo in comments

Kenta.Tada@xxxxxxxx (1):
seccomp: Fix CONFIG tests for Seccomp_filters

fs/proc/array.c | 2 ++
init/init_task.c | 2 +-
kernel/seccomp.c | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)

--
Kees Cook