linux-modules archive · June 2025
195 messages across 42 threads, ordered by last activity .
-
STALE395d
Re: [PATCH v13 2/6] rust: introduce module_param module
2025-06-30 19:02 · 1 reply this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE395d
REVIEWED: 22 (22M) [PATCH] gendwarfksyms: order -T symtypes output by name
2025-06-30 15:41 · 6 replies this month · Giuliano Procida <hidden> -
STALE365d
[PATCH 0/5] module: Fix minor problems related to MODULE_NAME_LEN
2025-06-30 14:36 · 5 replies this month · Petr Pavlu <petr.pavlu@suse.com> -
DORMANTno replies
[PATCH] testsuite/init_module: Handle __NR_riscv_hwprobe in syscall wrapper
2025-06-30 14:21 · 0 replies this month · Andreas Schwab <hidden> -
STALE396d
[PATCH v2 0/2] module: Fix memory deallocation on error path in move_module()
2025-06-30 13:57 · 6 replies this month · Petr Pavlu <petr.pavlu@suse.com> -
STALE396d
Re: [PATCH v13 5/6] rust: samples: add a module parameter to the rust_minimal sample
2025-06-30 12:32 · 3 replies this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE396d
Re: [PATCH v13 2/6] rust: introduce module_param module
2025-06-30 12:27 · 1 reply this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE396d
[PATCH v13 0/6] rust: extend `module!` macro with integer parameter support
2025-06-30 11:30 · 13 replies this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE371d
[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
2025-06-27 17:10 · 23 replies this month · Florian Fainelli <florian.fainelli@broadcom.com> -
STALE399d
Re: [PATCH v13 2/6] rust: introduce module_param module
2025-06-27 08:23 · 1 reply this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE400d
REVIEWED: 13 (13M) [PATCH v2] codetag: Avoid unused alloc_tags sections/symbols
2025-06-25 16:07 · 1 reply this month · Petr Pavlu <petr.pavlu@suse.com> -
DORMANTno replies
Re: [PATCH v13 2/6] rust: introduce module_param module
2025-06-24 11:57 · 0 replies this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE402d
Re: [PATCH v13 2/6] rust: introduce module_param module
2025-06-23 15:20 · 1 reply this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE403d
Re: [PATCH v13 2/6] rust: introduce module_param module
2025-06-23 13:55 · 3 replies this month · Andreas Hindborg <a.hindborg@kernel.org> -
DORMANTno replies
Re: [PATCH v13 2/6] rust: introduce module_param module
2025-06-23 09:47 · 0 replies this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE374d
[PATCH v4 0/7] Add generated modalias to modules.builtin.modinfo
2025-06-23 06:15 · 11 replies this month · Alexey Gladkov <legion@kernel.org> -
STALE406d
Re: [PATCH v13 2/6] rust: introduce module_param module
2025-06-20 12:28 · 1 reply this month · Andreas Hindborg <a.hindborg@kernel.org> -
DORMANTno replies
Re: [PATCH v13 2/6] rust: introduce module_param module
2025-06-20 11:52 · 0 replies this month · Andreas Hindborg <a.hindborg@kernel.org> -
DORMANTno replies
Re: [PATCH v13 2/6] rust: introduce module_param module
2025-06-20 11:29 · 0 replies this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE385d
[PATCH 0/3] module: make structure definitions always visible
2025-06-20 09:52 · 9 replies this month · Thomas Weißschuh <hidden> -
STALE407d
Re: [PATCH v13 2/6] rust: introduce module_param module
2025-06-19 12:55 · 1 reply this month · Andreas Hindborg <a.hindborg@kernel.org> -
DORMANTno replies
Re: [PATCH v13 1/6] rust: str: add radix prefixed integer parsing functions
2025-06-19 12:41 · 0 replies this month · Andreas Hindborg <a.hindborg@kernel.org> -
DORMANTno replies
Re: [PATCH v13 4/6] rust: module: update the module macro with module parameter support
2025-06-19 12:31 · 0 replies this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE407d
Re: [PATCH v13 1/6] rust: str: add radix prefixed integer parsing functions
2025-06-19 12:17 · 1 reply this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE408d
[PATCH 0/2] module: Fix memory deallocation on error path in move_module()
2025-06-17 17:17 · 13 replies this month · Petr Pavlu <petr.pavlu@suse.com> -
STALE408d
REVIEWED: 8 (7M) [PATCH] alloc_tag: remove empty module tag section
2025-06-17 15:05 · 2 replies this month · Casey Chen <hidden> -
STALE409d
[PATCH v3] audit,module: restore audit logging in load failure case
2025-06-16 21:00 · 2 replies this month · Richard Guy Briggs <hidden> -
DORMANTno replies
How to run tests ?
2025-06-15 12:20 · 0 replies this month · PF <hidden> -
DORMANTno replies
REVIEWED: 1 (1M) [PATCH v2] gendwarfksyms: Fix structure type overrides
2025-06-14 00:55 · 0 replies this month · Sami Tolvanen <samitolvanen@google.com> -
STALE412d
[PATCH] gendwarfksyms: Fix structure type overrides
2025-06-14 00:54 · 2 replies this month · Sami Tolvanen <samitolvanen@google.com> -
STALE395d
LANDED [PATCH v3] module: Make sure relocations are applied to the per-CPU section
2025-06-12 11:47 · 1 reply this month · Sebastian Andrzej Siewior <bigeasy@linutronix.de> -
DORMANTno replies
Re: [PATCH v12 2/3] rust: add parameter support to the `module!` macro
2025-06-12 11:05 · 0 replies this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE414d
Re: [PATCH v12 2/3] rust: add parameter support to the `module!` macro
2025-06-12 07:52 · 1 reply this month · Andreas Hindborg <a.hindborg@kernel.org> -
DORMANTno replies
Re: [PATCH v12 2/3] rust: add parameter support to the `module!` macro
2025-06-11 13:29 · 0 replies this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE415d
[PATCH v12 0/3] rust: extend `module!` macro with integer parameter support
2025-06-11 12:39 · 1 reply this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE415d
Re: [PATCH v12 2/3] rust: add parameter support to the `module!` macro
2025-06-11 12:36 · 1 reply this month · Andreas Hindborg <a.hindborg@kernel.org> -
STALE416d
[PATCH] module: Make sure relocations are applied to the per-CPU section
2025-06-10 14:55 · 6 replies this month · Sebastian Andrzej Siewior <bigeasy@linutronix.de> -
STALE417d
[PATCH v3 0/6] Add generated modalias to modules.builtin.modinfo
2025-06-09 09:37 · 16 replies this month · Alexey Gladkov <legion@kernel.org> -
STALE417d
[PATCH RFC 0/1] module: Optionally use .platform keyring for signatures verification
2025-06-09 08:58 · 18 replies this month · Vitaly Kuznetsov <vkuznets@redhat.com> -
STALE420d
[PATCH] module: make __mod_device_table__* symbols static
2025-06-05 20:27 · 2 replies this month · Masahiro Yamada <masahiroy@kernel.org> -
STALE423d
[GIT PULL] Modules changes for v6.16-rc1
2025-06-03 00:44 · 1 reply this month · Petr Pavlu <petr.pavlu@suse.com> -
STALE423d
[PATCH] kbuild: stop module name mangling
2025-06-02 19:35 · 2 replies this month · Masahiro Yamada <masahiroy@kernel.org>