This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6fd3ec5c7af5 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub [...] new adfc8f9d2f9f NIOS2: fix kconfig unmet dependency warning for SERIAL_COR [...] new 9523b33cc31c NIOS2: setup.c: drop unused variable 'dram_start' new dca50f08a03e Merge tag 'nios2_fixes_for_v5.15_part1' of git://git.kerne [...] new 4bb0bd81ce5e m68k: Handle arrivals of multiple signals correctly new 50e43a573344 m68k: Update ->thread.esp0 before calling syscall_trace() [...] new 0d20abde987b m68k: Leave stack mangling to asm wrapper of sigreturn() new 1dc4027bc8b5 m68k: Document that access_ok is broken for !CONFIG_CPU_HA [...] new c4f607c3124e m68k: Remove the 030 case in virt_to_phys_slow new 25d2cae4a557 m68k: Use BUILD_BUG for passing invalid sizes to get_user/ [...] new 01eec1af5ec4 m68k: Factor the 8-byte lowlevel {get,put}_user code into helpers new 8ade83390930 m68k: Provide __{get,put}_kernel_nofault new 9fde03486402 m68k: Remove set_fs() new e7bd807e8c9e Merge tag 'm68k-for-v5.15-tag3' of git://git.kernel.org/pu [...]
The 13 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/m68k/68000/entry.S | 4 - arch/m68k/Kconfig | 1 - arch/m68k/coldfire/entry.S | 4 - arch/m68k/include/asm/processor.h | 31 +++++- arch/m68k/include/asm/segment.h | 59 ---------- arch/m68k/include/asm/thread_info.h | 3 - arch/m68k/include/asm/tlbflush.h | 11 +- arch/m68k/include/asm/traps.h | 4 + arch/m68k/include/asm/uaccess.h | 215 +++++++++++++++++++++++------------- arch/m68k/kernel/asm-offsets.c | 2 +- arch/m68k/kernel/entry.S | 58 +++++----- arch/m68k/kernel/process.c | 4 +- arch/m68k/kernel/signal.c | 199 ++++++++++++++------------------- arch/m68k/kernel/traps.c | 13 +-- arch/m68k/mac/misc.c | 1 - arch/m68k/mm/cache.c | 25 +---- arch/m68k/mm/init.c | 6 - arch/m68k/mm/kmap.c | 1 - arch/m68k/mm/memory.c | 1 - arch/m68k/mm/motorola.c | 2 +- arch/m68k/sun3/config.c | 3 +- arch/m68k/sun3/mmu_emu.c | 6 +- arch/m68k/sun3/sun3ints.c | 1 - arch/m68k/sun3x/prom.c | 1 - arch/nios2/Kconfig.debug | 3 +- arch/nios2/kernel/setup.c | 2 - 26 files changed, 303 insertions(+), 357 deletions(-) delete mode 100644 arch/m68k/include/asm/segment.h