This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4899a36f91a9 Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/ [...] new a7c01fa93aeb signal: break out of wait loops on kthread_stop() new c71370bde7db Merge tag 'interrupting_kthread_stop-for-v5.20' of git://g [...] new c579d60f0d0c ipc: mqueue: fix possible memory leak in init_mqueue_fs() new 86fb9c53d82f Merge tag 'retire_mq_sysctls-for-v5.19' of git://git.kerne [...] new cbe9dac37904 signal: Ensure SIGNAL_GROUP_EXIT gets set in do_group_exit new d80f7d7b2c75 signal: Guarantee that SIGNAL_GROUP_EXIT is set on process exit new 9a95f78eab70 signal: Drop signals received after a fatal signal has bee [...] new e572410e47a4 Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/s [...] new de399236e240 ucounts: Split rlimit and ucount values and max values new 493ffd6605b2 Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git [...]
The 10 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: fs/coredump.c | 2 +- fs/exec.c | 2 +- fs/proc/array.c | 2 +- include/linux/sched/signal.h | 1 + include/linux/user_namespace.h | 35 ++++++++++++++++++++++------------- ipc/mqueue.c | 1 + kernel/exit.c | 20 +++++++++++++++++++- kernel/fork.c | 14 ++++++++------ kernel/kthread.c | 1 + kernel/signal.c | 3 ++- kernel/sys.c | 2 +- kernel/ucount.c | 34 +++++++++++++++------------------- kernel/user_namespace.c | 10 +++++----- 13 files changed, 78 insertions(+), 49 deletions(-)