summaryrefslogtreecommitdiff
path: root/scripts/mod/sumversion.c
Commit message (Expand)AuthorAgeFilesLines
* modpost: fix array_size.cocci warningKaiLong Wang2022-11-211-2/+2
* modpost: use bool type where appropriateMasahiro Yamada2022-05-081-5/+3
* kbuild: get rid of duplication in *.mod filesMasahiro Yamada2022-05-081-1/+1
* kbuild: split the second line of *.mod into *.usymsMasahiro Yamada2022-05-081-9/+2
* modpost: get the *.mod file path more simplyMasahiro Yamada2021-09-031-6/+1
* modpost: lto: strip .lto from module namesSami Tolvanen2021-01-141-1/+5
* modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada2020-06-061-10/+6
* modpost: avoid false-positive file open errorMasahiro Yamada2020-06-061-4/+3
* modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada2020-06-061-17/+11
* modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()Masahiro Yamada2020-06-061-66/+0
* kbuild: remove the first line of *.mod filesMasahiro Yamada2019-07-181-7/+2
* kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada2019-07-181-13/+3
* modpost: delete stale commentRasmus Villemoes2018-05-031-8/+1
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-101-2/+2
* kbuild: replace unbounded sprintf call in modpostKees Cook2013-11-061-1/+1
* kbuild: Fix computing srcversion for modulesMichal Marek2011-03-131-2/+17
* trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg2009-09-211-2/+0
* kbuild: prevent modpost from looking for a .cmd file for a static library lin...Ashutosh Naik2008-10-291-1/+11
* kbuild: include limits.h in sumversion.c for PATH_MAXMike Frysinger2007-05-191-0/+1
* kbuild: do not emit src version warning for non-modulesSam Ravnborg2007-05-021-3/+2
* kbuild: do not segfault in modpost if MODVERDIR is not definedSam Ravnborg2006-02-191-3/+6
* kbuild: use warn()/fatal() consistent in modpostSam Ravnborg2006-02-191-14/+9
* [PATCH] kbuild: signed char fixes for scriptsJ.A. Magallon2005-07-271-4/+4
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+498