summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2026-07-27 11:27:54 +0200
committerIngo Molnar <mingo@kernel.org>2026-07-27 11:27:55 +0200
commit457678c3181473b20807ea3fd6741640bfa924fa (patch)
tree5abc10c979ab72025e0f3eafabd831a3559a7517 /tools
parent8757374fd8292424c10199a4a36467338a54bb16 (diff)
parent05c033db7e9ad3c34f6968ec568cb6ee01051c57 (diff)
downloadlinux-next-457678c3181473b20807ea3fd6741640bfa924fa.tar.gz
linux-next-457678c3181473b20807ea3fd6741640bfa924fa.zip
Merge branch into tip/master: 'core/entry'
# New commits in core/entry: 05c033db7e9a ("entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution") 71ff30013f19 ("entry: Make return type of syscall_trace_enter() bool") dfc98c7a4642 ("entry: Rework trace_syscall_enter()") 6f25517010dd ("entry: Rework syscall_audit_enter()") 8383e05af734 ("syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCH") 4a3591287fb7 ("entry: Fix seccomp bypass after ptrace with TSYNC") fb419d53f261 ("x86/entry: Simplify the syscall number logic") 1b1f3b3e1b39 ("x86/entry: Get rid of the sys_ni_syscall() indirection") 2b341c74dbf8 ("x86/entry: Make syscall functions static") 622f04e97415 ("ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()") 7ba2ba74713c ("seccomp, treewide: Rename and convert __secure_computing() to return boolean") 8af25d0a2e46 ("entry: Use syscall number instead of rereading it") bad2a27ba8c4 ("entry: Remove syscall_enter_from_user_mode()") 9d311796e2ce ("x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()") 05a194d8bd00 ("s390/syscall: Use enter_from_user_mode_randomize_stack()") d023abfbc4dc ("riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()") 3b2b9c0198bb ("powerpc/syscall: Use syscall_enter_from_user_mode_randomize_stack()") 7892c5a22a4e ("loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()") 855c103f8627 ("entry: Provide [syscall_]enter_from_user_mode_randomize_stack()") 0b9a3057530c ("randomize_kstack: Provide add_random_kstack_offset_irqsoff()") 89d163dd9dac ("powerpc: Move stack randomization after syscall_enter_from_user_mode()") 5b6e32ba7b59 ("syscall_user_dispatch: Add kernel.syscall_user_dispatch sysctl") ee935e8dc757 ("syscall_user_dispatch: Make it configurable in Kconfig") Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/syscall_user_dispatch/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/syscall_user_dispatch/config b/tools/testing/selftests/syscall_user_dispatch/config
index 039e303e59d7..22c4dfe167ca 100644
--- a/tools/testing/selftests/syscall_user_dispatch/config
+++ b/tools/testing/selftests/syscall_user_dispatch/config
@@ -1 +1 @@
-CONFIG_GENERIC_ENTRY=y
+CONFIG_SYSCALL_USER_DISPATCH=y