summaryrefslogtreecommitdiff
path: root/scripts/mod/modpost.c
Commit message (Expand)AuthorAgeFilesLines
* modpost: restore the warning message for missing symbol versionsMasahiro Yamada2022-04-031-1/+1
* Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-6/+6
|\
| * kbuild: Fixup the IBT kbuild changesPeter Zijlstra2022-03-221-6/+6
* | Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-251-1/+3
|\ \
| * | Kbuild: use -Wdeclaration-after-statementMark Rutland2022-03-131-1/+3
| |/
* | s390/nospec: add an option to use thunk-externVasily Gorbik2022-03-101-0/+5
|/
* riscv: switch to relative exception tablesJisheng Zhang2022-01-051-0/+15
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+10
|\
| * modpost: get the *.mod file path more simplyMasahiro Yamada2021-09-031-1/+10
* | powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy2021-08-151-1/+1
|/
* kbuild: modpost: Explicitly warn about unprototyped symbolsMark Brown2021-06-171-2/+5
* kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song2021-04-251-0/+2
* scripts: modpost.c: Fix a few typosBhaskar Chowdhury2021-04-251-4/+4
* kbuild: fix false-positive modpost warning when all symbols are trimmedMasahiro Yamada2021-04-251-13/+12
* kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada2021-04-251-14/+1
* Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-231-47/+3
|\
| * module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-36/+3
| * module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-081-12/+1
* | modpost: lto: strip .lto from module namesSami Tolvanen2021-01-141-9/+7
|/
* modpost: turn static exports into errorQuentin Perret2020-12-211-3/+3
* modpost: turn section mismatches to error from fatal()Masahiro Yamada2020-12-211-4/+4
* modpost: change license incompatibility to error() from fatal()Masahiro Yamada2020-12-211-2/+2
* modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada2020-12-211-1/+1
* modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada2020-12-211-29/+14
* modpost: rename merror() to error()Masahiro Yamada2020-12-211-5/+5
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* modpost: explain why we can't use strsepWolfram Sang2020-07-271-0/+1
* modpost: remove use of non-standard strsep() in HOSTCC codeH. Nikolaus Schaller2020-07-071-2/+10
* Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-201/+185
|\
| * modpost: change elf_info->size to size_tMasahiro Yamada2020-06-061-5/+4
| * modpost: remove is_vmlinux() helperMasahiro Yamada2020-06-061-15/+1
| * modpost: strip .o from modname before calling new_module()Masahiro Yamada2020-06-061-9/+11
| * modpost: set have_vmlinux in new_module()Masahiro Yamada2020-06-061-5/+3
| * modpost: remove mod->skip struct memberMasahiro Yamada2020-06-061-6/+3
| * modpost: add mod->is_vmlinux struct memberMasahiro Yamada2020-06-061-9/+10
| * modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada2020-06-061-12/+8
| * modpost: remove mod->is_dot_o struct memberMasahiro Yamada2020-06-061-12/+2
| * modpost: remove -s optionMasahiro Yamada2020-06-061-8/+2
| * modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada2020-06-061-36/+2
| * modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada2020-06-061-7/+8
| * modpost: add read_text_file() and get_line() helpersMasahiro Yamada2020-06-061-0/+49
| * modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada2020-06-061-21/+24
| * modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada2020-06-061-3/+0
| * modpost: show warning if vmlinux is not found when processing modulesMasahiro Yamada2020-06-061-2/+7
| * modpost: invoke modpost only when input files are updatedMasahiro Yamada2020-06-061-11/+21
| * modpost: re-add -e to set external_module flagMasahiro Yamada2020-06-061-2/+4
| * modpost: rename ext_sym_list to dump_listMasahiro Yamada2020-06-061-13/+14
| * modpost: allow to pass -i option multiple times to remove -e optionMasahiro Yamada2020-06-061-8/+1
| * modpost: track if the symbol origin is a dump file or ELF objectMasahiro Yamada2020-06-061-10/+5
| * modpost: load KBUILD_EXTRA_SYMBOLS files in orderMasahiro Yamada2020-06-031-8/+8