linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-09 10:56:17 to 2025-02-10 13:36:47 UTC [more...]

[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 5/8] module: Add module_for_each_mod() function
 2025-02-10 13:04 UTC  (4+ messages)

[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  (16+ messages)
` [PATCH v2 1/6] kbuild: add stamp file for vmlinux BTF data
` [PATCH v2 2/6] module: Make module loading policy usable without MODULE_SIG
` [PATCH v2 3/6] module: Move integrity checks into dedicated function
` [PATCH v2 4/6] module: Move lockdown check into generic module loader
` [PATCH v2 5/6] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v2 6/6] module: Introduce hash-based integrity checking

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

[PATCH v4 0/4] rust: extend `module!` macro with integer parameter support
 2025-02-04  9:51 UTC  (15+ messages)
` [PATCH v4 1/4] rust: str: implement `PartialEq` for `BStr`
` [PATCH v4 2/4] rust: str: implement `strip_prefix` "
` [PATCH v4 3/4] rust: str: add radix prefixed integer parsing functions
` [PATCH v4 4/4] rust: add parameter support to the `module!` macro

[PATCH] gendwarfksyms: Add a separate pass to resolve FQNs
 2025-02-03 21:26 UTC 

[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  (18+ messages)
` [PATCH v3 20/28] powerpc/ftrace: Use RCU in all users of __module_text_address()
` [PATCH v3 25/28] bpf: "
        ` [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  (15+ messages)
` [PATCH v3 1/9] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH v3 2/9] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH v3 3/9] x86/mm/pat: restore large ROX pages after fragmentation
` [PATCH v3 4/9] execmem: don't remove ROX cache from the direct map
` [PATCH v3 5/9] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH v3 6/9] module: switch to execmem API for remapping as RW and restoring ROX
` [PATCH v3 7/9] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH v3 8/9] module: drop unused module_writable_address()
` [PATCH v3 9/9] x86: re-enable EXECMEM_ROX support

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

[GIT PULL] Modules changes for v6.14-rc1
 2025-01-27  0:35 UTC  (2+ messages)

[PATCH v2 00/10] x86/module: rework ROX cache to avoid writable copy
 2025-01-24 13:34 UTC  (17+ messages)
` [PATCH v2 01/10] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH v2 02/10] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH v2 03/10] x86/mm/pat: restore large ROX pages after fragmentation
` [PATCH v2 04/10] execmem: don't remove ROX cache from the direct map
` [PATCH v2 05/10] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH v2 06/10] module: introduce MODULE_STATE_GONE
` [PATCH v2 07/10] module: switch to execmem API for remapping as RW and restoring ROX
` [PATCH v2 08/10] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH v2 09/10] module: drop unused module_writable_address()
` [PATCH v2 10/10] x86: re-enable EXECMEM_ROX support

[PATCH v6 00/15] integrity: Introduce the Integrity Digest Cache
 2025-01-21 21:42 UTC  (8+ messages)
` [PATCH v6 01/15] lib: Add TLV parser

[PATCH v13 0/5] Extended MODVERSIONS Support
 2025-01-17 23:53 UTC  (8+ messages)
` [PATCH v13 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

Unaligned accesses when loading modules
 2025-01-17  2:00 UTC  (7+ messages)

[PATCH] loadpin: remove MODULE_COMPRESS_NONE as it is no longer supported
 2025-01-15  3:20 UTC  (2+ messages)

[PATCH V2] loadpin: remove MODULE_COMPRESS_NONE as it is no longer supported
 2025-01-14 16:19 UTC 

[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
 2025-01-14 11:01 UTC  (7+ messages)
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-01-13 15:47 UTC  (9+ messages)
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
  ` [REGRESSION] "
        ` [PATCH] x86: Disable EXECMEM_ROX support

[PATCH RFC 0/2] module: Introduce hash-based integrity checking
 2025-01-13 15:09 UTC  (7+ messages)
` [PATCH RFC 2/2] "

[PATCH] loadpin: remove MODULE_COMPRESS_NONE as it is no longer supported
 2025-01-13 13:42 UTC  (3+ messages)

[PATCH v8 00/18] Implement DWARF modversions
 2025-01-10 17:36 UTC  (2+ messages)

[PATCH v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
 2025-01-10 14:02 UTC  (9+ messages)

[PATCH] perf tools: Fixup end address of modules
 2025-01-09 21:19 UTC  (3+ 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).