aboutsummaryrefslogtreecommitdiff
path: root/scripts/mod/sumversion.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-21modpost: fix array_size.cocci warningGravatar KaiLong Wang 1-2/+2
2022-05-08modpost: use bool type where appropriateGravatar Masahiro Yamada 1-5/+3
2022-05-08kbuild: get rid of duplication in *.mod filesGravatar Masahiro Yamada 1-1/+1
2022-05-08kbuild: split the second line of *.mod into *.usymsGravatar Masahiro Yamada 1-9/+2
2021-09-03modpost: get the *.mod file path more simplyGravatar Masahiro Yamada 1-6/+1
2021-01-14modpost: lto: strip .lto from module namesGravatar Sami Tolvanen 1-1/+5
2020-06-06modpost: use read_text_file() and get_line() for reading text filesGravatar Masahiro Yamada 1-10/+6
2020-06-06modpost: avoid false-positive file open errorGravatar Masahiro Yamada 1-4/+3
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Gravatar Masahiro Yamada 1-17/+11
2020-06-06modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Gravatar Masahiro Yamada 1-66/+0
2019-07-18kbuild: remove the first line of *.mod filesGravatar Masahiro Yamada 1-7/+2
2019-07-18kbuild: create *.mod with full directory path and remove MODVERDIRGravatar Masahiro Yamada 1-13/+3
2018-05-03modpost: delete stale commentGravatar Rasmus Villemoes 1-8/+1
2014-06-10kbuild: trivial - use tabs for code indent where possibleGravatar Masahiro Yamada 1-2/+2
2013-11-06kbuild: replace unbounded sprintf call in modpostGravatar Kees Cook 1-1/+1
2011-03-13kbuild: Fix computing srcversion for modulesGravatar Michal Marek 1-2/+17
2009-09-21trivial: remove references to non-existent include/linux/config.hGravatar Markus Heidelberg 1-2/+0
2008-10-29kbuild: prevent modpost from looking for a .cmd file for a static library lin...Gravatar Ashutosh Naik 1-1/+11
2007-05-19kbuild: include limits.h in sumversion.c for PATH_MAXGravatar Mike Frysinger 1-0/+1
2007-05-02kbuild: do not emit src version warning for non-modulesGravatar Sam Ravnborg 1-3/+2
2006-02-19kbuild: do not segfault in modpost if MODVERDIR is not definedGravatar Sam Ravnborg 1-3/+6
2006-02-19kbuild: use warn()/fatal() consistent in modpostGravatar Sam Ravnborg 1-14/+9
2005-07-27[PATCH] kbuild: signed char fixes for scriptsGravatar J.A. Magallon 1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+498