aboutsummaryrefslogtreecommitdiff
path: root/scripts/mod/modpost.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 1-2/+17
2024-01-17modpost: Ignore relaxation and alignment marker relocs on LoongArchGravatar WANG Xuerui 1-2/+17
2023-12-10modpost: remove unreachable code after fatal()Gravatar Masahiro Yamada 1-6/+3
2023-12-10modpost: remove unneeded initializer in section_rel()Gravatar Masahiro Yamada 1-1/+1
2023-12-10modpost: inform compilers that fatal() never returnsGravatar Masahiro Yamada 1-0/+3
2023-12-10modpost: move __attribute__((format(printf, 2, 3))) to modpost.hGravatar Masahiro Yamada 1-2/+1
2023-11-16modpost: fix section mismatch message for RELAGravatar Masahiro Yamada 1-2/+4
2023-10-28modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONSGravatar Masahiro Yamada 1-6/+1
2023-10-28modpost: merge sectioncheck table entries regarding init/exit sectionsGravatar Masahiro Yamada 1-15/+3
2023-10-28modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONSGravatar Masahiro Yamada 1-1/+1
2023-10-28modpost: disallow the combination of EXPORT_SYMBOL and __meminit*Gravatar Masahiro Yamada 1-1/+1
2023-10-28modpost: remove EXIT_SECTIONS macroGravatar Masahiro Yamada 1-5/+3
2023-10-28modpost: remove MEM_INIT_SECTIONS macroGravatar Masahiro Yamada 1-2/+1
2023-10-28modpost: remove more symbol patterns from the section check whitelistGravatar Masahiro Yamada 1-7/+1
2023-10-28modpost: disallow *driver to reference .meminit* sectionsGravatar Masahiro Yamada 1-6/+0
2023-10-28linux/init: remove __memexit* annotationsGravatar Masahiro Yamada 1-12/+3
2023-10-28modpost: remove ALL_EXIT_DATA_SECTIONS macroGravatar Masahiro Yamada 1-2/+0
2023-10-18modpost: factor out the common boilerplate of section_rel(a)Gravatar Masahiro Yamada 1-24/+26
2023-10-18modpost: refactor check_sec_ref()Gravatar Masahiro Yamada 1-6/+7
2023-10-18modpost: define TO_NATIVE() using bswap_* functionsGravatar Masahiro Yamada 1-9/+4
2023-10-03modpost: Optimize symbol search from linear to binary searchGravatar Jack Brennen 1-64/+6
2023-10-01modpost: Don't let "driver"s reference .exit.*Gravatar Uwe Kleine-König 1-2/+13
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+9
2023-09-12linux/export: fix reference to exported functions for parisc64Gravatar Masahiro Yamada 1-0/+9
2023-09-01modpost: Skip .llvm.call-graph-profile section checkGravatar Denis Nikitin 1-0/+1
2023-07-31modpost: remove ElF_Rela variables from for-loop in section_rel(a)Gravatar Masahiro Yamada 1-14/+11
2023-07-31modpost: clean up MIPS64 little endian relocation codeGravatar Masahiro Yamada 1-33/+43
2023-07-31modpost: pass r_type to addend_*_rel()Gravatar Masahiro Yamada 1-13/+11
2023-07-31modpost: change return type of addend_*_rel()Gravatar Masahiro Yamada 1-39/+24
2023-07-25linux/export.h: make <linux/export.h> independent of CONFIG_MODULESGravatar Masahiro Yamada 1-2/+6
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-413/+372
2023-06-29modpost: define more R_ARM_* for old distributionsGravatar Masahiro Yamada 1-0/+17
2023-06-25modpost: continue even with unknown relocation typeGravatar Masahiro Yamada 1-10/+9
2023-06-25modpost: factor out Elf_Sym pointer calculation to section_rel()Gravatar Masahiro Yamada 1-4/+5
2023-06-25modpost: factor out inst location calculation to section_rel()Gravatar Masahiro Yamada 1-16/+12
2023-06-24script: modpost: emit a warning when the description is missingGravatar Vincenzo Palazzo 1-0/+2
2023-06-22modpost: show offset from symbol for section mismatch warningsGravatar Masahiro Yamada 1-2/+2
2023-06-22modpost: merge two similar section mismatch warningsGravatar Masahiro Yamada 1-15/+3
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionGravatar Masahiro Yamada 1-5/+52
2023-06-22modpost: use null string instead of NULL pointer for default namespaceGravatar Masahiro Yamada 1-6/+11
2023-06-22modpost: squash sym_update_namespace() into sym_add_exported()Gravatar Masahiro Yamada 1-23/+4
2023-06-22modpost: check static EXPORT_SYMBOL* by modpost againGravatar Masahiro Yamada 1-0/+7
2023-06-22kbuild: generate KSYMTAB entries by modpostGravatar Masahiro Yamada 1-33/+73
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierGravatar Omar Sandoval 1-0/+5
2023-06-15modpost: pass struct module pointer to check_section_mismatch()Gravatar Masahiro Yamada 1-11/+11
2023-06-08modpost: fix off by one in is_executable_section()Gravatar Dan Carpenter 1-1/+1
2023-06-07modpost: propagate W=1 build option to modpostGravatar Masahiro Yamada 1-1/+6
2023-06-04modpost: detect section mismatch for R_ARM_REL32Gravatar Masahiro Yamada 1-0/+1
2023-06-04modpost: fix section_mismatch message for R_ARM_THM_{CALL,JUMP24,JUMP19}Gravatar Masahiro Yamada 1-6/+47
2023-06-04modpost: detect section mismatch for R_ARM_THM_{MOVW_ABS_NC,MOVT_ABS}Gravatar Masahiro Yamada 1-5/+26