This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from aa918db707fb Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pu [...] new 0e1ff67d164b x86/split_lock: Simplify reenabling new 61c39d8c83e2 lockdep: Fix wait context check on softirq for PREEMPT_RT new 495f53d5cca0 locking/lockdep: Decrease nr_unused_locks if lock unused i [...] new b4c5c57c2d8d Merge tag 'locking-urgent-2025-03-28' of git://git.kernel. [...] new 9232c49ff31c x86/Kconfig: Enable X86_X2APIC by default and improve help text new 31be5041dca3 x86/Kconfig: Always enable ARCH_SPARSEMEM_ENABLE new e35e328d37ee x86/Kconfig: Move all X86_EXTENDED_PLATFORM options together new 4047e8773fb6 x86/Kconfig: Update lists in X86_EXTENDED_PLATFORM new 21d8fb8d4e70 x86/Kconfig: Document CONFIG_PCI_MMCONFIG new d9f87802676b x86/Kconfig: Make CONFIG_PCI_CNB20LE_QUIRK depend on X86_32 new de7115636c41 x86/Kconfig: Document release year of glibc 2.3.3 new c8c81458863a x86/speculation: Remove the extra #ifdef around CALL_NOSPEC new 2487b6b9bf28 Merge branch 'linus' into x86/urgent, to pick up fixes and [...] new 99bb1bd810ea x86/Kconfig: Correct X86_X2APIC help text new 2704ad556cf2 x86/Kconfig: Fix lists in X86_EXTENDED_PLATFORM help text new 57e2428f8df8 x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 new 2c118f50d7fd x86/dumpstack: Fix inaccurate unwinding from exception sta [...] new 3181424aeac2 x86/early_printk: Add support for MMIO-based UARTs new 878477a59537 x86/fpu: Update the outdated comment above fpstate_init_user() new dc84bc2aba85 x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_ [...] new 31ab12df7235 x86/microcode/AMD: Fix __apply_microcode_amd()'s return value new 7405c0f01aa2 Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/ [...] new aa0fdccda407 tests/module: nix-ify new 838e6dd8b592 module: Begin to move from RCU-sched to RCU. new 039de46874bb module: Use proper RCU assignment in add_kallsyms(). new f01369239293 module: Use RCU in find_kallsyms_symbol(). new c4fadf38ded5 module: Use RCU in module_get_kallsym(). new febaa65c94e0 module: Use RCU in find_module_all(). new f27d8ed6a636 module: Use RCU in __find_kallsyms_symbol_value(). new cdd9335c1302 module: Use RCU in module_kallsyms_on_each_symbol(). new 435bbcc3bef6 module: Remove module_assert_mutex_or_preempt() from try_a [...] new 2ff49f8931be module: Use RCU in find_symbol(). new 2bee017741f2 module: Use RCU in __is_module_percpu_address(). new 7d9dda6f628f module: Allow __module_address() to be called from RCU section. new 2abf84f688be module: Use RCU in search_module_extables(). new 6593a2c990f2 module: Use RCU in all users of __module_address(). new d593e0cabdf6 module: Use RCU in all users of __module_text_address(). new 59aa1414bf33 ARM: module: Use RCU in all users of __module_text_address(). new 17a9992dd7e8 arm64: module: Use RCU in all users of __module_text_address(). new f99d27d9feb7 LoongArch/orc: Use RCU in all users of __module_address(). new 18d83c3654c3 LoongArch: ftrace: Use RCU in all users of __module_text_a [...] new ccf74e79ea35 powerpc/ftrace: Use RCU in all users of __module_text_address(). new e151955bacf8 cfi: Use RCU while invoking __module_address(). new 14daa3bca217 x86: Use RCU in all users of __module_address(). new 4038131fdf3d jump_label: Use RCU in all users of __module_address(). new 72ee1c20b0b5 jump_label: Use RCU in all users of __module_text_address(). new 8c6eb7ca8600 bpf: Use RCU in all users of __module_text_address(). new 7e74a7c00aef kprobes: Use RCU in all users of __module_text_address(). new 3983da398c26 static_call: Use RCU in all users of __module_text_address(). new f47d2a3f7542 bug: Use RCU instead RCU-sched to protect module_bug_list. new 3690f4a86005 params: Annotate struct module_param_attrs with __counted_by() new 6380bf8ff902 module: Replace deprecated strncpy() with strscpy() new 085c5e37427d module: Remove unnecessary size argument when calling strscpy() new 897c0b4e2713 MAINTAINERS: Update the MODULE SUPPORT section new 01d5b167dc23 Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/s [...]
The 55 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: Documentation/admin-guide/kernel-parameters.txt | 9 +- MAINTAINERS | 4 +- arch/arm/kernel/module-plts.c | 4 +- arch/arm64/kernel/ftrace.c | 7 +- arch/loongarch/kernel/ftrace_dyn.c | 9 +- arch/loongarch/kernel/unwind_orc.c | 4 +- arch/powerpc/kernel/trace/ftrace.c | 6 +- arch/powerpc/kernel/trace/ftrace_64_pg.c | 6 +- arch/x86/Kconfig | 83 ++++++++++++------ arch/x86/entry/calling.h | 2 + arch/x86/include/asm/nospec-branch.h | 4 - arch/x86/kernel/callthunks.c | 3 +- arch/x86/kernel/cpu/bus_lock.c | 35 +++++--- arch/x86/kernel/cpu/microcode/amd.c | 2 +- arch/x86/kernel/dumpstack.c | 5 +- arch/x86/kernel/early_printk.c | 45 +++++++++- arch/x86/kernel/fpu/core.c | 2 +- arch/x86/kernel/unwind_orc.c | 4 +- arch/x86/mm/pat/memtype.c | 52 +++++------ include/linux/kallsyms.h | 3 +- include/linux/module.h | 2 +- include/linux/pgtable.h | 28 ++++-- kernel/cfi.c | 5 +- kernel/fork.c | 4 + kernel/jump_label.c | 31 ++++--- kernel/kprobes.c | 2 +- kernel/livepatch/core.c | 4 +- kernel/locking/lockdep.c | 3 + kernel/module/internal.h | 11 --- kernel/module/kallsyms.c | 73 ++++++---------- kernel/module/main.c | 109 +++++++++--------------- kernel/module/tracking.c | 2 - kernel/module/tree_lookup.c | 8 +- kernel/module/version.c | 14 +-- kernel/params.c | 29 +++---- kernel/softirq.c | 18 ++++ kernel/static_call_inline.c | 13 ++- kernel/trace/bpf_trace.c | 24 +++--- kernel/trace/trace_kprobe.c | 9 +- lib/bug.c | 22 ++--- lib/tests/module/gen_test_kallsyms.sh | 2 +- mm/memory.c | 11 +-- 42 files changed, 377 insertions(+), 336 deletions(-)