Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1160000

[PATCH kmod 0/3] Add feature list together with version

From lucas.de.marchi@gmail.com
Newsgroups linux.kernel
Subject [PATCH kmod 0/3] Add feature list together with version
Date 2015-06-07 08:30 +0200
Message-ID <pyCfL-7Qr-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH kmod 0/3] Add feature list together with version lucas.de.marchi@gmail.com - 2015-06-07 08:30 +0200
  [PATCH kmod 2/3] build: add relevant features to KMOD_FEATURES in config.h lucas.de.marchi@gmail.com - 2015-06-07 08:30 +0200
  [PATCH kmod 1/3] build: add function to build string of features lucas.de.marchi@gmail.com - 2015-06-07 08:30 +0200

csiph-web