summaryrefslogtreecommitdiffstats
path: root/scripts/mod
Commit message (Expand)AuthorAgeFilesLines
...
* | modpost: pass r_type to addend_*_rel()Masahiro Yamada2023-07-311-13/+11
* | modpost: change return type of addend_*_rel()Masahiro Yamada2023-07-311-39/+24
* | linux/export.h: make <linux/export.h> independent of CONFIG_MODULESMasahiro Yamada2023-07-251-2/+6
|/
* Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-012-418/+373
|\
| * modpost: define more R_ARM_* for old distributionsMasahiro Yamada2023-06-291-0/+17
| * modpost: continue even with unknown relocation typeMasahiro Yamada2023-06-251-10/+9
| * modpost: factor out Elf_Sym pointer calculation to section_rel()Masahiro Yamada2023-06-251-4/+5
| * modpost: factor out inst location calculation to section_rel()Masahiro Yamada2023-06-251-16/+12
| * script: modpost: emit a warning when the description is missingVincenzo Palazzo2023-06-241-0/+2
| * modpost: show offset from symbol for section mismatch warningsMasahiro Yamada2023-06-221-2/+2
| * modpost: merge two similar section mismatch warningsMasahiro Yamada2023-06-221-15/+3
| * kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada2023-06-221-5/+52
| * modpost: use null string instead of NULL pointer for default namespaceMasahiro Yamada2023-06-221-6/+11
| * modpost: squash sym_update_namespace() into sym_add_exported()Masahiro Yamada2023-06-221-23/+4
| * modpost: check static EXPORT_SYMBOL* by modpost againMasahiro Yamada2023-06-221-0/+7
| * kbuild: generate KSYMTAB entries by modpostMasahiro Yamada2023-06-222-33/+74
| * modpost: pass struct module pointer to check_section_mismatch()Masahiro Yamada2023-06-151-11/+11
| * modpost: fix off by one in is_executable_section()Dan Carpenter2023-06-081-1/+1
| * modpost: propagate W=1 build option to modpostMasahiro Yamada2023-06-071-1/+6
| * modpost: detect section mismatch for R_ARM_REL32Masahiro Yamada2023-06-041-0/+1
| * modpost: fix section_mismatch message for R_ARM_THM_{CALL,JUMP24,JUMP19}Masahiro Yamada2023-06-041-6/+47
| * modpost: detect section mismatch for R_ARM_THM_{MOVW_ABS_NC,MOVT_ABS}Masahiro Yamada2023-06-041-5/+26
| * modpost: refactor find_fromsym() and find_tosym()Masahiro Yamada2023-06-021-56/+33
| * modpost: detect section mismatch for R_ARM_{MOVW_ABS_NC,MOVT_ABS}Masahiro Yamada2023-06-021-2/+9
| * modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}Masahiro Yamada2023-06-021-0/+12
| * modpost: fix section mismatch message for R_ARM_ABS32Masahiro Yamada2023-06-021-3/+9
| * modpost: remove *_sections[] arraysMasahiro Yamada2023-05-281-27/+9
| * modpost: merge bad_tosec=ALL_EXIT_SECTIONS entries in sectioncheck tableMasahiro Yamada2023-05-281-11/+4
| * modpost: merge fromsec=DATA_SECTIONS entries in sectioncheck tableMasahiro Yamada2023-05-281-6/+1
| * modpost: remove is_shndx_special() check from section_rel(a)Masahiro Yamada2023-05-282-17/+4
| * modpost: replace r->r_offset, r->r_addend with faddr, taddrMasahiro Yamada2023-05-281-15/+19
| * modpost: unify 'sym' and 'to' in default_mismatch_handler()Masahiro Yamada2023-05-281-5/+4
| * modpost: remove unused argument from secref_whitelist()Masahiro Yamada2023-05-281-3/+2
| * Revert "modpost: skip ELF local symbols during section mismatch check"Masahiro Yamada2023-05-281-12/+0
| * modpost: rename find_elf_symbol() and find_elf_symbol2()Masahiro Yamada2023-05-221-6/+6
| * modpost: pass section index to find_elf_symbol2()Masahiro Yamada2023-05-221-19/+15
| * modpost: pass 'tosec' down to default_mismatch_handler()Masahiro Yamada2023-05-221-4/+3
| * modpost: squash extable_mismatch_handler() into default_mismatch_handler()Masahiro Yamada2023-05-221-58/+26
| * modpost: clean up is_executable_section()Masahiro Yamada2023-05-221-8/+8
| * modpost: squash report_sec_mismatch() into default_mismatch_handler()Masahiro Yamada2023-05-221-35/+20
| * modpost: squash report_extable_warnings() into extable_mismatch_handler()Masahiro Yamada2023-05-221-26/+14
| * modpost: remove get_prettyname()Masahiro Yamada2023-05-221-25/+2
| * modpost: remove fromsym info in __ex_table section mismatch warningMasahiro Yamada2023-05-221-9/+2
| * modpost: remove broken calculation of exception_table_entry sizeMasahiro Yamada2023-05-221-57/+3
| * modpost: error out if addend_*_rel() is not implemented for REL archMasahiro Yamada2023-05-221-0/+2
* | Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-06-302-1/+17
|\ \
| * | vfio/cdx: add support for CDX busNipun Gupta2023-06-162-1/+17
| |/
* / x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval2023-06-161-0/+5
|/
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-9/+3
|\
| * module: Ignore L0 and rename is_arm_mapping_symbol()Tiezhu Yang2023-04-131-2/+2