summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-08modpost: do not write out any file when error occurredMasahiro Yamada1-0/+3
2022-05-08modpost: use snprintf() instead of sprintf() for safetyMasahiro Yamada1-1/+7
2022-05-08modpost: remove annoying namespace_from_kstrtabns()Masahiro Yamada1-12/+2
2022-05-08modpost: remove redundant initializes for static variablesMasahiro Yamada1-5/+5
2022-05-08modpost: move export_from_secname() call to more relevant placeMasahiro Yamada1-6/+4
2022-05-08modpost: remove useless export_from_sec()Masahiro Yamada1-15/+2
2022-04-03modpost: 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-05riscv: switch to relative exception tablesJisheng Zhang1-0/+15
2021-09-03Merge 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-25kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song1-0/+2
2021-04-25scripts: modpost.c: Fix a few typosBhaskar Chowdhury1-4/+4
2021-04-25kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada1-13/+12
2021-04-25kbuild: 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
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig1-12/+1
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen1-9/+7
2020-12-21modpost: turn static exports into errorQuentin Perret1-3/+3
2020-12-21modpost: turn section mismatches to error from fatal()Masahiro Yamada1-4/+4
2020-12-21modpost: change license incompatibility to error() from fatal()Masahiro Yamada1-2/+2
2020-12-21modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada1-1/+1
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada1-29/+14
2020-12-21modpost: rename merror() to error()Masahiro Yamada1-5/+5
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-2/+2
2020-07-27modpost: explain why we can't use strsepWolfram Sang1-0/+1
2020-07-07modpost: remove use of non-standard strsep() in HOSTCC codeH. Nikolaus Schaller1-2/+10
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-201/+185
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada1-5/+4
2020-06-06modpost: remove is_vmlinux() helperMasahiro Yamada1-15/+1
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada1-9/+11
2020-06-06modpost: set have_vmlinux in new_module()Masahiro Yamada1-5/+3
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada1-6/+3
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada1-9/+10
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada1-12/+8
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada1-12/+2
2020-06-06modpost: remove -s optionMasahiro Yamada1-8/+2
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada1-36/+2
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada1-7/+8
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada1-0/+49
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada1-21/+24
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada1-3/+0
2020-06-06modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada1-2/+7