This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5c4e0a21fae8 string: uninline memcpy_and_pad new 7d613f9f72ec signal: Remove the bogus sigkill_pending in ptrace_stop new 4f627af8e606 ptrace: Remove the unnecessary arguments from arch_ptrace_stop new 7e3c4fb7fc19 exec: Check for a pending fatal signal instead of core_state new d67e03e36161 exit: Factor coredump_exit_mm out of exit_mm new 92307383082d coredump: Don't perform any cleanups before dumping core new 0258b5fd7c71 coredump: Limit coredumps to a single thread group new 3f66f86bfed3 per signal_struct coredumps new a602285ac11b Merge branch 'per_signal_struct_coredumps-for-v5.16' of gi [...]
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/ia64/include/asm/ptrace.h | 4 +- arch/sparc/include/asm/ptrace.h | 8 ++-- fs/binfmt_elf.c | 4 +- fs/binfmt_elf_fdpic.c | 2 +- fs/coredump.c | 88 ++++++----------------------------------- fs/exec.c | 14 +++---- fs/proc/array.c | 6 +-- include/linux/mm_types.h | 13 ------ include/linux/ptrace.h | 22 +++++------ include/linux/sched.h | 1 + include/linux/sched/signal.h | 13 ++++++ kernel/exit.c | 76 +++++++++++++++++++---------------- kernel/fork.c | 4 +- kernel/signal.c | 49 ++++------------------- mm/debug.c | 4 +- mm/oom_kill.c | 6 +-- 16 files changed, 106 insertions(+), 208 deletions(-)