summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c
AgeCommit message (Expand)AuthorLines
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+10
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada-1/+10
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy-1/+1
2021-06-17kbuild: modpost: Explicitly warn about unprototyped symbolsMark Brown-2/+5
2021-04-25kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song-0/+2
2021-04-25scripts: modpost.c: Fix a few typosBhaskar Chowdhury-4/+4
2021-04-25kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada-13/+12
2021-04-25kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada-14/+1
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-47/+3
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig-36/+3
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig-12/+1
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen-9/+7
2020-12-21modpost: turn static exports into errorQuentin Perret-3/+3
2020-12-21modpost: turn section mismatches to error from fatal()Masahiro Yamada-4/+4
2020-12-21modpost: change license incompatibility to error() from fatal()Masahiro Yamada-2/+2
2020-12-21modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada-1/+1
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada-29/+14
2020-12-21modpost: rename merror() to error()Masahiro Yamada-5/+5
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-2/+2
2020-07-27modpost: explain why we can't use strsepWolfram Sang-0/+1
2020-07-07modpost: remove use of non-standard strsep() in HOSTCC codeH. Nikolaus Schaller-2/+10
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-201/+185
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada-5/+4
2020-06-06modpost: remove is_vmlinux() helperMasahiro Yamada-15/+1
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada-9/+11
2020-06-06modpost: set have_vmlinux in new_module()Masahiro Yamada-5/+3
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada-6/+3
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada-9/+10
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada-12/+8
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada-12/+2
2020-06-06modpost: remove -s optionMasahiro Yamada-8/+2
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada-36/+2
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada-7/+8
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada-0/+49
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada-21/+24
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada-3/+0
2020-06-06modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada-2/+7
2020-06-06modpost: invoke modpost only when input files are updatedMasahiro Yamada-11/+21
2020-06-06modpost: re-add -e to set external_module flagMasahiro Yamada-2/+4
2020-06-06modpost: rename ext_sym_list to dump_listMasahiro Yamada-13/+14
2020-06-06modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada-8/+1
2020-06-06modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada-10/+5
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-0/+1
2020-06-03modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada-8/+8
2020-05-29modpost: refactor sech_name()Masahiro Yamada-12/+11
2020-05-29modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada-9/+9
2020-05-26modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner-1/+1
2020-04-21kernel/module: Hide vermagic header file from general useLeon Romanovsky-0/+1
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-43/+40