Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Pull module updates from Jessica Yu: - Retire EXPORT_UNUSED_SYMBOL() and EXPORT_SYMBOL_GPL_FUTURE(). These export types were introduced between 2006 - 2008. All the of the unused symbols have been long removed and gpl future symbols were converted to gpl quite a long time ago, and I don't believe these export types have been used ever since. So, I think it should be safe to retire those export types now (Christoph Hellwig) - Refactor and clean up some aged code cruft in the module loader (Christoph Hellwig) - Build {,module_}kallsyms_on_each_symbol only when livepatching is enabled, as it is the only caller (Christoph Hellwig) - Unexport find_module() and module_mutex and fix the last module callers to not rely on these anymore. Make module_mutex internal to the module loader (Christoph Hellwig) - Harden ELF checks on module load and validate ELF structures before checking the module signature (Frank van der Linden) - Fix undefined symbol warning for clang (Fangrui Song) - Fix smatch warning (Dan Carpenter) * tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux: module: potential uninitialized return in module_kallsyms_on_each_symbol() module: remove EXPORT_UNUSED_SYMBOL* module: remove EXPORT_SYMBOL_GPL_FUTURE module: move struct symsearch to module.c module: pass struct find_symbol_args to find_symbol module: merge each_symbol_section into find_symbol module: remove each_symbol_in_section module: mark module_mutex static kallsyms: only build {,module_}kallsyms_on_each_symbol when required kallsyms: refactor {,module_}kallsyms_on_each_symbol module: use RCU to synchronize find_module module: unexport find_module and module_mutex drm: remove drm_fb_helper_modinit powerpc/powernv: remove get_cxl_module module: harden ELF info handling module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbols
No related branches found
No related tags found
Showing
- arch/arm/configs/bcm2835_defconfig 0 additions, 1 deletionarch/arm/configs/bcm2835_defconfig
- arch/arm/configs/mxs_defconfig 0 additions, 1 deletionarch/arm/configs/mxs_defconfig
- arch/mips/configs/nlm_xlp_defconfig 0 additions, 1 deletionarch/mips/configs/nlm_xlp_defconfig
- arch/mips/configs/nlm_xlr_defconfig 0 additions, 1 deletionarch/mips/configs/nlm_xlr_defconfig
- arch/parisc/configs/generic-32bit_defconfig 0 additions, 1 deletionarch/parisc/configs/generic-32bit_defconfig
- arch/parisc/configs/generic-64bit_defconfig 0 additions, 1 deletionarch/parisc/configs/generic-64bit_defconfig
- arch/powerpc/configs/ppc6xx_defconfig 0 additions, 1 deletionarch/powerpc/configs/ppc6xx_defconfig
- arch/powerpc/platforms/powernv/pci-cxl.c 0 additions, 22 deletionsarch/powerpc/platforms/powernv/pci-cxl.c
- arch/s390/configs/debug_defconfig 0 additions, 1 deletionarch/s390/configs/debug_defconfig
- arch/s390/configs/defconfig 0 additions, 1 deletionarch/s390/configs/defconfig
- arch/sh/configs/edosk7760_defconfig 0 additions, 1 deletionarch/sh/configs/edosk7760_defconfig
- arch/sh/configs/sdk7780_defconfig 0 additions, 1 deletionarch/sh/configs/sdk7780_defconfig
- arch/x86/configs/i386_defconfig 0 additions, 1 deletionarch/x86/configs/i386_defconfig
- arch/x86/configs/x86_64_defconfig 0 additions, 1 deletionarch/x86/configs/x86_64_defconfig
- arch/x86/tools/relocs.c 2 additions, 2 deletionsarch/x86/tools/relocs.c
- drivers/gpu/drm/drm_crtc_helper_internal.h 0 additions, 10 deletionsdrivers/gpu/drm/drm_crtc_helper_internal.h
- drivers/gpu/drm/drm_fb_helper.c 0 additions, 21 deletionsdrivers/gpu/drm/drm_fb_helper.c
- drivers/gpu/drm/drm_kms_helper_common.c 12 additions, 13 deletionsdrivers/gpu/drm/drm_kms_helper_common.c
- include/asm-generic/vmlinux.lds.h 0 additions, 42 deletionsinclude/asm-generic/vmlinux.lds.h
- include/linux/export.h 0 additions, 9 deletionsinclude/linux/export.h
Loading
Please register or sign in to comment