Hi Linus, Please pull a few changes for alpha. They're mostly small janitorial fixes but there's also more important ones: a patch to fix loading large modules from Edward Humes, and some fixes from Al Viro. Thanks, Matt The following changes since commit f6feea56f66d34259c4222fa02e8171c4f2673d1: Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2023-02-13 14:09:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha.git for-linus for you to fetch changes up to 290ec1d58049e6203062d5fc796c50852112ae00: alpha: in_irq() cleanup (2023-02-24 23:14:22 -0500) ---------------------------------------------------------------- Al Viro (5): alpha: fix FEN fault handling alpha/boot: fix the breakage from -isystem series... alpha/boot/tools/objstrip: fix the check for ELF header alpha/boot/misc: trim unused declarations alpha: lazy FPU switching Bjorn Helgaas (1): alpha: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions Changbin Du (1): alpha: in_irq() cleanup Colin Ian King (1): alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenr Edward Humes (1): alpha: fix R_ALPHA_LITERAL reloc for large modules Joe Perches (1): alpha: Avoid comma separated statements Kees Cook (1): alpha: Implement "current_stack_pointer" Lukas Bulwahn (1): alpha: update config files Maciej W. Rozycki (1): alpha: Remove redundant local asm header redirections Minghao Chi (1): alpha: remove redundant err variable Yang Yang (1): alpha: replace NR_SYSCALLS by NR_syscalls Zhang Jiaming (1): alpha: Add some spaces to ensure format specification rj1 (1): alpha: fixed a typo in core_cia.c arch/alpha/Kconfig | 1 + arch/alpha/boot/bootp.c | 2 +- arch/alpha/boot/bootpz.c | 2 +- arch/alpha/boot/main.c | 2 +- arch/alpha/boot/misc.c | 2 - arch/alpha/boot/stdio.c | 16 ++-- arch/alpha/boot/tools/objstrip.c | 2 +- arch/alpha/configs/defconfig | 2 - arch/alpha/include/asm/Kbuild | 1 + arch/alpha/include/asm/asm-offsets.h | 1 - arch/alpha/include/asm/div64.h | 1 - arch/alpha/include/asm/fpu.h | 61 +++++++++------ arch/alpha/include/asm/io.h | 4 - arch/alpha/include/asm/irq_regs.h | 1 - arch/alpha/include/asm/kdebug.h | 1 - arch/alpha/include/asm/thread_info.h | 18 +++++ arch/alpha/include/asm/unistd.h | 2 +- arch/alpha/include/uapi/asm/ptrace.h | 2 + arch/alpha/kernel/asm-offsets.c | 2 + arch/alpha/kernel/core_cia.c | 2 +- arch/alpha/kernel/entry.S | 148 ++++++++++++++++++----------------- arch/alpha/kernel/module.c | 4 +- arch/alpha/kernel/osf_sys.c | 2 +- arch/alpha/kernel/pci_iommu.c | 8 +- arch/alpha/kernel/perf_event.c | 6 +- arch/alpha/kernel/process.c | 7 +- arch/alpha/kernel/ptrace.c | 18 +++-- arch/alpha/kernel/signal.c | 20 +++-- arch/alpha/kernel/traps.c | 30 +++---- arch/alpha/lib/fpreg.c | 43 ++++++++-- arch/alpha/lib/stacktrace.c | 2 +- kernel/trace/trace.h | 2 +- 32 files changed, 238 insertions(+), 177 deletions(-) delete mode 100644 arch/alpha/include/asm/asm-offsets.h delete mode 100644 arch/alpha/include/asm/div64.h delete mode 100644 arch/alpha/include/asm/irq_regs.h delete mode 100644 arch/alpha/include/asm/kdebug.h