linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-27 11:19:46 to 2025-03-04 01:24:54 UTC [more...]

[PATCH v3 5/8] module: Add module_for_each_mod() function
 2025-03-04  1:25 UTC 

[PATCH] loadpin: remove MODULE_COMPRESS_NONE as it is no longer supported
 2025-03-03 17:33 UTC  (6+ messages)
      ` [PATCH V3] "

[PATCH 0/2] modules: allow error injection
 2025-02-28 18:48 UTC  (15+ messages)
  ` [PATCH 2/2] moderr: add module error injection tool
    ` [PATCH 1/2] module: allow for module error injection

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-02-28 13:55 UTC  (4+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages

[PATCH v8 0/7] rust: extend `module!` macro with integer parameter support
 2025-02-28  9:10 UTC  (9+ messages)
` [PATCH v8 1/7] rust: str: implement `PartialEq` for `BStr`
` [PATCH v8 2/7] rust: str: implement `Index` "
` [PATCH v8 3/7] rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
` [PATCH v8 4/7] rust: str: implement `strip_prefix` for `BStr`
` [PATCH v8 5/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v8 6/7] rust: add parameter support to the `module!` macro
` [PATCH v8 7/7] modules: add rust modules files to MAINTAINERS

[PATCH v4 0/4] Properly handle module_kobject creation
 2025-02-27 18:49 UTC  (5+ messages)
` [PATCH v4 1/4] kernel: param: rename locate_module_kobject
` [PATCH v4 2/4] kernel: refactor lookup_or_create_module_kobject()
` [PATCH v4 3/4] kernel: globalize lookup_or_create_module_kobject()
` [PATCH v4 4/4] drivers: base: handle module_kobject creation

[PATCH v7 0/6] rust: extend `module!` macro with integer parameter support
 2025-02-27 15:37 UTC  (31+ messages)
  ` [PATCH v7 1/6] rust: str: implement `PartialEq` for `BStr`
  ` [PATCH v7 2/6] rust: str: implement `Index` "
  ` [PATCH v7 3/6] rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
  ` [PATCH v7 4/6] rust: str: implement `strip_prefix` for `BStr`
  ` [PATCH v7 5/6] rust: str: add radix prefixed integer parsing functions
  ` [PATCH v7 6/6] rust: add parameter support to the `module!` macro

[PATCH v3 0/4] Properly handle module_kobject creation
 2025-02-27 13:08 UTC  (14+ messages)
` [PATCH v3 1/4] kernel: param: rename locate_module_kobject
` [PATCH v3 2/4] kernel: refactor lookup_or_create_module_kobject()
` [PATCH v3 3/4] kernel: globalize lookup_or_create_module_kobject()
` [PATCH v3 4/4] drivers: base: handle module_kobject creation

[ANNOUNCE] kmod 34
 2025-02-21 21:08 UTC 

[PATCH v2 2/5] modules: Refactor + kdoc elf_validity_cached_copy
 2025-02-21 17:00 UTC 

[PATCH v2 2/5] modules: Refactor + kdoc elf_validity_cached_copy
 2025-02-21 16:59 UTC 

[PATCH] module: ban '.', '..' as module names, ban '/' in module names
 2025-02-19 20:35 UTC  (2+ messages)

[PATCH 5/8] module: Add module_for_each_mod() function
 2025-02-19 16:02 UTC  (10+ messages)

[PATCH v6 0/6] rust: extend `module!` macro with integer parameter support
 2025-02-18 13:13 UTC  (18+ messages)
` [PATCH v6 1/6] rust: str: implement `PartialEq` for `BStr`
` [PATCH v6 2/6] rust: str: implement `Index` "
` [PATCH v6 3/6] rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
` [PATCH v6 4/6] rust: str: implement `strip_prefix` for `BStr`
` [PATCH v6 5/6] rust: str: add radix prefixed integer parsing functions
` [PATCH v6 6/6] rust: add parameter support to the `module!` macro

[PATCH] gendwarfksyms: Add a separate pass to resolve FQNs
 2025-02-15 12:59 UTC  (2+ messages)

[PATCH v2 5/8] module: Add module_for_each_mod() function
 2025-02-15  3:43 UTC 

[PATCH] module: don't annotate ROX memory as kmemleak_not_leak()
 2025-02-14  9:19 UTC  (2+ messages)

[syzbot] [modules?] KMSAN: uninit-value in __request_module (6)
 2025-02-13  9:09 UTC  (2+ messages)

[PATCH AUTOSEL 6.13 16/21] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
 2025-02-11  1:29 UTC 

[PATCH v5 0/5] rust: extend `module!` macro with integer parameter support
 2025-02-10 13:36 UTC  (8+ messages)
` [PATCH v5 1/5] rust: str: implement `PartialEq` for `BStr`
` [PATCH v5 2/5] rust: str: implement `Index` "
` [PATCH v5 3/5] rust: str: implement `strip_prefix` "
` [PATCH v5 4/5] rust: str: add radix prefixed integer parsing functions
` [PATCH v5 5/5] rust: add parameter support to the `module!` macro

[PATCH -v2 0/7] module: Strict per-modname namespaces
 2025-02-07 18:04 UTC  (16+ messages)
` [PATCH -v2 2/7] module/modpost: Use for() loop
` [PATCH -v2 3/7] module/modpost: Add basename helper
` [PATCH -v2 4/7] module: Add module specific symbol namespace support
` [PATCH -v2 5/7] module: Extend the MODULE_ namespace parsing
` [PATCH -v2 7/7] module: Provide EXPORT_SYMBOL_GPL_FOR() helper

[v2 0/3] Properly handle module_kobject creation
 2025-02-07  9:23 UTC  (6+ messages)
` [v2 1/3] kernel: param: rename locate_module_kobject
` [v2 2/3] kernel: refactor and globalize lookup_or_create_module_kobject()
` [v2 3/3] drivers: base: handle module_kobject creation

[v1 0/3] Properly handle module_kboject creation
 2025-02-07  5:43 UTC  (8+ messages)
` [v1 1/3] kernel: param: rename locate_module_kobject
` [v1 2/3] include: move lookup_or_create_module_kobject()/to_module* to module.h
` [v1 3/3] drivers: base: handle module_kboject creation

[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
 2025-02-07  3:16 UTC  (9+ messages)
    `  "

[PATCH v2 0/2] tracing: Introduce relative stacktrace
 2025-02-06  0:28 UTC  (9+ messages)
` [PATCH v2 1/2] modules: Add __module_build_id() to find module by build_id
` [PATCH v2 2/2] tracing: Add relative-stacktrace option

[PATCH v3] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
 2025-02-05 16:08 UTC  (3+ messages)

[PATCH v2 0/6] module: Introduce hash-based integrity checking
 2025-02-04 21:22 UTC  (6+ messages)
` [PATCH v2 6/6] "

[PATCH v4 0/4] rust: extend `module!` macro with integer parameter support
 2025-02-04  9:51 UTC  (4+ messages)
` [PATCH v4 3/4] rust: str: add radix prefixed integer parsing functions

[syzbot] linux-next build error (19)
 2025-02-03 14:29 UTC  (3+ messages)

[PATCH v3 00/28] module: Use RCU instead of RCU-sched
 2025-01-30 13:42 UTC  (15+ messages)
` [PATCH v3 25/28] bpf: Use RCU in all users of __module_text_address()
        ` [PATCH v3.5 "
` [PATCH v3 26/28] kprobes: "
    ` [PATCH v3.5 25/28] "

[PATCH v3 0/9] x86/module: rework ROX cache to avoid writable copy
 2025-01-29 17:28 UTC  (7+ messages)
` [PATCH v3 6/9] module: switch to execmem API for remapping as RW and restoring ROX

[RFC PATCH 0/3] tracing: Introduce relative stacktrace
 2025-01-29 14:42 UTC  (17+ messages)
` [RFC PATCH 1/3] tracing: Record stacktrace as the offset from _stext
` [RFC PATCH 2/3] tracing: Introduce "rel_stack" option
` [RFC PATCH 3/3] modules: tracing: Add module_text_offsets event

[linux-next:master] [modpost] e8639b7ef0: WARNING:at_include/trace/events/printk.h:#printk_sprint
 2025-01-27 15:53 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).