linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-03 07:48:16 to 2022-02-22 13:09:47 UTC [more...]

[PATCH v7 00/13] module: core code clean up
 2022-02-22 13:09 UTC  (12+ messages)
` [PATCH v7 01/13] module: Move all into module/
` [PATCH v7 02/13] module: Simple refactor in preparation for split
` [PATCH v7 03/13] module: Make internal.h and decompress.c more compliant
` [PATCH v7 04/13] module: Move livepatch support to a separate file
` [PATCH v7 05/13] module: Move latched RB-tree "
` [PATCH v7 06/13] module: Move strict rwx "
` [PATCH v7 07/13] module: Move extra signature support out of core code
` [PATCH v7 08/13] module: Move kmemleak support to a separate file
` [PATCH v7 09/13] module: Move kallsyms support into "
` [PATCH v7 10/13] module: Move procfs "
` [PATCH v7 11/13] module: Move sysfs "

[PATCH v6 00/13] module: core code clean up
 2022-02-22 11:39 UTC  (32+ messages)
` [PATCH v6 01/13] module: Move all into module/
` [PATCH v6 02/13] module: Simple refactor in preparation for split
` [PATCH v6 03/13] module: Make internal.h and decompress.c more compliant
` [PATCH v6 04/13] module: Move livepatch support to a separate file
` [PATCH v6 05/13] module: Move latched RB-tree "
` [PATCH v6 06/13] module: Move strict rwx "
` [PATCH v6 07/13] module: Move extra signature support out of core code
` [PATCH v6 08/13] module: Move kmemleak support to a separate file
` [PATCH v6 09/13] module: Move kallsyms support into "
` [PATCH v6 10/13] module: Move procfs "

[PATCH v1 0/6] Miscellaneous cleanups
 2022-02-22 10:39 UTC  (7+ messages)
` [PATCH v1 1/6] module: Have kernel/module/ dedicated to CONFIG_MODULES
` [PATCH v1 2/6] module: Move module's Kconfig item in kernel/module/
` [PATCH v1 3/6] module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v1 4/6] module: Move module_enable_x() and frob_text() in strict_rwx.c
` [PATCH v1 5/6] module: Rework layout alignment to avoid BUG_ON()s
` [PATCH v1 6/6] module: Rename debug_align() as strict_align()

[PATCH v4 0/6] Allocate module text and data separately
 2022-02-22 10:32 UTC  (7+ messages)
` [PATCH v4 1/6] module: Always have struct mod_tree_root
` [PATCH v4 2/6] module: Prepare for handling several RB trees
` [PATCH v4 3/6] module: Introduce data_layout
` [PATCH v4 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v4 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v4 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH 1/4] Fixup for 87b31159f78a ("module: Move all into module/")
 2022-02-22 10:23 UTC  (4+ messages)
` [PATCH 2/4] Fixup for 1df95c1b9fb2 ("module: Move latched RB-tree support to a separate file")
` [PATCH 3/4] Fixup for e5973a14d187 ("module: Move strict rwx "
` [PATCH 4/4] Fixup for 54f2273e5fef ("module: Move kallsyms support into "

[PATCH v6 11/13] module: Move sysfs support into a separate file
 2022-02-22 10:19 UTC  (4+ messages)
` [PATCH v6 12/13] module: Move kdb_modules list out of core code
` [PATCH v6 13/13] module: Move version support into a separate file

[PATCH 03/11] kernel/kmod: move modprobe sysctl to its own file
 2022-02-20  6:00 UTC 

[PATCH 1/3] libkmod: Prefer builtin index over builtin.alias
 2022-02-19 18:41 UTC  (10+ messages)
` [PATCH 2/3] depmod: Do not duplicate builtin index
` [PATCH 3/3] depmod: Stop opening modules.modinfo once per module
    ` [PATCH v2] libkmod: Prefer builtin index over builtin.alias

[PATCH v2 0/3] kmod: add patient module removal support
 2022-02-18  8:20 UTC  (5+ messages)

Modules fixes for v5.17-rc5
 2022-02-17 22:20 UTC  (3+ messages)

[PATCH v5 11/13] module: Move sysfs support into a separate file
 2022-02-17 16:26 UTC  (14+ messages)
` [PATCH v5 12/13] module: Move kdb_modules list out of core code
` [PATCH v5 13/13] module: Move version support into a separate file

[PATCH 0/8] Random fixes + modinfo --modname
 2022-02-17  8:11 UTC  (13+ messages)
` [PATCH 1/8] test-initstate: Check for negative value on error
` [PATCH 2/8] libkmod-module: Fix return code for kmod_module_new_from_lookup()
` [PATCH 3/8] gitignore: ignore gtk-doc.make
` [PATCH 4/8] libkmod: Add helper function to iterate lookup options
` [PATCH 5/8] libkmod: Update docs about indexes order
` [PATCH 6/8] libkmod: Add lookup from module name
` [PATCH 7/8] modinfo: Update help message with "modulename"
` [PATCH 8/8] modinfo: Allow to force arg as module name

[PATCH 4/4] module, KEYS: Make use of platform keyring for signature verification
 2022-02-16 12:09 UTC  (8+ messages)

[PATCH v8] kallsyms: new /proc/kallmodsyms with builtin modules
 2022-02-14 15:40 UTC  (12+ messages)
` [PATCH v8 1/6] kbuild: bring back tristate.conf
` [PATCH v8 2/6] kbuild: add modules_thick.builtin
` [PATCH v8 3/6] kbuild: generate an address ranges map at vmlinux link time
` [PATCH v8 4/6] kallsyms: introduce sections needed to map symbols to built-in modules
` [PATCH v8 5/6] kallsyms: optimize .kallsyms_modules*
` [PATCH v8 6/6] kallsyms: add /proc/kallmodsyms

[PATCH v5 07/13] module: Move extra signature support out of core code
 2022-02-11 19:55 UTC  (13+ messages)
` [PATCH v5 08/13] module: Move kmemleak support to a separate file
` [PATCH v5 09/13] module: Move kallsyms support into "
` [PATCH v5 10/13] module: Move procfs "

[PATCH v5 00/13] module: core code clean up
 2022-02-11 11:09 UTC  (22+ messages)
` [PATCH v5 01/13] module: Move all into module/
` [PATCH v5 02/13] module: Simple refactor in preparation for split
` [PATCH v5 03/13] module: Make internal.h more compliant
` [PATCH v5 04/13] module: Move livepatch support to a separate file
` [PATCH v5 05/13] module: Move latched RB-tree "
` [PATCH v5 06/13] module: Move strict rwx "

[PATCH 1/2] modprobe: fix the NULL-termination of new_argv
 2022-02-10  2:14 UTC  (2+ messages)
` [PATCH 2/2] modprobe: remove unneeded variable str_start

[PATCH AUTOSEL 4.14 8/8] Revert "module, async: async_synchronize_full() on module init iff async is used"
 2022-02-09 18:45 UTC 

[PATCH AUTOSEL 4.19 10/10] Revert "module, async: async_synchronize_full() on module init iff async is used"
 2022-02-09 18:44 UTC 

[PATCH AUTOSEL 5.4 15/15] Revert "module, async: async_synchronize_full() on module init iff async is used"
 2022-02-09 18:43 UTC 

[PATCH AUTOSEL 5.10 25/27] Revert "module, async: async_synchronize_full() on module init iff async is used"
 2022-02-09 18:41 UTC 

[PATCH AUTOSEL 5.15 34/36] Revert "module, async: async_synchronize_full() on module init iff async is used"
 2022-02-09 18:37 UTC 

[PATCH AUTOSEL 5.16 40/42] Revert "module, async: async_synchronize_full() on module init iff async is used"
 2022-02-09 18:33 UTC 

[RFC PATCH v4 00/13] module: core code clean up
 2022-02-09 14:37 UTC  (28+ messages)
` [RFC PATCH v4 03/13] module: Move livepatch support to a separate file
` [RFC PATCH v4 07/13] module: Move extra signature support out of core code

[RFC PATCH 1/2] modules: Make module_enable_x() independant of CONFIG_ARCH_HAS_STRICT_MODULE_RWX
 2022-02-07  6:37 UTC  (4+ messages)
` [RFC PATCH 2/2] modules: Rename debug_align() as section_align()
` [modules] 64aee03f98: WARNING:at_arch/x86/mm/pat/set_memory.c:#__cpa_process_fault

[PATCH] Revert "module, async: async_synchronize_full() on module init iff async is used"
 2022-02-03 19:19 UTC  (4+ messages)

[PING PATCH v7] kallsyms: new /proc/kallmodsyms with builtin modules
 2022-02-03 14:11 UTC  (6+ 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).