linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-02 11:56:02 to 2025-05-27 14:06:42 UTC [more...]

[PATCH v3 0/6] Add generated modalias to modules.builtin.modinfo
 2025-05-27 14:06 UTC  (15+ messages)
` [PATCH v3 1/6] scsi: Define MODULE_DEVICE_TABLE only if necessary
  ` [PATCH v4 1/6] scsi: Always define blogic_pci_tbl structure
` [PATCH v3 2/6] modules: Add macros to specify modinfo prefix
` [PATCH v3 3/6] modpost: Make mod_device_table aliases more unique
` [PATCH v3 4/6] modpost: Create modalias for builtin modules
` [PATCH v3 5/6] kbuild: Move modules.builtin.modinfo to another makefile
` [PATCH v3 6/6] kbuild: Create modules.builtin.modinfo for modpost results
` [PATCH v3 7/6] scsi: Always define MODULE_DEVICE_TABLE

[PATCH 2/3] modpost: allow "make nsdeps" to skip module-specific symbol namespace
 2025-05-27  7:55 UTC  (2+ messages)

[PATCH v3 0/5] module: Strict per-modname namespaces
 2025-05-22  5:32 UTC  (21+ messages)
` [PATCH v3 1/5] modpost: Use for() loop
` [PATCH v3 2/5] module: Add module specific symbol namespace support
` [PATCH v3 3/5] module: Extend the MODULE_ namespace parsing
` [PATCH v3 4/5] module: Account for the build time module name mangling
` [PATCH v3 5/5] module: Provide EXPORT_SYMBOL_GPL_FOR_MODULES() helper

[PATCH 1/1] alloc_tag: handle module codetag load errors as module load failures
 2025-05-21 21:30 UTC  (3+ messages)

[PATCH] module: release codetag section when module load fails
 2025-05-19 16:57 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
 2025-05-19 15:20 UTC  (43+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys
` [PATCH 02/12] locking/rtmutex: Move max_lock_depth into rtmutex.c
` [PATCH 03/12] rcu: Move rcu_stall related sysctls into rcu/tree_stall.h
` [PATCH 04/12] mm: move randomize_va_space into memory.c
` [PATCH 05/12] parisc/power: Move soft-power into power.c
` [PATCH 06/12] fork: mv threads-max into kernel/fork.c
` [PATCH 07/12] Input: sysrq: mv sysrq into drivers/tty/sysrq.c
` [PATCH 08/12] sysctl: Move tainted ctl_table into kernel/panic.c
` [PATCH 09/12] sysctl: move cad_pid into kernel/pid.c
` [PATCH 10/12] sysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.c
` [PATCH 11/12] sysctl: Remove (very) old file changelog
` [PATCH 12/12] sysctl: Remove superfluous includes from kernel/sysctl.c

Question: a module for wiping userspace RAM before shutdown/reboot/halt
 2025-05-19  7:43 UTC  (4+ messages)

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-05-16 18:09 UTC  (19+ messages)
` [PATCH v3 1/9] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v3 2/9] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG

[PATCH v2] params: Add support for static keys
 2025-05-14 19:17 UTC  (9+ messages)

[PATCH] params: Add support for static keys
 2025-05-14 16:56 UTC  (5+ messages)

[PATCH] module: Use rcuref_t for module::refcnt
 2025-05-12 21:22 UTC  (5+ messages)

[GIT PULL] Modules fixes for v6.15-rc6
 2025-05-12 18:56 UTC  (6+ messages)

[PATCH v1 0/7] Add generated modalias to modules.builtin.modinfo
 2025-05-12 14:52 UTC  (22+ messages)
` [PATCH v1 5/7] modpost: Create modalias for builtin modules
              ` [PATCH v2 "
` [PATCH v2 0/6] Add generated modalias to modules.builtin.modinfo
` [PATCH v2 1/6] scsi: Define MODULE_DEVICE_TABLE only if necessary
` [PATCH v2 2/6] modules: Add macros to specify modinfo prefix
` [PATCH v2 3/6] modpost: Make mod_device_table aliases more unique
` [PATCH v2 4/6] modpost: Create modalias for builtin modules
` [PATCH v2 5/6] kbuild: Move modules.builtin.modinfo to another makefile
` [PATCH v2 6/6] kbuild: Create modules.builtin.modinfo for modpost results

[PATCH v1] rust: module: place cleanup_module() in .exit.text section
 2025-05-09  7:27 UTC 

[PATCH v3 0/5] gendwarfksyms: Add more kABI rules
 2025-05-08 23:42 UTC  (7+ messages)
` [PATCH v3 1/5] gendwarfksyms: Clean up kABI rule look-ups
` [PATCH v3 2/5] gendwarfksyms: Add a kABI rule to override byte_size attributes
` [PATCH v3 3/5] gendwarfksyms: Add a kABI rule to override type strings
` [PATCH v3 4/5] Documentation/kbuild: Drop section numbers
` [PATCH v3 5/5] Documentation/kbuild: Add new gendwarfksyms kABI rules

[PATCH v2 0/4] gendwarfksyms: Add more kABI rules
 2025-05-07 22:58 UTC  (8+ messages)
` [PATCH v2 1/4] gendwarfksyms: Clean up kABI rule look-ups
` [PATCH v2 2/4] gendwarfksyms: Add a kABI rule to override byte_size attributes
` [PATCH v2 3/4] gendwarfksyms: Add a kABI rule to override type strings
` [PATCH v2 4/4] Documentation/kbuild: Add new gendwarfksyms kABI rules

[PATCH] kernel: fix error handling in lookup_or_create_module_kobject()
 2025-05-07 18:20 UTC  (5+ messages)
  ` [PATCH] module: ensure that kobject_put() is safe for module type kobjects

[PATCH v12 0/3] rust: extend `module!` macro with integer parameter support
 2025-05-07 11:29 UTC  (8+ messages)
` [PATCH v12 1/3] rust: str: add radix prefixed integer parsing functions
` [PATCH v12 2/3] rust: add parameter support to the `module!` macro
` [PATCH v12 3/3] modules: add rust modules files to MAINTAINERS

[PATCH v11 0/3] rust: extend `module!` macro with integer parameter support
 2025-05-06 11:53 UTC  (8+ messages)
` [PATCH v11 1/3] rust: str: add radix prefixed integer parsing functions
` [PATCH v11 2/3] rust: add parameter support to the `module!` macro
` [PATCH v11 3/3] modules: add rust modules files to MAINTAINERS

[PATCH v2] kbuild: Require pahole <v1.28 or >v1.29 with GENDWARFKSYMS on X86
 2025-05-06  7:03 UTC  (2+ messages)

[PATCH 0/4] gendwarfksyms: Add more kABI rules
 2025-05-05 19:15 UTC  (8+ messages)
` [PATCH 1/4] gendwarfksyms: Clean up kABI rule look-ups
` [PATCH 2/4] gendwarfksyms: Add a kABI rule to override byte_size attributes
` [PATCH 3/4] gendwarfksyms: Add a kABI rule to override type strings

[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-05-05 15:45 UTC  (16+ messages)
` [PATCH v5 22/25] module: Remove outdated comment about text_size

[PATCH -v2 0/7] module: Strict per-modname namespaces
 2025-05-02 13:15 UTC  (10+ messages)
` [PATCH -v2 5/7] module: Extend the MODULE_ namespace parsing
` [PATCH -v2 6/7] module: Account for the build time module name mangling

[PATCH v10 0/3] rust: extend `module!` macro with integer parameter support
 2025-05-02 12:15 UTC  (5+ messages)
` [PATCH v10 1/3] rust: str: add radix prefixed integer parsing functions


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