linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-17 17:50:34 to 2025-06-26 16:48:30 UTC [more...]

[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
 2025-06-26 16:48 UTC  (21+ messages)
` [PATCH 01/16] MAINTAINERS: Include clk.py under COMMON CLK FRAMEWORK entry
` [PATCH 02/16] MAINTAINERS: Include device.py under DRIVER CORE entry
` [PATCH 03/16] MAINTAINERS: Include genpd.py under GENERIC PM DOMAINS entry
` [PATCH 04/16] MAINTAINERS: Include radixtree.py under GENERIC RADIX TREE entry
` [PATCH 05/16] MAINTAINERS: Include interrupts.py under IRQ SUBSYSTEM entry
` [PATCH 06/16] MAINTAINERS: Include kasan.py under KASAN entry
` [PATCH 07/16] MAINTAINERS: Include mapletree.py under MAPLE TREE entry
` [PATCH 08/16] MAINTAINERS: Include GDB scripts under MEMORY MANAGEMENT entry
` [PATCH 09/16] MAINTAINERS: Include modules.py under MODULE SUPPORT entry
` [PATCH 10/16] MAINTAINERS: Include cpus.py under PER-CPU MEMORY ALLOCATOR entry
` [PATCH 11/16] MAINTAINERS: Include timerlist.py under POSIX CLOCKS and TIMERS entry
` [PATCH 12/16] MAINTAINERS: Include dmesg.py under PRINTK entry
` [PATCH 13/16] MAINTAINERS: Include proc.py under PROC FILESYSTEM entry
` [PATCH 14/16] MAINTAINERS: Include vmalloc.py under VMALLOC entry
` [PATCH 15/16] MAINTAINERS: Include xarray.py under XARRAY entry
` [PATCH 16/16] MAINTAINERS: Include vfs.py under FILESYSTEMS entry

[PATCH v2] codetag: Avoid unused alloc_tags sections/symbols
 2025-06-25 16:07 UTC  (2+ messages)

[PATCH] gendwarfksyms: order -T symtypes output by name
 2025-06-25  9:52 UTC 

[PATCH v13 0/6] rust: extend `module!` macro with integer parameter support
 2025-06-24 11:57 UTC  (31+ messages)
` [PATCH v13 1/6] rust: str: add radix prefixed integer parsing functions
` [PATCH v13 2/6] rust: introduce module_param module
` [PATCH v13 3/6] rust: module: use a reference in macros::module::module
` [PATCH v13 4/6] rust: module: update the module macro with module parameter support
` [PATCH v13 5/6] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v13 6/6] modules: add rust modules files to MAINTAINERS

[PATCH v4 0/7] Add generated modalias to modules.builtin.modinfo
 2025-06-23  6:15 UTC  (12+ messages)
` [PATCH v4 1/7] module: remove meaningless 'name' parameter from __MODULE_INFO()
` [PATCH v4 2/7] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v4 3/7] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v4 4/7] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v4 5/7] scsi: Always define blogic_pci_tbl structure
` [PATCH v4 6/7] modpost: Add modname to mod_device_table alias
` [PATCH v4 7/7] modpost: Create modalias for builtin modules

[PATCH 0/3] module: make structure definitions always visible
 2025-06-20  9:51 UTC  (10+ messages)
` [PATCH 1/3] module: move 'struct module_use' to internal.h
` [PATCH 2/3] module: make structure definitions always visible
` [PATCH 3/3] kunit: test: Drop CONFIG_MODULE ifdeffery

[PATCH v2 0/2] module: Fix memory deallocation on error path in move_module()
 2025-06-18 14:02 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] module: Avoid unnecessary return value initialization "

[PATCH 0/2] module: Fix memory deallocation on error path in move_module()
 2025-06-17 17:17 UTC  (14+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] module: Avoid unnecessary return value initialization "

[PATCH] alloc_tag: remove empty module tag section
 2025-06-17 15:05 UTC  (3+ messages)

[PATCH v3] audit,module: restore audit logging in load failure case
 2025-06-16 21:00 UTC  (3+ messages)

How to run tests ?
 2025-06-15 12:20 UTC 

[PATCH v2] gendwarfksyms: Fix structure type overrides
 2025-06-14  0:55 UTC 

[PATCH] gendwarfksyms: Fix structure type overrides
 2025-06-14  0:53 UTC  (3+ messages)

[PATCH v3] module: Make sure relocations are applied to the per-CPU section
 2025-06-12 11:47 UTC  (2+ messages)

[PATCH v12 0/3] rust: extend `module!` macro with integer parameter support
 2025-06-12 11:05 UTC  (10+ messages)
` [PATCH v12 2/3] rust: add parameter support to the `module!` macro

[PATCH] module: Make sure relocations are applied to the per-CPU section
 2025-06-10 14:55 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH v3 0/6] Add generated modalias to modules.builtin.modinfo
 2025-06-09  9:37 UTC  (31+ 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 RFC 0/1] module: Optionally use .platform keyring for signatures verification
 2025-06-09  8:58 UTC  (19+ messages)
` [PATCH RFC 1/1] module: Make use of platform keyring for module signature verify

[PATCH] module: make __mod_device_table__* symbols static
 2025-06-05 20:26 UTC  (3+ messages)

[GIT PULL] Modules changes for v6.16-rc1
 2025-06-03  0:45 UTC  (2+ messages)

[PATCH] kbuild: stop module name mangling
 2025-06-02 19:35 UTC  (3+ messages)

[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  (10+ messages)
` [PATCH v3 2/5] module: Add module specific symbol namespace support
` [PATCH v3 3/5] module: Extend the MODULE_ namespace parsing

[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  (6+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys

Question: a module for wiping userspace RAM before shutdown/reboot/halt
 2025-05-19  7:43 UTC  (4+ 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).