This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 66e55ff12e73 Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/s [...] new 4b8e88e563b5 ftruncate: pass a signed offset new d3882564a77c syscalls: fix compat_sys_io_pgetevents_time64 usage new bae6428a9fff sparc: fix old compat_sys_select() new d6fbd26fb872 sparc: fix compat recv/recvfrom syscalls new 20a50787349f parisc: use correct compat recv/recvfrom syscalls new 403f17a33073 parisc: use generic sys_fanotify_mark implementation new b1e31c134a8a powerpc: restore some missing spu syscalls new 30766f1105d6 sh: rework sync_file_range ABI new 3339b99ef6fe csky, hexagon: fix broken sys_sync_file_range new 896842284c6c hexagon: fix fadvise64_64 calling conventions new 5daf62da52ec s390: remove native mmap2() syscall new 295f10061af0 syscalls: mmap(): use unsigned offset type consistently new 0fa8ab5f3533 linux/syscalls.h: add missing __user annotations new 7e1f4eb9a60d kallsyms: rework symbol lookup return codes new adfbe3640b52 Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org [...] new 4181b51c3887 s390/pci: Add missing virt_to_phys() for directed DIBV new d8354a1de2c4 s390/virtio_ccw: Fix config change notifications new 6434b33faaa0 s390/sclp: Fix sclp_init() cleanup on failure new cea5589e958f s390/boot: Do not adjust GOT entries for undef weak sym new 6d6444ba8205 Merge tag 's390-6.10-7' of git://git.kernel.org/pub/scm/li [...]
The 20 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/arm64/include/asm/unistd32.h | 2 +- arch/csky/include/uapi/asm/unistd.h | 1 + arch/csky/kernel/syscall.c | 2 +- arch/hexagon/include/asm/syscalls.h | 6 + arch/hexagon/include/uapi/asm/unistd.h | 1 + arch/hexagon/kernel/syscalltab.c | 7 + arch/loongarch/kernel/syscall.c | 2 +- arch/microblaze/kernel/sys_microblaze.c | 2 +- arch/mips/kernel/syscalls/syscall_n32.tbl | 2 +- arch/mips/kernel/syscalls/syscall_o32.tbl | 2 +- arch/parisc/Kconfig | 1 + arch/parisc/kernel/sys_parisc32.c | 9 -- arch/parisc/kernel/syscalls/syscall.tbl | 6 +- arch/powerpc/kernel/syscalls/syscall.tbl | 6 +- arch/riscv/kernel/sys_riscv.c | 4 +- arch/s390/boot/startup.c | 11 +- arch/s390/kernel/syscall.c | 27 ---- arch/s390/kernel/syscalls/syscall.tbl | 2 +- arch/s390/pci/pci_irq.c | 2 +- arch/sh/kernel/sys_sh32.c | 11 ++ arch/sh/kernel/syscalls/syscall.tbl | 3 +- arch/sparc/kernel/sys32.S | 221 ------------------------------ arch/sparc/kernel/syscalls/syscall.tbl | 8 +- arch/x86/entry/syscalls/syscall_32.tbl | 2 +- drivers/s390/char/sclp.c | 1 + drivers/s390/virtio/virtio_ccw.c | 4 +- fs/open.c | 4 +- include/asm-generic/syscalls.h | 2 +- include/linux/compat.h | 2 +- include/linux/filter.h | 14 +- include/linux/ftrace.h | 6 +- include/linux/module.h | 14 +- include/linux/syscalls.h | 20 +-- include/uapi/asm-generic/unistd.h | 2 +- kernel/bpf/core.c | 7 +- kernel/kallsyms.c | 23 ++-- kernel/module/kallsyms.c | 25 ++-- kernel/sys_ni.c | 2 +- kernel/trace/ftrace.c | 13 +- 39 files changed, 128 insertions(+), 351 deletions(-) create mode 100644 arch/hexagon/include/asm/syscalls.h