[GIT PULL] seccomp fix for v5.18-rc6

From: Kees Cook
Date: Tue May 03 2022 - 17:34:18 EST


Hi Linus,

Please pull this small seccomp selftest fix for v5.18-rc6. The selftest
environment assumptions that seccomp depended on changed slightly in
v5.17 and Jann found a simple fix.

Thanks!

-Kees

The following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:

Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 2bfed7d2ffa5d86c462d3e2067f2832eaf8c04c7:

selftests/seccomp: Don't call read() on TTY from background pgrp (2022-04-29 11:28:41 -0700)

----------------------------------------------------------------
seccomp fix for v5.18-rc6

- Avoid using stdin for read syscall testing (Jann Horn)

----------------------------------------------------------------
Jann Horn (1):
selftests/seccomp: Don't call read() on TTY from background pgrp

tools/testing/selftests/seccomp/seccomp_bpf.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

--
Kees Cook