public inbox for linux-modules@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-11 08:16:55 to 2026-03-27 13:24:07 UTC [more...]

[RFC PATCH] modules: extend {kstrdup,kfree}_const() to handle per-module .rodata
 2026-03-27 13:22 UTC 

[PATCH] module: remove MODULE_VERSION()
 2026-03-27 12:44 UTC  (14+ messages)

[PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
 2026-03-27 11:00 UTC  (2+ messages)
` [PATCH v2 2/2] module/kallsyms: sort function symbols and use binary search

[PATCH 0/4] module: force sh_addr=0 for arch-specific sections
 2026-03-27  7:59 UTC  (5+ messages)
` [PATCH 1/4] module, arm: "
` [PATCH 2/4] module, arm64: "
` [PATCH 3/4] module, m68k: "
` [PATCH 4/4] module, riscv: "

[PATCH v4 0/8] scalable symbol flags with __kflagstab
 2026-03-26 21:31 UTC  (3+ messages)

[PATCH v5 0/7] scalable symbol flags with __kflagstab
 2026-03-26 21:25 UTC  (8+ messages)
` [PATCH v5 1/7] module: define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v5 2/7] module: add kflagstab section to vmlinux and modules
` [PATCH v5 3/7] module: populate kflagstab in modpost
` [PATCH v5 4/7] module: use kflagstab instead of *_gpl sections
` [PATCH v5 5/7] module: deprecate usage of *_gpl sections in module loader
` [PATCH v5 6/7] module: remove *_gpl sections from vmlinux and modules
` [PATCH v5 7/7] documentation: remove references to *_gpl sections

[PATCH v5 0/7] scalable symbol flags with __kflagstab
 2026-03-26 21:21 UTC  (8+ messages)
` [PATCH v5 1/7] module: define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v5 2/7] module: add kflagstab section to vmlinux and modules
` [PATCH v5 3/7] module: populate kflagstab in modpost
` [PATCH v5 4/7] module: use kflagstab instead of *_gpl sections
` [PATCH v5 5/7] module: deprecate usage of *_gpl sections in module loader
` [PATCH v5 6/7] module: remove *_gpl sections from vmlinux and modules
` [PATCH v5 7/7] documentation: remove references to *_gpl sections

[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
 2026-03-26 20:06 UTC  (3+ messages)

[PATCH] module/kallsyms: sort function symbols and use binary search
 2026-03-25 10:02 UTC  (6+ messages)

[PATCH 0/2] kallsyms: show typed function parameters in oops/WARN dumps
 2026-03-25  2:15 UTC  (18+ messages)
` [PATCH 1/2] kallsyms: show function parameter info "
          ` [RFC] btf: split core BTF parsing out of BPF subsystem into kernel/btf/
` [PATCH 2/2] kallsyms: add BTF-based deep parameter rendering in oops dumps

[PATCH v4 0/4] kallsyms: embed source file:line info in kernel stack traces
 2026-03-23 19:25 UTC  (8+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] kallsyms: extend lineinfo to loadable modules
` [PATCH v4 3/4] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
` [PATCH v4 4/4] kallsyms: add KUnit tests for lineinfo feature

[PATCH] rust: module_param: return copy from value() for Copy types
 2026-03-23 13:23 UTC  (4+ messages)

[PATCH v2 0/2] module: expose imported namespaces via sysfs
 2026-03-20 17:45 UTC  (2+ messages)

[PATCH v2 0/3] module: Fix freeing of charp module parameters when CONFIG_SYSFS=n
 2026-03-20 17:45 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] module: Clean up parse_args() arguments
` [PATCH v2 3/3] module: Remove extern keyword from param prototypes

[PATCH v2] module.lds,codetag: force 0 sh_addr for sections
 2026-03-20 17:45 UTC  (7+ messages)

[PATCH v3 0/4] kallsyms: embed source file:line info in kernel stack traces
 2026-03-19 16:43 UTC  (7+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] kallsyms: extend lineinfo to loadable modules
` [PATCH v3 3/4] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
` [PATCH v3 4/4] kallsyms: add KUnit tests for lineinfo feature

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (59+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 03/61] ceph: "
  ` [Intel-wired-lan] "
` [PATCH 06/61] 9p: "
  ` [Intel-wired-lan] "
` [PATCH 08/61] fuse: "
  ` [Intel-wired-lan] "
` [PATCH 12/61] quota: "
  ` [Intel-wired-lan] "
` [PATCH 13/61] squashfs: "
  ` [Intel-wired-lan] "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
  ` [Intel-wired-lan] "
` [PATCH 17/61] module: "
  ` [Intel-wired-lan] "
` [PATCH 22/61] md: "
  ` [Intel-wired-lan] "
` [PATCH 24/61] net/9p: "
  ` [Intel-wired-lan] "
` [PATCH 25/61] net/bluetooth: "
  ` [Intel-wired-lan] "
` [PATCH 28/61] net/sched: "
  ` [Intel-wired-lan] "
` [PATCH 30/61] net/sunrpc: "
  ` [Intel-wired-lan] "
` [PATCH 36/61] arch/sh: "
` [PATCH 38/61] net: "
  ` [Intel-wired-lan] "
` [PATCH 39/61] irqchip: "
  ` [Intel-wired-lan] "
` [PATCH 41/61] pinctrl: "
` [PATCH 46/61] vfio: "
  ` [Intel-wired-lan] "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
  ` [Intel-wired-lan] "
` [PATCH 50/61] iommu: "
  ` [Intel-wired-lan] "
` [PATCH 54/61] aoe: "
  ` [Intel-wired-lan] "

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-18 23:12 UTC  (4+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-03-18  5:58 UTC  (3+ messages)

[PATCH v11 16/65] dyndbg,module: make proper substructs in _ddebug_info
 2026-03-13 13:19 UTC  (2+ messages)
` [PATCH v11 22/65] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP

[PATCH 0/3] kallsyms: embed source file:line info in kernel stack traces
 2026-03-12  2:18 UTC  (6+ messages)
` [PATCH 3/3] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction

[PATCH v3] module: print version for external modules in print_modules()
 2026-03-11 22:44 UTC  (3+ messages)

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-03-11 21:14 UTC  (12+ messages)
` [PATCH v4 06/17] kbuild: add stamp file for vmlinux BTF data
` [PATCH v4 09/17] module: Make module loading policy usable without MODULE_SIG
` [PATCH v4 15/17] module: Introduce hash-based integrity checking

[PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-03-11 15:12 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