summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * modpost: refactor sech_name()Masahiro Yamada2020-05-291-12/+11
| * modpost: fix potential segmentation fault for addend_i386_rel()Masahiro Yamada2020-05-291-9/+9
| * modpost,fixdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-0/+1
|\ \
| * | kernel/module: Hide vermagic header file from general useLeon Romanovsky2020-04-211-0/+1
| |/
* / vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2020-05-191-1/+1
|/
* Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-03-311-43/+40
|\
| * modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSIN...Jessica Yu2020-03-131-3/+11
| * modpost: rework and consolidate logging interfaceJessica Yu2020-03-131-40/+29
* | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-1/+5
|\ \
| * | scripts: Fix the inclusion order in modpostVincenzo Frascino2020-03-211-1/+5
| |/
* | modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang2020-03-191-1/+2
* | modpost: move the namespace field in Module.symvers lastJessica Yu2020-03-171-12/+12
|/
* modpost: assume STT_SPARC_REGISTER is definedMasahiro Yamada2020-01-161-7/+1
* modpost: respect the previous export when 'exported twice' is warnedMasahiro Yamada2019-11-231-15/+11
* modpost: do not set ->preloaded for symbols from Module.symversMasahiro Yamada2019-11-231-4/+2
* modpost: stop symbol preloading for modversion CRCMasahiro Yamada2019-11-231-32/+39
* modpost: rename handle_modversions() to handle_symbol()Masahiro Yamada2019-11-231-3/+3
* modpost: refactor namespace_from_kstrtabns() to not hard-code section nameMasahiro Yamada2019-11-231-7/+3