This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 79e06c4c4950 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new aa8bf298a96a ext4: simplify ext4_sb_read_encoding new 86e805757978 f2fs: simplify f2fs_sb_read_encoding new a440943e68cd unicode: remove the charset field from struct unicode_map new f3a9c8239600 unicode: mark the version field in struct unicode_map unsigned new 49bd03cc7e95 unicode: pass a UNICODE_AGE() tripple to utf8_load new 379210db489c unicode: remove the unused utf8{,n}age{min,max} functions new 9012d79cf0c7 unicode: simplify utf8len new fbc59d65059e unicode: move utf8cursor to utf8-selftest.c new 6ca99ce756c2 unicode: cache the normalization tables in struct unicode_map new 2b3d04787012 unicode: Add utf8-data module new e2a58d2d3416 unicode: only export internal symbols for the selftests new 6661224e66f0 Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/ [...] new e7f7c99ba911 signal: In get_signal test for signal_group_exit every tim [...] new 5768d8906bc2 signal: Requeue signals in the appropriate queue new b171f667f378 signal: Requeue ptrace signals new 5ae9497dda62 signal: requeuing undeliverable signals new 9d3f401c52e3 Merge SA_IMMUTABLE-fixes-for-v5.16-rc2 new 5e354747b2c9 exit/s390: Remove dead reference to do_exit from copy_thread new 0e25498f8cd4 exit: Add and use make_task_dead. new 05ea0424f0e2 exit: Move oops specific logic from do_exit into make_task_dead new 7f80a2fd7db9 exit: Stop poorly open coding do_task_dead in make_task_dead new eb55e716ac1a exit: Stop exporting do_exit new bbda86e988d4 exit: Implement kthread_exit new ca3574bd653a exit: Rename module_put_and_exit to module_put_and_kthread_exit new cead18552660 exit: Rename complete_and_exit to kthread_complete_and_exit new 40966e316f86 kthread: Ensure struct kthread is present for all kthreads new 6b1248798eb6 exit/kthread: Move the exit code for kernel threads into s [...] new 5eb6f22823e0 exit/kthread: Fix the kerneldoc comment for kthread_comple [...] new 1fb466dff904 objtool: Add a missing comma to avoid string concatenation new 6692c98c7df5 fork: Stop protecting back_fork_cleanup_cgroup_lock with C [...] new ff8288ff475e fork: Rename bad_fork_cleanup_threadgroup_lock to bad_fork [...] new dd621ee0cf8e kthread: Warn about failed allocations for the init kthread new 00580f03af5e kthread: Never put_user the set_child_tid address new e32cf5dfbe22 kthread: Generalize pf_io_worker so it can point to struct [...] new 4f0712ccec09 hexagon: Fix function name in die() new ab4ababdf77c h8300: Fix build errors from do_exit() to make_task_dead() [...] new 751971af2e36 csky: Fix function name in csky_alignment() and die() new 85be9ae7b630 exit/xtensa: In arch/xtensa/entry.S:Linvalid_mask call mak [...] new 912616f142bf exit: Guarantee make_task_dead leaks the tsk when calling [...] new de77c3a5b95c exit: Move force_uaccess back into do_exit new 98b24b16b2ae signal: Have the oom killer detect coredumps using signal- [...] new a0287db0f1d6 signal: Have prepare_signal detect coredumps using signal- [...] new 7ba03471ac4a signal: Make coredump handling explicit in complete_signal new 752dc9707567 signal: During coredumps set SIGNAL_GROUP_EXIT in zap_process new 2f824d4d197e signal: Remove SIGNAL_GROUP_COREDUMP new 6ac79ec5378b coredump: Stop setting signal->group_exit_task new 60700e38fb68 signal: Rename group_exit_task group_exec_task new 49697335e0b4 signal: Remove the helper signal_group_exit new 6410349ea5e1 signal: clean up kernel-doc comments new 2d4bcf886e42 exit: Remove profile_task_exit & profile_munmap new 2873cd31a20c exit: Remove profile_handoff_task new 270b6541e603 exit: Coredumps reach do_group_exit new 907c311f37ba exit: Fix the exit_code for wait_task_zombie new 2d18f7f45620 exit: Use the correct exit_code in /proc/<pid>/stat new 1b5a42d9c85f taskstats: Cleanup the use of task->exit_code new 6707d0fc6057 ptrace: Remove second setting of PT_SEIZED in ptrace_attach new 4264178416cd ptrace: Remove unused regs argument from ptrace_report_syscall new a403df29789b ptrace/m68k: Stop open coding ptrace_report_syscall new 35ce8ae9ae2e Merge branch 'signal-for-v5.17' of git://git.kernel.org/pu [...]
The 59 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/traps.c | 6 +- arch/alpha/mm/fault.c | 2 +- arch/arm/kernel/traps.c | 2 +- arch/arm/mm/fault.c | 2 +- arch/arm64/kernel/traps.c | 2 +- arch/arm64/mm/fault.c | 2 +- arch/csky/abiv1/alignment.c | 2 +- arch/csky/kernel/traps.c | 2 +- arch/csky/mm/fault.c | 2 +- arch/h8300/kernel/traps.c | 3 +- arch/h8300/mm/fault.c | 2 +- arch/hexagon/kernel/traps.c | 2 +- arch/ia64/kernel/mca_drv.c | 2 +- arch/ia64/kernel/traps.c | 2 +- arch/ia64/mm/fault.c | 2 +- arch/m68k/kernel/ptrace.c | 12 +- arch/m68k/kernel/traps.c | 2 +- arch/m68k/mm/fault.c | 2 +- arch/microblaze/kernel/exceptions.c | 4 +- arch/mips/kernel/traps.c | 2 +- arch/nds32/kernel/fpu.c | 2 +- arch/nds32/kernel/traps.c | 8 +- arch/nios2/kernel/traps.c | 4 +- arch/openrisc/kernel/traps.c | 2 +- arch/parisc/kernel/traps.c | 2 +- arch/powerpc/kernel/traps.c | 8 +- arch/riscv/kernel/traps.c | 2 +- arch/riscv/mm/fault.c | 2 +- arch/s390/kernel/dumpstack.c | 2 +- arch/s390/kernel/nmi.c | 2 +- arch/sh/kernel/traps.c | 2 +- arch/sparc/kernel/traps_32.c | 4 +- arch/sparc/kernel/traps_64.c | 4 +- arch/x86/entry/entry_32.S | 6 +- arch/x86/entry/entry_64.S | 6 +- arch/x86/kernel/dumpstack.c | 4 +- arch/xtensa/kernel/entry.S | 2 +- arch/xtensa/kernel/traps.c | 2 +- crypto/algboss.c | 4 +- drivers/net/wireless/rsi/rsi_91x_coex.c | 2 +- drivers/net/wireless/rsi/rsi_91x_main.c | 2 +- drivers/net/wireless/rsi/rsi_91x_sdio_ops.c | 2 +- drivers/net/wireless/rsi/rsi_91x_usb_ops.c | 2 +- drivers/pnp/pnpbios/core.c | 6 +- drivers/staging/rts5208/rtsx.c | 16 +- drivers/usb/atm/usbatm.c | 2 +- drivers/usb/gadget/function/f_mass_storage.c | 2 +- fs/cifs/connect.c | 2 +- fs/coredump.c | 14 +- fs/exec.c | 12 +- fs/ext4/super.c | 39 ++- fs/f2fs/super.c | 38 +-- fs/f2fs/sysfs.c | 3 +- fs/io-wq.c | 6 +- fs/io-wq.h | 2 +- fs/jffs2/background.c | 2 +- fs/lockd/svc.c | 2 +- fs/nfs/callback.c | 4 +- fs/nfs/nfs4state.c | 2 +- fs/nfsd/nfssvc.c | 2 +- fs/proc/array.c | 6 +- fs/signalfd.c | 5 +- fs/unicode/Kconfig | 13 +- fs/unicode/Makefile | 13 +- fs/unicode/mkutf8data.c | 24 +- fs/unicode/utf8-core.c | 109 ++++----- fs/unicode/utf8-norm.c | 262 +++------------------ fs/unicode/utf8-selftest.c | 94 ++++---- .../{utf8data.h_shipped => utf8data.c_shipped} | 22 +- fs/unicode/utf8n.h | 81 +++---- include/linux/kernel.h | 1 - include/linux/kthread.h | 4 +- include/linux/module.h | 6 +- include/linux/profile.h | 45 ---- include/linux/sched.h | 4 +- include/linux/sched/signal.h | 25 +- include/linux/sched/task.h | 1 + include/linux/sunrpc/svc.h | 2 +- include/linux/tracehook.h | 7 +- include/linux/unicode.h | 49 +++- kernel/exit.c | 97 ++++---- kernel/fork.c | 20 +- kernel/futex/core.c | 2 +- kernel/kexec_core.c | 2 +- kernel/kthread.c | 88 ++++--- kernel/module.c | 6 +- kernel/profile.c | 73 ------ kernel/ptrace.c | 2 - kernel/sched/core.c | 16 +- kernel/signal.c | 61 +++-- kernel/tsacct.c | 7 +- lib/kunit/try-catch.c | 4 +- mm/mmap.c | 1 - mm/oom_kill.c | 2 +- net/bluetooth/bnep/core.c | 2 +- net/bluetooth/cmtp/core.c | 2 +- net/bluetooth/hidp/core.c | 2 +- tools/objtool/check.c | 8 +- 98 files changed, 599 insertions(+), 856 deletions(-) rename fs/unicode/{utf8data.h_shipped => utf8data.c_shipped} (99%)