This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 07953c54a105 firmware_loader: enable XZ by default if compressed suppor [...] new dc55e35f9e81 ipc: Store mqueue sysctls in the ipc namespace new 1f5c135ee509 ipc: Store ipc sysctls in the ipc namespace new def7343ff03b ipc: Use the same namespace to modify and validate new dd141a4955d5 ipc: Remove extra1 field abuse to pass ipc namespace new 0889f44e2810 ipc: Check permissions for checkpoint_restart sysctls at o [...] new 38cd5b12b785 ipc: Remove extra braces new 1888e9b4bb78 Merge tag 'per-namespace-ipc-sysctls-for-v5.19' of git://g [...] new 343f4c49f243 kthread: Don't allocate kthread_struct for init and umh new c5febea0956f fork: Pass struct kernel_clone_args into copy_thread new 36cb0e1cda64 fork: Explicity test for idle tasks in copy_thread new 5bd2e97c868a fork: Generalize PF_IO_WORKER handling new 68d85f0a33b0 init: Deal with the init process being a user mode process new 753550eb0ce1 fork: Explicitly set PF_KTHREAD new 1b2552cbdbe0 fork: Stop allowing kthreads to call execve new b3f9916d81e8 sched: Update task_tick_numa to ignore tasks without an mm new 1ec6574a3c0a Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel [...] new 157cc18122b4 signal: Rename send_signal send_signal_locked new e71ba124078e signal: Replace __group_send_sig_info with send_signal_locked new c200e4bb44e8 ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP new 4a3d2717d140 ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP new 16cc1bc67de8 ptrace: Remove arch_ptrace_attach new cb3c19c93d65 signal: Use lockdep_assert_held instead of assert_spin_locked new 6a2d90ba027a ptrace: Reimplement PTRACE_KILL by always sending SIGKILL new 7b0fe1367ef2 ptrace: Document that wait_task_inactive can't fail new 57b6de08b5f6 ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPs new 2500ad1c7fa4 ptrace: Don't change __state new 5b4197cb287d ptrace: Always take siglock in ptrace_resume new 31cae1eaae4f sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED state new 67850b7bdcd2 Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.ker [...]
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: arch/alpha/kernel/process.c | 13 +-- arch/arc/kernel/process.c | 13 +-- arch/arm/kernel/process.c | 12 ++- arch/arm64/kernel/process.c | 12 ++- arch/csky/kernel/process.c | 15 ++- arch/hexagon/kernel/process.c | 12 ++- arch/ia64/include/asm/ptrace.h | 4 - arch/ia64/kernel/process.c | 15 +-- arch/ia64/kernel/ptrace.c | 57 ----------- arch/m68k/kernel/process.c | 12 ++- arch/microblaze/kernel/process.c | 12 ++- arch/mips/kernel/process.c | 13 +-- arch/nios2/kernel/process.c | 12 ++- arch/openrisc/kernel/process.c | 12 ++- arch/parisc/kernel/process.c | 18 ++-- arch/powerpc/kernel/process.c | 15 +-- arch/riscv/kernel/process.c | 12 ++- arch/s390/kernel/process.c | 12 ++- arch/sh/kernel/process_32.c | 12 ++- arch/sparc/kernel/process_32.c | 12 ++- arch/sparc/kernel/process_64.c | 12 ++- arch/um/include/asm/thread_info.h | 2 + arch/um/kernel/exec.c | 2 +- arch/um/kernel/process.c | 17 ++-- arch/um/kernel/ptrace.c | 8 +- arch/um/kernel/signal.c | 4 +- arch/x86/include/asm/fpu/sched.h | 2 +- arch/x86/include/asm/switch_to.h | 8 +- arch/x86/kernel/fpu/core.c | 4 +- arch/x86/kernel/process.c | 18 ++-- arch/x86/kernel/step.c | 3 +- arch/xtensa/kernel/process.c | 17 ++-- arch/xtensa/kernel/ptrace.c | 4 +- arch/xtensa/kernel/signal.c | 4 +- drivers/tty/tty_jobctrl.c | 4 +- fs/exec.c | 8 +- include/linux/ipc_namespace.h | 37 ++++++- include/linux/ptrace.h | 7 -- include/linux/sched.h | 10 +- include/linux/sched/jobctl.h | 8 ++ include/linux/sched/signal.h | 20 +++- include/linux/sched/task.h | 8 +- include/linux/signal.h | 3 +- init/initramfs.c | 2 + init/main.c | 2 +- ipc/ipc_sysctl.c | 205 +++++++++++++++++++++++--------------- ipc/mq_sysctl.c | 121 ++++++++++++---------- ipc/mqueue.c | 10 +- ipc/namespace.c | 10 ++ kernel/fork.c | 46 +++++++-- kernel/ptrace.c | 87 ++++++---------- kernel/sched/core.c | 5 +- kernel/sched/fair.c | 2 +- kernel/signal.c | 140 ++++++++++++-------------- kernel/time/posix-cpu-timers.c | 6 +- kernel/umh.c | 6 +- 56 files changed, 607 insertions(+), 540 deletions(-)