linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-07 09:54:03 to 2016-02-04 19:56:03 UTC [more...]

[PATCH v3 00/22] vfs: support for a common kernel file loader
 2016-02-04 19:56 UTC  (41+ messages)
` [PATCH v3 01/22] ima: separate 'security.ima' reading functionality from collect
` [PATCH v3 02/22] ima: refactor ima_policy_show() to display "ima_hooks" rules
` [PATCH v3 03/22] ima: use "ima_hooks" enum as function argument
` [PATCH v3 04/22] firmware: simplify dev_*() print messages for generic helpers
` [PATCH v3 05/22] firmware: move completing fw into a helper
` [PATCH v3 06/22] firmware: fold successful fw read early
` [PATCH v3 07/22] vfs: define a generic function to read a file from the kernel
` [PATCH v3 08/22] vfs: define kernel_read_file_id enumeration
` [PATCH v3 09/22] ima: provide buffer hash calculation function
` [PATCH v3 10/22] ima: calculate the hash of a buffer using aynchronous hash(ahash)
` [PATCH v3 11/22] ima: define a new hook to measure and appraise a file already in memory
` [PATCH v3 12/22] vfs: define kernel_read_file_from_path
` [PATCH v3 13/22] firmware: replace call to fw_read_file_contents() with kernel version
` [PATCH v3 14/22] security: define kernel_read_file hook
` [PATCH v3 15/22] vfs: define kernel_copy_file_from_fd()
` [PATCH v3 16/22] module: replace copy_module_from_fd with kernel version
` [PATCH v3 17/22] ima: remove firmware and module specific cached status info
` [PATCH v3 18/22] kexec: replace call to copy_file_from_fd() with kernel version
` [PATCH v3 19/22] ima: support for kexec image and initramfs
` [PATCH v3 20/22] ima: load policy using path
` [PATCH v3 21/22] ima: measure and appraise the IMA policy itself
` [PATCH v3 22/22] ima: require signed IMA policy

Support for PKCS#7 module signing
 2016-02-04 13:19 UTC  (3+ messages)

modinfo crc32 broken after fd44a98ae2eb
 2016-01-29 19:08 UTC  (9+ messages)
      ` Duplicated module names

[RFC PATCH v2 00/11] vfss: support for a common kernel file loader
 2016-01-27  1:50 UTC  (50+ messages)
` [RFC PATCH v2 01/11] ima: separate 'security.ima' reading functionality from collect
` [RFC PATCH v2 02/11] vfs: define a generic function to read a file from the kernel
` [RFC PATCH v2 03/11] ima: provide buffer hash calculation function
` [RFC PATCH v2 04/11] ima: calculate the hash of a buffer using aynchronous hash(ahash)
` [RFC PATCH v2 05/11] ima: define a new hook to measure and appraise a file already in memory
` [RFC PATCH v2 06/11] kexec: replace call to copy_file_from_fd() with kernel version
` [RFC PATCH v2 07/11] firmware: replace call to fw_read_file_contents() "
` [RFC PATCH v2 08/11] module: replace copy_module_from_fd "
` [RFC PATCH v2 09/11] ima: load policy using path
` [RFC PATCH v2 10/11] ima: measure and appraise the IMA policy itself
` [RFC PATCH v2 11/11] ima: require signed IMA policy

[PATCH] depmod: Don't insert comment in modules.devname if otherwise empty
 2016-01-11 16:06 UTC  (4+ messages)
  ` Bug#810367: "

[RFC PATCH 0/5] vfs: support for a common kernel file loader (step 1)
 2016-01-08 20:36 UTC  (11+ messages)
` [RFC PATCH 1/5] vfs: define a generic function to read a file from the kernel
` [RFC PATCH 2/5] firmware: replace call to fw_read_file_contents() with kernel version
` [RFC PATCH 3/5] kexec: replace call to copy_file_from_fd() "
` [RFC PATCH 4/5] ima: replace call to integrity_read_file() "
` [RFC PATCH 5/5] module: replace copy_module_from_fd "

[PATCH] insmod: fix wron fallthrough of -f
 2015-11-20 21:34 UTC  (2+ messages)

[ANNOUNCE] kmod 22
 2015-11-18  0:22 UTC 

[PATCH] insmod: do support -f
 2015-10-26 10:28 UTC  (5+ messages)

[PATCHv2 1/5] README: Indicate cython requirements
 2015-09-30 18:35 UTC  (7+ messages)
` [PATCHv2 2/5] modprobe: Update error message when path is missing
` [PATCHv2 3/5] Change default log level
` [PATCHv2 4/5] depmod: Remove unprinted debug messages
` [PATCHv2 5/5] depmod: Don't fall back to uname on bad version

depmod (kmod 21 and older) fails for allmodconfig on ARM
 2015-09-24  9:06 UTC  (3+ messages)

[PATCH 0/4] depmod and modprobe error message fixups
 2015-09-24  1:17 UTC  (17+ messages)
` [PATCH 1/4] build: Properly check for Cython
` [PATCH 2/4] modprobe: Add appropriate error message when path is missing
` [PATCH 3/4] depmod: Fix message printing before log_setup_kmod_log
` [PATCH 4/4] depmod: Add error message for bad version

fnmatch for modprobe.d "options" commands?
 2015-08-25 15:23 UTC  (3+ messages)

[PATCH] build: let sed use posix ERE instead of GNU extension
 2015-06-24 12:11 UTC  (4+ messages)

[PATCH] libkmod-module: fix return code in error path
 2015-06-18  4:36 UTC  (3+ messages)

[ANNOUNCE] kmod 21
 2015-06-09 19:42 UTC  (3+ messages)

Bug#787548: kmod: Small typo in rmmod(8)
 2015-06-09  1:49 UTC  (2+ messages)

[PATCH kmod 0/3] Add feature list together with version
 2015-06-09  1:42 UTC  (8+ messages)
` [PATCH kmod 1/3] build: add function to build string of features
` [PATCH kmod 2/3] build: add relevant features to KMOD_FEATURES in config.h
` [PATCH kmod 3/3] tools: display features together with version information

[PATCH] modules: CONFIG_MODULE_COMPRESS: add hint that userspace support may easily be missing
 2015-06-07  6:18 UTC  (14+ messages)

modules out of tree issue
 2015-04-20  9:09 UTC 

modules out of tree issue
 2015-04-17  9:48 UTC 

modules out of tree issue
 2015-04-17  9:41 UTC 

modules out of tree issue
 2015-04-16 12:27 UTC  (3+ messages)
  ` AW: "

Bug#782692: kmod: spurious spaces in lsmod output
 2015-04-16 11:48 UTC  (2+ messages)

How to get instance for kallsyms_address or kallsyms_num_syms?
 2015-04-09 14:09 UTC  (2+ messages)


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).