This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 881007522c8f Merge tag 'thermal-5.16-rc1-2' of git://git.kernel.org/pub [...] new e9bdcdbf6936 pid: add pidfd_get_task() helper new ee9955d61a0a mm: use pidfd_get_task() new 6752de1aebee Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/li [...] new 61bc346ce64a uapi/linux/prctl: provide macro definitions for the PR_SCH [...] new a41b74451b35 Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/s [...] new 6ab80d88f82e exit/doublefault: Remove apparently bogus comment about re [...] new 9fd5a04d8efc exit: Remove calls of do_exit after noreturn versions of die new a52f60fa2905 reboot: Remove the unreachable panic after do_exit in reboot(2) new 97cae8482707 signal/sparc32: Remove unreachable do_exit in do_sparc_fault new 95bf9d646c3c signal/mips: Update (_save|_restore)_fp_context to fail wi [...] new ce0ee4e6ac99 signal/sh: Use force_sig(SIGKILL) instead of do_group_exit [...] new 83a1f27ad773 signal/powerpc: On swapcontext failure force SIGSEGV new 984bd71fb320 signal/sparc: In setup_tsb_params convert open coded BUG into BUG new 1a4d21a23c4c signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ON new 1fbd60df8a85 signal/vm86_32: Properly send SIGSEGV when the vm86 state [...] new 9bc508cf0791 signal/s390: Use force_sigsegv in default_trap_handler new 111e70490d2a exit/kthread: Have kernel threads return instead of callin [...] new 26d5badbccdd signal: Implement force_fatal_sig new 941edc5bf174 exit/syscall_user_dispatch: Send ordinary signals on failure new c317d306d550 signal/sparc32: Exit with a fatal signal when try_to_clear [...] new 086ec444f866 signal/sparc32: In setup_rt_frame and setup_fram use force [...] new 695dd0d634df signal/x86: In emulate_vsyscall force a signal instead of [...] new 501c88722797 exit/rtl8723bs: Replace the macro thread_exit with a simpl [...] new 99d7ef1e4792 exit/rtl8712: Replace the macro thread_exit with a simple [...] new 0fdc0c4279c8 exit/r8188eu: Replace the macro thread_exit with a simple [...] new e21294a7aaae signal: Replace force_sigsegv(SIGSEGV) with force_fatal_si [...] new 00b06da29cf9 signal: Add SA_IMMUTABLE to ensure forced siganls do not g [...] new f91140e45534 soc: ti: fix wkup_m3_rproc_boot_thread return type new 5147da902e0d Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel [...]
The 29 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: .../admin-guide/hw-vuln/core-scheduling.rst | 5 +-- arch/arc/kernel/process.c | 2 +- arch/m68k/kernel/traps.c | 2 +- arch/mips/kernel/r2300_fpu.S | 4 +-- arch/mips/kernel/syscall.c | 9 ------ arch/nds32/kernel/traps.c | 2 +- arch/nds32/mm/fault.c | 6 +--- arch/openrisc/kernel/traps.c | 2 +- arch/openrisc/mm/fault.c | 4 +-- arch/powerpc/kernel/signal_32.c | 6 ++-- arch/powerpc/kernel/signal_64.c | 9 ++++-- arch/s390/include/asm/kdebug.h | 2 +- arch/s390/kernel/dumpstack.c | 2 +- arch/s390/kernel/traps.c | 2 +- arch/s390/mm/fault.c | 2 -- arch/sh/kernel/cpu/fpu.c | 10 +++--- arch/sh/kernel/traps.c | 2 +- arch/sh/mm/fault.c | 2 -- arch/sparc/kernel/signal_32.c | 4 +-- arch/sparc/kernel/windows.c | 6 ++-- arch/sparc/mm/fault_32.c | 1 - arch/sparc/mm/tsb.c | 2 +- arch/um/kernel/trap.c | 2 +- arch/x86/entry/vsyscall/vsyscall_64.c | 3 +- arch/x86/kernel/doublefault_32.c | 3 -- arch/x86/kernel/vm86_32.c | 10 +++--- arch/xtensa/kernel/traps.c | 2 +- arch/xtensa/mm/fault.c | 3 +- drivers/firmware/stratix10-svc.c | 4 +-- drivers/soc/ti/wkup_m3_ipc.c | 7 +++-- drivers/staging/r8188eu/core/rtw_cmd.c | 2 +- drivers/staging/r8188eu/include/osdep_service.h | 2 -- drivers/staging/rtl8712/osdep_service.h | 1 - drivers/staging/rtl8712/rtl8712_cmd.c | 2 +- drivers/staging/rtl8723bs/core/rtw_cmd.c | 2 +- drivers/staging/rtl8723bs/core/rtw_xmit.c | 2 +- drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c | 2 +- .../rtl8723bs/include/osdep_service_linux.h | 2 -- fs/exec.c | 2 +- fs/ocfs2/journal.c | 5 +-- include/linux/pid.h | 1 + include/linux/sched/signal.h | 1 + include/linux/signal_types.h | 3 ++ include/uapi/asm-generic/signal-defs.h | 1 + include/uapi/linux/prctl.h | 3 ++ kernel/entry/syscall_user_dispatch.c | 12 +++++--- kernel/kthread.c | 2 +- kernel/pid.c | 36 ++++++++++++++++++++++ kernel/reboot.c | 1 - kernel/sched/core_sched.c | 4 +++ kernel/signal.c | 34 ++++++++++++++------ mm/madvise.c | 15 ++------- mm/oom_kill.c | 15 ++------- net/batman-adv/tp_meter.c | 2 +- 54 files changed, 150 insertions(+), 122 deletions(-)