| Commit message (Expand) | Author | Age | Files | Lines |
* | modpost: fix off by one in is_executable_section() | Dan Carpenter | 2023-07-19 | 1 | -1/+1 |
* | modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24} | Masahiro Yamada | 2023-07-19 | 1 | -0/+12 |
* | modpost: fix section mismatch message for R_ARM_ABS32 | Masahiro Yamada | 2023-07-19 | 1 | -3/+9 |
* | modpost: remove broken calculation of exception_table_entry size | Masahiro Yamada | 2023-07-19 | 1 | -57/+3 |
* | modpost: Fix processing of CRCs on 32-bit build machines | Ben Hutchings | 2023-04-06 | 1 | -1/+1 |
* | modpost: fix module versioning when a symbol lacks valid CRC | Masahiro Yamada | 2022-08-21 | 1 | -3/+1 |
* | Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2022-08-10 | 3 | -250/+68 |
|\ |
|
| * | modpost: remove .symbol_white_list field entirely | Masahiro Yamada | 2022-08-04 | 1 | -39/+16 |
| * | modpost: remove unneeded .symbol_white_list initializers | Masahiro Yamada | 2022-08-04 | 1 | -8/+0 |
| * | modpost: add PATTERNS() helper macro | Masahiro Yamada | 2022-08-04 | 1 | -0/+7 |
| * | modpost: shorten warning messages in report_sec_mismatch() | Masahiro Yamada | 2022-08-04 | 1 | -170/+9 |
| * | Revert "Kbuild, lto, workaround: Don't warn for initcall_reference in modpost" | Masahiro Yamada | 2022-08-04 | 1 | -3/+0 |
| * | modpost: use more reliable way to get fromsec in section_rel(a)() | Masahiro Yamada | 2022-08-03 | 1 | -4/+2 |
| * | modpost: add array range check to sec_name() | Masahiro Yamada | 2022-08-03 | 1 | -1/+9 |
| * | modpost: refactor get_secindex() | Masahiro Yamada | 2022-08-03 | 1 | -12/+18 |
| * | modpost: remove unused Elf_Sword macro | Masahiro Yamada | 2022-08-03 | 1 | -2/+0 |
| * | modpost: use sym_get_data() to get module device_table data | Masahiro Yamada | 2022-07-27 | 3 | -4/+3 |
| * | modpost: drop executable ELF support | Masahiro Yamada | 2022-07-27 | 1 | -6/+4 |
| * | Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture." | Masahiro Yamada | 2022-07-27 | 1 | -1/+0 |
* | | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2022-08-02 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | module: panic: Taint the kernel when selftest modules load | David Gow | 2022-07-11 | 1 | -0/+3 |
* | | modpost: fix section mismatch check for exported init/exit sections | Masahiro Yamada | 2022-06-20 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2022-06-05 | 3 | -126/+40 |
|\ |
|
| * | modpost: use fnmatch() to simplify match() | Masahiro Yamada | 2022-06-05 | 1 | -61/+13 |
| * | modpost: simplify mod->name allocation | Masahiro Yamada | 2022-06-05 | 1 | -13/+12 |
| * | kbuild: check static EXPORT_SYMBOL* by script instead of modpost | Masahiro Yamada | 2022-06-01 | 1 | -27/+1 |
| * | kbuild: do not create *.prelink.o for Clang LTO or IBT | Masahiro Yamada | 2022-05-29 | 1 | -7/+0 |
| * | modpost: squash if...else-if in find_elf_symbol2() | Masahiro Yamada | 2022-05-27 | 1 | -7/+3 |
| * | modpost: reuse ARRAY_SIZE() macro for section_mismatch() | Masahiro Yamada | 2022-05-27 | 3 | -6/+6 |
| * | modpost: remove the unused argument of check_sec_ref() | Masahiro Yamada | 2022-05-27 | 1 | -3/+2 |
| * | modpost: fix undefined behavior of is_arm_mapping_symbol() | Masahiro Yamada | 2022-05-27 | 1 | -1/+2 |
| * | modpost: fix removing numeric suffixes | Alexander Lobakin | 2022-05-27 | 1 | -1/+1 |
* | | Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-06-03 | 1 | -0/+10 |
|\ \
| |/
|/| |
|
| * | bus: mhi: ep: Add uevent support for module autoloading | Manivannan Sadhasivam | 2022-04-26 | 1 | -0/+10 |
* | | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS | Masahiro Yamada | 2022-05-24 | 1 | -4/+24 |
* | | modpost: extract symbol versions from *.cmd files | Masahiro Yamada | 2022-05-24 | 1 | -48/+131 |
* | | modpost: add sym_find_with_module() helper | Masahiro Yamada | 2022-05-24 | 1 | -2/+7 |
* | | modpost: change the license of EXPORT_SYMBOL to bool type | Masahiro Yamada | 2022-05-11 | 1 | -78/+30 |
* | | modpost: remove left-over cross_compile declaration | Masahiro Yamada | 2022-05-11 | 1 | -1/+0 |
* | | modpost: move *.mod.c generation to write_mod_c_files() | Masahiro Yamada | 2022-05-11 | 1 | -25/+31 |
* | | modpost: merge add_{intree_flag,retpoline,staging_flag} to add_header | Masahiro Yamada | 2022-05-11 | 1 | -18/+7 |
* | | modpost: split new_symbol() to symbol allocation and hash table addition | Masahiro Yamada | 2022-05-08 | 1 | -10/+8 |
* | | modpost: make sym_add_exported() always allocate a new symbol | Masahiro Yamada | 2022-05-08 | 1 | -6/+4 |
* | | modpost: make multiple export error | Masahiro Yamada | 2022-05-08 | 1 | -3/+3 |
* | | modpost: dump Module.symvers in the same order of modules.order | Masahiro Yamada | 2022-05-08 | 2 | -16/+14 |
* | | modpost: traverse the namespace_list in order | Masahiro Yamada | 2022-05-08 | 2 | -20/+17 |
* | | modpost: use doubly linked list for dump_lists | Masahiro Yamada | 2022-05-08 | 1 | -14/+10 |
* | | modpost: traverse unresolved symbols in order | Masahiro Yamada | 2022-05-08 | 2 | -7/+15 |
* | | modpost: add sym_add_unresolved() helper | Masahiro Yamada | 2022-05-08 | 1 | -8/+11 |
* | | modpost: traverse modules in order | Masahiro Yamada | 2022-05-08 | 2 | -10/+10 |