linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH kmod 0/3] Add feature list together with version
@ 2015-06-07  6:27 lucas.de.marchi
  2015-06-07  6:27 ` [PATCH kmod 1/3] build: add function to build string of features lucas.de.marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: lucas.de.marchi @ 2015-06-07  6:27 UTC (permalink / raw)
  To: linux-modules
  Cc: Rusty Russell, Andreas Mohr, Andrew Morton, Bertrand Jacquin,
	Marco d'Itri, lkml, Kay Sievers, Lucas De Marchi

From: Lucas De Marchi <lucas.demarchi@intel.com>

Sample output:

$ ./tools/kmod --version
kmod version 20
+XZ +ZLIB -EXPERIMENTAL

Lucas De Marchi (3):
  build: add function to build string of features
  build: add relevant features to KMOD_FEATURES in config.h
  tools: display features together with version information

 configure.ac     |  7 +++++++
 m4/features.m4   | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 tools/depmod.c   |  1 +
 tools/insmod.c   |  1 +
 tools/kmod.c     |  1 +
 tools/modinfo.c  |  1 +
 tools/modprobe.c |  1 +
 tools/rmmod.c    |  1 +
 8 files changed, 61 insertions(+)
 create mode 100644 m4/features.m4

-- 
2.4.2

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-06-09  1:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-07  6:27 [PATCH kmod 0/3] Add feature list together with version lucas.de.marchi
2015-06-07  6:27 ` [PATCH kmod 1/3] build: add function to build string of features lucas.de.marchi
2015-06-07  6:27 ` [PATCH kmod 2/3] build: add relevant features to KMOD_FEATURES in config.h lucas.de.marchi
2015-06-07  6:27 ` [PATCH kmod 3/3] tools: display features together with version information lucas.de.marchi
2015-06-07  9:17   ` Andreas Mohr
2015-06-09  1:42     ` Lucas De Marchi
2015-06-07  9:25 ` [PATCH kmod 0/3] Add feature list together with version Andreas Mohr
2015-06-09  1:41   ` Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).