summaryrefslogtreecommitdiff
path: root/scripts/mod/modpost.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-29kbuild: do not create *.prelink.o for Clang LTO or IBTMasahiro Yamada1-7/+0
2022-05-27modpost: squash if...else-if in find_elf_symbol2()Masahiro Yamada1-7/+3
2022-05-27modpost: reuse ARRAY_SIZE() macro for section_mismatch()Masahiro Yamada1-4/+3
2022-05-27modpost: remove the unused argument of check_sec_ref()Masahiro Yamada1-3/+2
2022-05-27modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada1-1/+2
2022-05-27modpost: fix removing numeric suffixesAlexander Lobakin1-1/+1
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada1-4/+24
2022-05-23modpost: extract symbol versions from *.cmd filesMasahiro Yamada1-48/+131
2022-05-23modpost: add sym_find_with_module() helperMasahiro Yamada1-2/+7
2022-05-11modpost: change the license of EXPORT_SYMBOL to bool typeMasahiro Yamada1-78/+30
2022-05-11modpost: move *.mod.c generation to write_mod_c_files()Masahiro Yamada1-25/+31
2022-05-11modpost: merge add_{intree_flag,retpoline,staging_flag} to add_headerMasahiro Yamada1-18/+7
2022-05-07modpost: split new_symbol() to symbol allocation and hash table additionMasahiro Yamada1-10/+8
2022-05-07modpost: make sym_add_exported() always allocate a new symbolMasahiro Yamada1-6/+4
2022-05-07modpost: make multiple export errorMasahiro Yamada1-3/+3
2022-05-07modpost: dump Module.symvers in the same order of modules.orderMasahiro Yamada1-16/+13
2022-05-07modpost: traverse the namespace_list in orderMasahiro Yamada1-18/+15
2022-05-07modpost: use doubly linked list for dump_listsMasahiro Yamada1-14/+10
2022-05-07modpost: traverse unresolved symbols in orderMasahiro Yamada1-6/+14
2022-05-07modpost: add sym_add_unresolved() helperMasahiro Yamada1-8/+11
2022-05-07modpost: traverse modules in orderMasahiro Yamada1-9/+8
2022-05-07modpost: change mod->gpl_compatible to bool typeMasahiro Yamada1-6/+11
2022-05-07modpost: use bool type where appropriateMasahiro Yamada1-28/+28
2022-05-07modpost: move struct namespace_list to modpost.cMasahiro Yamada1-0/+5
2022-05-07modpost: retrieve the module dependency and CRCs in check_exports()Masahiro Yamada1-10/+6
2022-05-07modpost: add a separate error for exported symbols without definitionMasahiro Yamada1-1/+6
2022-05-07modpost: remove stale comment about sym_add_exported()Masahiro Yamada1-4/+0
2022-05-07modpost: do not write out any file when error occurredMasahiro Yamada1-0/+3
2022-05-07modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada1-1/+7
2022-05-07modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada1-12/+2
2022-05-07modpost: remove redundant initializes for static variablesMasahiro Yamada1-5/+5
2022-05-07modpost: move export_from_secname() call to more relevant placeMasahiro Yamada1-6/+4
2022-05-07modpost: remove useless export_from_sec()Masahiro Yamada1-15/+2
2022-04-02modpost: restore the warning message for missing symbol versionsMasahiro Yamada1-1/+1
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+6
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2022-03-22kbuild: Fixup the IBT kbuild changesPeter Zijlstra1-6/+6
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland1-1/+3
2022-03-10s390/nospec: add an option to use thunk-externVasily Gorbik1-0/+5
2022-01-06riscv: switch to relative exception tablesJisheng Zhang1-0/+15
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+10
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada1-1/+10
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy1-1/+1
2021-06-17kbuild: modpost: Explicitly warn about unprototyped symbolsMark Brown1-2/+5
2021-04-24kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song1-0/+2
2021-04-24scripts: modpost.c: Fix a few typosBhaskar Chowdhury1-4/+4
2021-04-24kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada1-13/+12
2021-04-24kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada1-14/+1
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-47/+3
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig1-36/+3