linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-21 11:41:51 to 2018-04-05 21:55:46 UTC [more...]

[PATCH] libkmod-module: check for NULL before accessing pointers
 2018-04-05 21:55 UTC  (2+ messages)

[PATCH RFC PKCS7 asn1c 0/2] asn1c version of PKCS#7 parser
 2018-03-13 10:03 UTC  (11+ messages)
` [PATCH RFC PKCS7 asn1c 1/2] libkmod-signature: implement pkcs7 parsing with asn1c compiler
  ` [PATCH] libkmod-signature: Fix crash when module signature is not present
` [PATCH RFC PKCS7 asn1c 2/2] libkmod, pkcs7: commit asn1c autogenerated files

[PATCH RFC PKCS7 kernel vm 0/1] kernel version of PKCS#7 parser
 2018-03-12 20:46 UTC  (2+ messages)
` [PATCH RFC PKCS7 kernel vm 1/1] libkmod-signature: implement pkcs7 parsing with kernel asn1 compiler

[PATCH] testsuite: add Clear's mkosi configuration
 2018-02-08 23:08 UTC 

modinfo shows md4 signature instead of sha256
 2018-01-31 21:06 UTC  (4+ messages)

[ANNOUNCE] kmod 25
 2018-01-09  1:54 UTC 

[PATCH] testsuite: also wrap gettid in syscall()
 2018-01-08 21:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/6] prepare for release
 2018-01-08 21:33 UTC  (8+ messages)
` [PATCH 1/6] build: add mkosi hooks
` [PATCH 2/6] build: use tool from configure
` [PATCH 3/6] testsuite: generalize mkosi support for other distros
` [PATCH 4/6] testsuite: add Fedora's mkosi configuration
` [PATCH 5/6] testsuite: add missing error handling
` [PATCH 6/6] testsuite: explain why overriding function may fail

[PATCH 0/2] depmod: fix override lookup
 2017-12-07 22:15 UTC  (4+ messages)
` [PATCH 1/2] testsuite: depmod: add override test
` [PATCH 2/2] depmod: module_is_higher_priority: fix modname length calculation

[PATCH] depmod: Don't add .TOC. when it's in the kernel
 2017-12-07 19:07 UTC  (2+ messages)

[PATCH] libkmod: fix uninitialized variable usage warnings
 2017-11-07 16:45 UTC  (4+ messages)

[PATCH] man/depmod: Add references in other man pages
 2017-10-16 22:00 UTC  (3+ messages)

python3 version of python-kmod
 2017-09-29 20:08 UTC 

[RESEND PATCH] modprobe: install default configuration
 2017-09-08 21:30 UTC  (3+ messages)

[RFC PATCH] exec: Avoid recursive modprobe for binary format handlers
 2017-09-08 21:23 UTC  (2+ messages)

[PATCH] Fixed minor spelling and grammar issues in man page
 2017-08-18  0:11 UTC 

[PATCH] libkmod-elf: resolve CRC if module is built with MODULE_REL_CRCS
 2017-08-08 21:40 UTC  (6+ messages)
    ` [RFC] resolve CRC test. Was: "

[PATCH] man/depmod.d: add external keyword description
 2017-07-21 17:08 UTC  (2+ messages)

[PATCH RFC 0/3] depmod: implement external directories support
 2017-07-19 18:57 UTC  (22+ messages)
` [PATCH RFC 1/3] depmod: create depmod dir independent search function
` [PATCH RFC 2/3] depmod: search key: move builtin detection under the add function
` [PATCH RFC 3/3] depmod: implement external directories support
    ` [PATCHv2 0/4] "
      ` [PATCHv2 1/4] depmod: create depmod dir independent search function
      ` [PATCHv2 2/4] depmod: rewrite depmod modules search with scratchbuf
      ` [PATCHv2 3/4] depmod: implement external directories support
      ` [PATCHv2 4/4] testsuite: add tests for external directory support

[PATCH] libkmod: Verify memory sizes on 32 bit systems
 2017-06-25 14:55 UTC 

[PATCH kmod] util: fix non-static assert_cc use
 2017-06-09  5:10 UTC  (4+ messages)

[PATCH kmod] shared/util.c: assert_cc() can only be used inside functions
 2017-06-06  7:16 UTC  (5+ messages)

depmod gets stuck in symlink cycle in arch/arm/boot/dts/include
 2017-05-13  5:03 UTC  (3+ messages)

[PATCH] depmod: fix errorpath memleaks in report cycles logic
 2017-05-09  6:48 UTC  (3+ messages)

Why these functions are empty?
 2017-04-17 14:29 UTC  (2+ messages)

[PATCH 0/4] modinfo: fix sig_id key and add signature output
 2017-04-11 16:10 UTC  (6+ messages)
` [PATCH 1/4] libkmod: modinfo: fix sig_id output
` [PATCH 2/4] libkmod: modinfo: use own function for sig_key hex output
` [PATCH 3/4] libkmod: modinfo: implement line splitting in hex_to_str
` [PATCH 4/4] libkmod: modinfo: implement signature output

Build fails when Xsltproc not present
 2017-02-26 23:09 UTC  (7+ messages)

[ANNOUNCE] kmod 24
 2017-02-24  7:46 UTC 

[PATCH v1 1/2] testsuite: depmod: add module dependency outside cyclic chain
 2017-02-23 22:30 UTC  (25+ messages)
` [PATCH v1 2/2] depmod: ignore related modules in depmod_report_cycles
        ` [PATCH RFC 0/3] Proposal for cycles handling
          ` [PATCH RFC 2/3] libkmod: list: export list handling functions
                  ` [PATCH v3 0/2] Proposal for cycles handling
                    ` [PATCH v3 1/2] testsuite: depmod: check netsted loops reporting
                    ` [PATCH v3 2/2] depmod: handle nested loops
          ` [PATCH RFC 3/3] "
            ` [PATCH RFC v2 0/2] Proposal for cycles handling
              ` [PATCH RFC v2 1/2] testsuite: depmod: check netsted loops reporting
              ` [PATCH RFC v2 2/2] depmod: handle nested loops

[PATCH 1/2] libkmod-config: replace 0/1 with bool
 2017-02-23 22:14 UTC  (3+ messages)
` [PATCH 2/2] libkmod-config: fix parsing quoted kernel cmdline on params

[PATCH] module: fix a memory leak
 2017-02-16 16:51 UTC  (2+ messages)

[RFC v1] libkmod: Fix handling of quotes in kernel command line
 2017-01-23 20:05 UTC  (2+ messages)

Improvements in search of kernel modules directory
 2016-12-07  7:06 UTC  (9+ messages)
` [PATCH 1/4] libkmod: add MODULE_DIR to override "
` [PATCH 2/4] libkmod: allow hardcoding array of dirname prefixes
` [PATCH 3/4] static-nodes: use kmod to get modules directory
` [PATCH 4/4] libkmod: add --with-modulesdirs configure option

linux kernel support for logitech g502 proteus
 2016-12-01 15:57 UTC 

[PATCH] shared: make scratchbuf_str static
 2016-11-11  0:14 UTC  (2+ messages)

[PATCH] testsuite: fix test_array_sort pointers inderection
 2016-11-09  0:24 UTC  (2+ messages)

[PATCH] depmod: ignore related modules in depmod_report_cycles
 2016-11-08 17:03 UTC  (6+ messages)

[PATCH 1/3] testsuite: include stdio.h
 2016-08-15 13:28 UTC  (5+ messages)
` [PATCH 2/3] Add scratchbuf implementation
` [PATCH 3/3] depmod: fix string overflow

[ANNOUNCE] kmod 23
 2016-07-20  5:19 UTC 

error: EXTRA_DIST must be set with '=' before using '+='
 2016-06-28 15:26 UTC  (4+ messages)

[PATCH] libkmod: Handle long lines in /proc/modules
 2016-06-21 21:06 UTC  (6+ messages)

[PATCH] modprobe: install default configuration
 2016-06-14 12:55 UTC  (9+ messages)

[RESEND RESEND PATCH] depmod: Ignore PowerPC64 ABIv2 .TOC. symbol
 2016-06-11  3:27 UTC  (2+ messages)

kmod documentation issue -- module parameters must after modulename
 2016-06-06  3:06 UTC  (3+ messages)

[PATCH 1/3] libkmod-module: do not crash modinfo on 0 key id len
 2016-06-05  3:13 UTC  (3+ messages)
` [PATCH 2/3] libkmod-signature: handle PKCS#7
` [PATCH 3/3] libkmod-module: modinfo: print signature id

[PATCH] libkmod: Add support for detached module signatures
 2016-06-04 14:13 UTC  (9+ messages)
` [PATCH v2] "
        ` Bug#820010: "

[PATCH] kmod: compiling with old sed version (!ERE support)
 2016-05-21 18:09 UTC  (2+ messages)

[PATCH] kmod_module_get_refcnt: fix documentation
 2016-05-21 17:28 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).