summaryrefslogtreecommitdiffstats
path: root/scripts/mod/sumversion.c
AgeCommit message (Expand)AuthorLines
2024-02-15modpost: trim leading spaces when processing source files listRadek Krejci-1/+6
2022-11-21modpost: fix array_size.cocci warningKaiLong Wang-2/+2
2022-05-08modpost: use bool type where appropriateMasahiro Yamada-5/+3
2022-05-08kbuild: get rid of duplication in *.mod filesMasahiro Yamada-1/+1
2022-05-08kbuild: split the second line of *.mod into *.usymsMasahiro Yamada-9/+2
2021-09-03modpost: get the *.mod file path more simplyMasahiro Yamada-6/+1
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen-1/+5
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada-10/+6
2020-06-06modpost: avoid false-positive file open errorMasahiro Yamada-4/+3
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada-17/+11
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada-66/+0
2019-07-18kbuild: remove the first line of *.mod filesMasahiro Yamada-7/+2
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada-13/+3
2018-05-03modpost: delete stale commentRasmus Villemoes-8/+1
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada-2/+2
2013-11-06kbuild: replace unbounded sprintf call in modpostKees Cook-1/+1
2011-03-13kbuild: Fix computing srcversion for modulesMichal Marek-2/+17
2009-09-21trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg-2/+0
2008-10-29kbuild: prevent modpost from looking for a .cmd file for a static library lin...Ashutosh Naik-1/+11
2007-05-19kbuild: include limits.h in sumversion.c for PATH_MAXMike Frysinger-0/+1
2007-05-02kbuild: do not emit src version warning for non-modulesSam Ravnborg-3/+2
2006-02-19kbuild: do not segfault in modpost if MODVERDIR is not definedSam Ravnborg-3/+6
2006-02-19kbuild: use warn()/fatal() consistent in modpostSam Ravnborg-14/+9
2005-07-27[PATCH] kbuild: signed char fixes for scriptsJ.A. Magallon-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+498