aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/entry/syscall_user_dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-16ptrace: Provide set/get interface for syscall user dispatchGregory Price1-0/+40
2023-04-16syscall_user_dispatch: Untag selector address before access_ok()Gregory Price1-1/+10
2023-04-16syscall_user_dispatch: Split up set_syscall_user_dispatch()Gregory Price1-8/+15
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-2/+2
2021-10-29exit/syscall_user_dispatch: Send ordinary signals on failureEric W. Biederman1-4/+8
2021-02-06entry: Use different define for selector variable in SUDGabriel Krisman Bertazi1-2/+2
2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi1-0/+104