All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] seccomp updates for v6.15-rc1
@ 2025-03-17 16:09 Kees Cook
  2025-03-25  0:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Kees Cook @ 2025-03-17 16:09 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Kees Cook, Linus Walleij, Mateusz Guzik,
	Oleg Nesterov, Thomas Bogendoerfer

Hi Linus,

Please pull these seccomp updates for v6.15-rc1.

Thanks!

-Kees

The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:

  Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v6.15-rc1

for you to fetch changes up to 8f19331384e6ca816f5bea20ab45c4b72a5cd05f:

  seccomp: avoid the lock trip seccomp_filter_release in common case (2025-02-24 11:17:10 -0800)

----------------------------------------------------------------
seccomp updates for v6.15-rc1

- avoid the lock trip seccomp_filter_release in common case (Mateusz Guzik)

- remove unused 'sd' argument through-out (Oleg Nesterov)

- selftests/seccomp: Add hard-coded __NR_uretprobe for x86_64

----------------------------------------------------------------
Kees Cook (1):
      selftests/seccomp: Add hard-coded __NR_uretprobe for x86_64

Mateusz Guzik (1):
      seccomp: avoid the lock trip seccomp_filter_release in common case

Oleg Nesterov (4):
      seccomp/mips: change syscall_trace_enter() to use secure_computing()
      seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTER
      seccomp: remove the 'sd' argument from __secure_computing()
      seccomp: remove the 'sd' argument from __seccomp_filter()

 arch/mips/kernel/ptrace.c                     | 20 ++---------
 arch/powerpc/kernel/ptrace/ptrace.c           |  2 +-
 include/linux/seccomp.h                       | 12 +++----
 kernel/entry/common.c                         |  2 +-
 kernel/seccomp.c                              | 49 ++++++++++++++++-----------
 tools/testing/selftests/seccomp/seccomp_bpf.c |  6 ++++
 6 files changed, 43 insertions(+), 48 deletions(-)

-- 
Kees Cook

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-25  0:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-17 16:09 [GIT PULL] seccomp updates for v6.15-rc1 Kees Cook
2025-03-25  0:45 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.