[GIT PULL] seccomp fix for v6.13-rc8
From: Kees Cook
Date: Tue Jan 14 2025 - 16:42:21 EST
Hi Linus,
Please pull this seccomp fix for v6.13-rc8. Seemed better to get it into
v6.13 final than leave it for the merge window, as it's the only thing
in the seccomp tree currently and fixes a randconfig failure.
Thanks!
-Kees
The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:
Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v6.13-rc8
for you to fetch changes up to f90877dd7fb5085dd9abd6399daf63dd2969fc90:
seccomp: Stub for !CONFIG_SECCOMP (2025-01-08 14:50:11 -0800)
----------------------------------------------------------------
seccomp fix for v6.13-rc8
- Unconditionally define stub for !CONFIG_SECCOMP (Linus Walleij)
----------------------------------------------------------------
Linus Walleij (1):
seccomp: Stub for !CONFIG_SECCOMP
include/linux/seccomp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Kees Cook