Michael Schmitz <schmitzmic@xxxxxxxxx> writes:
Respin of m68k kernel seccomp support, again. I have split the (MMU) m68k switch to syscall_trace_enter()/ syscall_trace_leave() patch from the patch adding return code checks for syscall_trace_enter() as suggested by Al Viro. Patch 1 could now replace Eric's patch 'Stop open coding ptrace_report_syscall'.
That change has merged and should show up in v5.17-rc1, but that should not matter in practice. This series just deletes the function I modified and replaces it with something that is equivalent for my purposes.
Rest of the series remains unchanged.
Acked-by: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Eric