This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 02c438bbfffe Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/l [...] new cdf9df020130 locking/x86/xen: Use try_cmpxchg() in xen_alloc_p2m_entry() new a6aa4eb994ee xen/x86: add extra pages to unpopulated-alloc if available new 89af61fb8f0f xen/xenbus: Use *-y instead of *-objs in Makefile new a3607581cd49 drivers/xen: Improve the late XenStore init protocol new 9351f138d1dc Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.or [...] new e79dfcbfb902 riscv: make image compression configurable new 07501c490785 riscv: show help string for riscv-specific targets new 2aff5f955bba riscv: do not select MODULE_SECTIONS by default new 9ad6bb3298d1 riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MIN new ad5643cf2f69 riscv: Define TASK_SIZE_MAX for __access_ok() new 12cf29c6f900 Merge patch series "riscv: access_ok() optimization" new 7caa9765465f ftrace: riscv: move from REGS to ARGS new a2a4d4a6a0bf riscv: stacktrace: fixed walk_stackframe() new c67ddf59ac44 riscv: force PAGE_SIZE linear mapping if debug_pagealloc i [...] new fb1cf0878328 riscv: rewrite __kernel_map_pages() to fix sleeping in inv [...] new 855ad0f7a167 Merge patch series "riscv: fix debug_pagealloc" new f8ea6ab92748 riscv: selftests: Add hwprobe binaries to .gitignore new 10378a39ed76 Use bool value in set_cpu_online() new 7e6eae24daf6 riscv: typo in comment for get_f64_reg new f1905946bed0 riscv: uaccess: Allow the last potential unrolled copy new 9850e73e8297 riscv: uaccess: Relax the threshold for fast path new 4c6c0020427a riscv: mm: accelerate pagefault when badaccess new 9d5328eeb185 riscv: selftests: Add signal handling vector tests new e482eab4d1eb riscv: cpufeature: Fix thead vector hwcap removal new e67e98ee8952 riscv: cpufeature: Fix extension subset checking new c6c901b7d983 Merge patch series "riscv: Extension parsing fixes" new 46cad6cd9b10 irqchip: riscv-imsic: Fixup riscv_ipi_set_virq_range() conflict new 6ca445d8af0e riscv: Fix early ftrace nop patching new f1f9984fdc5e Merge tag 'riscv-for-linus-6.10-mw2' of git://git.kernel.o [...]
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/riscv/Kconfig | 11 +- arch/riscv/Makefile | 44 +++++- arch/riscv/boot/install.sh | 9 +- arch/riscv/include/asm/cacheflush.h | 6 + arch/riscv/include/asm/ftrace.h | 76 ++++++++- arch/riscv/include/asm/pgtable-64.h | 2 - arch/riscv/include/asm/pgtable.h | 3 +- arch/riscv/include/asm/sbi.h | 2 + arch/riscv/kernel/asm-offsets.c | 18 +++ arch/riscv/kernel/cpu.c | 40 ++++- arch/riscv/kernel/cpufeature.c | 10 +- arch/riscv/kernel/fpu.S | 2 +- arch/riscv/kernel/ftrace.c | 20 +-- arch/riscv/kernel/mcount-dyn.S | 171 ++++++--------------- arch/riscv/kernel/smpboot.c | 2 +- arch/riscv/kernel/stacktrace.c | 20 ++- arch/riscv/lib/uaccess.S | 4 +- arch/riscv/mm/fault.c | 4 +- arch/riscv/mm/init.c | 3 + arch/riscv/mm/pageattr.c | 28 +++- arch/x86/xen/enlighten.c | 33 ++++ arch/x86/xen/p2m.c | 11 +- drivers/irqchip/irq-riscv-imsic-early.c | 2 +- drivers/xen/xenbus/Makefile | 14 +- drivers/xen/xenbus/xenbus_probe.c | 36 +++-- include/linux/ftrace.h | 3 +- tools/testing/selftests/riscv/Makefile | 2 +- tools/testing/selftests/riscv/hwprobe/.gitignore | 2 + tools/testing/selftests/riscv/sigreturn/.gitignore | 1 + tools/testing/selftests/riscv/sigreturn/Makefile | 12 ++ .../testing/selftests/riscv/sigreturn/sigreturn.c | 82 ++++++++++ 31 files changed, 462 insertions(+), 211 deletions(-) create mode 100644 tools/testing/selftests/riscv/sigreturn/.gitignore create mode 100644 tools/testing/selftests/riscv/sigreturn/Makefile create mode 100644 tools/testing/selftests/riscv/sigreturn/sigreturn.c