aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/mod/modpost.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-06modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada1-2/+7
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada1-11/+21
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada1-2/+4
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada1-13/+14
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada1-8/+1
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada1-10/+5
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada1-8/+8
2020-05-29modpost: refactor sech_name()Masahiro Yamada1-12/+11
2020-05-29modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada1-9/+9
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-43/+40
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2020-03-21scripts: Fix the inclusion order in modpostVincenzo Frascino1-1/+5
2020-03-19modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang1-1/+2
2020-03-17modpost: move the namespace field in Module.symvers lastJessica Yu1-12/+12
2020-03-13modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=nJessica Yu1-3/+11
2020-03-13modpost: rework and consolidate logging interfaceJessica Yu1-40/+29
2020-01-16modpost: assume STT_SPARC_REGISTER is definedMasahiro Yamada1-7/+1
2019-11-23modpost: respect the previous export when 'exported twice' is warnedMasahiro Yamada1-15/+11
2019-11-23modpost: do not set ->preloaded for symbols from Module.symversMasahiro Yamada1-4/+2
2019-11-23modpost: stop symbol preloading for modversion CRCMasahiro Yamada1-32/+39
2019-11-23modpost: rename handle_modversions() to handle_symbol()Masahiro Yamada1-3/+3
2019-11-23modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada1-7/+3
2019-11-23modpost: add a helper to get data pointed by a symbolMasahiro Yamada1-4/+13
2019-11-11modpost: remove unneeded local variable in contains_namespace()Masahiro Yamada1-4/+2
2019-11-11modpost: dump missing namespaces into a single modules.nsdeps fileMasahiro Yamada1-25/+17
2019-11-11modpost: free ns_deps_buf.p after writing ns_deps filesMasahiro Yamada1-0/+2
2019-11-11modpost: do not invoke extra modpost for nsdepsMasahiro Yamada1-7/+2
2019-11-11kbuild: do not read $(KBUILD_EXTMOD)/Module.symversMasahiro Yamada1-7/+2
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich1-15/+18
2019-10-18modpost: make updating the symbol namespace explicitMatthias Maennich1-6/+6
2019-10-18modpost: delegate updating namespaces to separate functionMatthias Maennich1-3/+21
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-14/+15
2019-10-07modpost: fix broken sym->namespace for external module buildsMasahiro Yamada1-5/+8
2019-10-07module: swap the order of symbol.namespaceMasahiro Yamada1-9/+7
2019-10-01modpost: fix static EXPORT_SYMBOL warnings for UML buildMasahiro Yamada1-4/+9
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-17/+133
2019-09-14modpost: use __section in the output to *.mod.cMasahiro Yamada1-3/+2
2019-09-14modpost: use MODULE_INFO() for __module_dependsMasahiro Yamada1-5/+2
2019-09-10modpost: add support for generating namespace dependenciesMatthias Maennich1-5/+49
2019-09-10modpost: add support for symbol namespacesMatthias Maennich1-16/+88
2019-09-04modpost: add NOFAIL to strndupDenis Efremov1-2/+2
2019-08-14modpost: check for static EXPORT_SYMBOL* functionsDenis Efremov1-0/+32
2019-03-28kbuild: modversions: Fix relative CRC byte order interpretationFredrik Noring1-1/+1
2019-03-14modpost: always show verbose warning for section mismatchMasahiro Yamada1-22/+5
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao1-1/+1
2018-12-01modpost: move unresolved symbol checks to check_exports()Masahiro Yamada1-15/+18
2018-12-01modpost: merge module iterationsMasahiro Yamada1-6/+1
2018-12-01modpost: refactor seen flag clearing in add_depends()Masahiro Yamada1-6/+6
2018-12-01modpost: skip ELF local symbols during section mismatch checkPaul Walmsley1-0/+12