mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
# New commits in core/entry:
05c033db7e ("entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution")
71ff30013f ("entry: Make return type of syscall_trace_enter() bool")
dfc98c7a46 ("entry: Rework trace_syscall_enter()")
6f25517010 ("entry: Rework syscall_audit_enter()")
8383e05af7 ("syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCH")
4a3591287f ("entry: Fix seccomp bypass after ptrace with TSYNC")
fb419d53f2 ("x86/entry: Simplify the syscall number logic")
1b1f3b3e1b ("x86/entry: Get rid of the sys_ni_syscall() indirection")
2b341c74db ("x86/entry: Make syscall functions static")
622f04e974 ("ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()")
7ba2ba7471 ("seccomp, treewide: Rename and convert __secure_computing() to return boolean")
8af25d0a2e ("entry: Use syscall number instead of rereading it")
bad2a27ba8 ("entry: Remove syscall_enter_from_user_mode()")
9d311796e2 ("x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()")
05a194d8bd ("s390/syscall: Use enter_from_user_mode_randomize_stack()")
d023abfbc4 ("riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()")
3b2b9c0198 ("powerpc/syscall: Use syscall_enter_from_user_mode_randomize_stack()")
7892c5a22a ("loongarch/syscall: Use syscall_enter_from_user_mode_randomize_stack()")
855c103f86 ("entry: Provide [syscall_]enter_from_user_mode_randomize_stack()")
0b9a305753 ("randomize_kstack: Provide add_random_kstack_offset_irqsoff()")
89d163dd9d ("powerpc: Move stack randomization after syscall_enter_from_user_mode()")
5b6e32ba7b ("syscall_user_dispatch: Add kernel.syscall_user_dispatch sysctl")
ee935e8dc7 ("syscall_user_dispatch: Make it configurable in Kconfig")
Signed-off-by: Ingo Molnar <mingo@kernel.org>