summaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-mod.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-03-30 15:44:36 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-03-30 15:44:36 -0700
commit01d5b167dc230cf3b6eb9dd7205f6a705026d1ce (patch)
treecebac05451b712d0c7d673e94316971a15b006db /lib/mpi/mpi-mod.c
parent7405c0f01aa281e20d9f9f34ac450537985bfb05 (diff)
parent897c0b4e27135132dc5b348c1a3773d059668489 (diff)
Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
Pull modules updates from Petr Pavlu: - Use RCU instead of RCU-sched The mix of rcu_read_lock(), rcu_read_lock_sched() and preempt_disable() in the module code and its users has been replaced with just rcu_read_lock() - The rest of changes are smaller fixes and updates * tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux: (32 commits) MAINTAINERS: Update the MODULE SUPPORT section module: Remove unnecessary size argument when calling strscpy() module: Replace deprecated strncpy() with strscpy() params: Annotate struct module_param_attrs with __counted_by() bug: Use RCU instead RCU-sched to protect module_bug_list. static_call: Use RCU in all users of __module_text_address(). kprobes: Use RCU in all users of __module_text_address(). bpf: Use RCU in all users of __module_text_address(). jump_label: Use RCU in all users of __module_text_address(). jump_label: Use RCU in all users of __module_address(). x86: Use RCU in all users of __module_address(). cfi: Use RCU while invoking __module_address(). powerpc/ftrace: Use RCU in all users of __module_text_address(). LoongArch: ftrace: Use RCU in all users of __module_text_address(). LoongArch/orc: Use RCU in all users of __module_address(). arm64: module: Use RCU in all users of __module_text_address(). ARM: module: Use RCU in all users of __module_text_address(). module: Use RCU in all users of __module_text_address(). module: Use RCU in all users of __module_address(). module: Use RCU in search_module_extables(). ...
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions
>2019-11-14lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko 2019-08-19media: lib/sort.c: implement sort() variant taking context argumentRasmus Villemoes 2019-06-01lib/sort.c: fix kernel-doc notation warningsRandy Dunlap 2019-05-14lib/sort: avoid indirect calls to built-in swapGeorge Spelvin 2019-05-14lib/sort: use more efficient bottom-up heapsort variantGeorge Spelvin 2019-05-14lib/sort: make swap functions more genericGeorge Spelvin 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-02-24lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix 2015-06-25lib/sort: Add 64 bit swap functionDaniel Wagner 2015-02-12lib/sort.c: move include inside #if 0Rasmus Villemoes 2015-02-12lib/sort.c: use simpler includesRasmus Villemoes 2009-01-08generic swap(): lib/sort.c: rename swap to swap_funcWu Fengguang 2007-10-17lib/sort.c optimizationSubbaiah Venkata