]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jul 2025 22:14:29 +0000 (15:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jul 2025 22:14:29 +0000 (15:14 -0700)
commit78bb43e51b94828b333ab296eabf893d5b439fc2
tree69cb10dcbe44c5f2eb5c4913a8c73fed53562dbc
parenta0482e3446cea426bf16571e0000423ed5b25af0
parent5173ac2dc8c09361bdb7787c70a25b5b4d61b454
Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull generic entry code updates from Thomas Gleixner:

 - Split the code into syscall and exception/interrupt parts to ease the
   conversion of ARM[64] to the generic entry infrastructure

 - Extend syscall user dispatching to support a single intercepted range
   instead of the default single non-intercepted range. That allows
   monitoring/analysis of a specific executable range, e.g. a library,
   and also provides flexibility for sandboxing scenarios

 - Cleanup and extend the user dispatch selftest

* tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  entry: Split generic entry into generic exception and syscall entry
  selftests: Add tests for PR_SYS_DISPATCH_INCLUSIVE_ON
  syscall_user_dispatch: Add PR_SYS_DISPATCH_INCLUSIVE_ON
  selftests: Fix errno checking in syscall_user_dispatch test
MAINTAINERS
arch/Kconfig
include/uapi/linux/prctl.h
kernel/sched/core.c
tools/include/uapi/linux/prctl.h