summaryrefslogtreecommitdiffstats
path: root/scripts/mod
AgeCommit message (Expand)AuthorLines
2023-05-28modpost: remove unused argument from secref_whitelist()Masahiro Yamada-3/+2
2023-05-28Revert "modpost: skip ELF local symbols during section mismatch check"Masahiro Yamada-12/+0
2023-05-22modpost: rename find_elf_symbol() and find_elf_symbol2()Masahiro Yamada-6/+6
2023-05-22modpost: pass section index to find_elf_symbol2()Masahiro Yamada-19/+15
2023-05-22modpost: pass 'tosec' down to default_mismatch_handler()Masahiro Yamada-4/+3
2023-05-22modpost: squash extable_mismatch_handler() into default_mismatch_handler()Masahiro Yamada-58/+26
2023-05-22modpost: clean up is_executable_section()Masahiro Yamada-8/+8
2023-05-22modpost: squash report_sec_mismatch() into default_mismatch_handler()Masahiro Yamada-35/+20
2023-05-22modpost: squash report_extable_warnings() into extable_mismatch_handler()Masahiro Yamada-26/+14
2023-05-22modpost: remove get_prettyname()Masahiro Yamada-25/+2
2023-05-22modpost: remove fromsym info in __ex_table section mismatch warningMasahiro Yamada-9/+2
2023-05-22modpost: remove broken calculation of exception_table_entry sizeMasahiro Yamada-57/+3
2023-05-22modpost: error out if addend_*_rel() is not implemented for REL archMasahiro Yamada-0/+2
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+3
2023-04-13module: Ignore L0 and rename is_arm_mapping_symbol()Tiezhu Yang-2/+2
2023-04-13module: Move is_arm_mapping_symbol() to module_symbol.hTiezhu Yang-9/+1
2023-04-13module: Sync code of is_arm_mapping_symbol()Tiezhu Yang-0/+2
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman-1/+1
2023-03-29cdx: add the cdx bus driverNipun Gupta-0/+16
2023-03-23modpost: Fix processing of CRCs on 32-bit build machinesBen Hutchings-1/+1
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-31/+26
2022-12-14modpost: Include '.text.*' in TEXT_SECTIONSNathan Chancellor-2/+2
2022-12-14kbuild: change module.order to list *.o instead of *.koMasahiro Yamada-7/+4
2022-12-14LoongArch: Switch to relative exception tablesYouling Tang-0/+13
2022-11-27modpost: Mark uuid_le type to be suitable only for MEIAndy Shevchenko-4/+8
2022-11-21modpost: fix array_size.cocci warningKaiLong Wang-2/+2
2022-11-21modpost: Join broken long printed messagesGeert Uytterhoeven-16/+10
2022-08-21modpost: fix module versioning when a symbol lacks valid CRCMasahiro Yamada-3/+1
2022-08-10Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-250/+68
2022-08-04modpost: remove .symbol_white_list field entirelyMasahiro Yamada-39/+16
2022-08-04modpost: remove unneeded .symbol_white_list initializersMasahiro Yamada-8/+0
2022-08-04modpost: add PATTERNS() helper macroMasahiro Yamada-0/+7
2022-08-04modpost: shorten warning messages in report_sec_mismatch()Masahiro Yamada-170/+9
2022-08-04Revert "Kbuild, lto, workaround: Don't warn for initcall_reference in modpost"Masahiro Yamada-3/+0
2022-08-03modpost: use more reliable way to get fromsec in section_rel(a)()Masahiro Yamada-4/+2
2022-08-03modpost: add array range check to sec_name()Masahiro Yamada-1/+9
2022-08-03modpost: refactor get_secindex()Masahiro Yamada-12/+18
2022-08-03modpost: remove unused Elf_Sword macroMasahiro Yamada-2/+0
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-0/+3
2022-07-27modpost: use sym_get_data() to get module device_table dataMasahiro Yamada-4/+3
2022-07-27modpost: drop executable ELF supportMasahiro Yamada-6/+4
2022-07-27Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture."Masahiro Yamada-1/+0
2022-07-11module: panic: Taint the kernel when selftest modules loadDavid Gow-0/+3
2022-06-20modpost: fix section mismatch check for exported init/exit sectionsMasahiro Yamada-1/+1
2022-06-05Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-126/+40
2022-06-05modpost: use fnmatch() to simplify match()Masahiro Yamada-61/+13
2022-06-05modpost: simplify mod->name allocationMasahiro Yamada-13/+12
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+10
2022-06-01kbuild: check static EXPORT_SYMBOL* by script instead of modpostMasahiro Yamada-27/+1
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada-7/+0