linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-09 15:32:52 to 2025-05-09 16:09:46 UTC [more...]

[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
 2025-05-09 16:09 UTC  (17+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys
` [PATCH 02/12] locking/rtmutex: Move max_lock_depth into rtmutex.c
` [PATCH 03/12] rcu: Move rcu_stall related sysctls into rcu/tree_stall.h
` [PATCH 04/12] mm: move randomize_va_space into memory.c
` [PATCH 05/12] parisc/power: Move soft-power into power.c
` [PATCH 06/12] fork: mv threads-max into kernel/fork.c
` [PATCH 07/12] Input: sysrq: mv sysrq into drivers/tty/sysrq.c
` [PATCH 08/12] sysctl: Move tainted ctl_table into kernel/panic.c
` [PATCH 09/12] sysctl: move cad_pid into kernel/pid.c
` [PATCH 10/12] sysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.c
` [PATCH 11/12] sysctl: Remove (very) old file changelog
` [PATCH 12/12] sysctl: Remove superfluous includes from kernel/sysctl.c

[GIT PULL] Modules fixes for v6.15-rc6
 2025-05-09 15:09 UTC 

[PATCH v1] rust: module: place cleanup_module() in .exit.text section
 2025-05-09  7:27 UTC 

[PATCH v3 0/5] module: Strict per-modname namespaces
 2025-05-09  0:47 UTC  (9+ messages)
` [PATCH v3 1/5] modpost: Use for() loop
` [PATCH v3 2/5] module: Add module specific symbol namespace support
` [PATCH v3 3/5] module: Extend the MODULE_ namespace parsing
` [PATCH v3 4/5] module: Account for the build time module name mangling
` [PATCH v3 5/5] module: Provide EXPORT_SYMBOL_GPL_FOR_MODULES() helper

[PATCH v3 0/5] gendwarfksyms: Add more kABI rules
 2025-05-08 23:42 UTC  (7+ messages)
` [PATCH v3 1/5] gendwarfksyms: Clean up kABI rule look-ups
` [PATCH v3 2/5] gendwarfksyms: Add a kABI rule to override byte_size attributes
` [PATCH v3 3/5] gendwarfksyms: Add a kABI rule to override type strings
` [PATCH v3 4/5] Documentation/kbuild: Drop section numbers
` [PATCH v3 5/5] Documentation/kbuild: Add new gendwarfksyms kABI rules

[PATCH v1 0/7] Add generated modalias to modules.builtin.modinfo
 2025-05-08 15:42 UTC  (22+ messages)
` [PATCH v1 1/7] mfd: stmpe-spi: Correct the name used in MODULE_DEVICE_TABLE
  ` (subset) "
` [PATCH v1 2/7] scsi: Define MODULE_DEVICE_TABLE only if necessary
` [PATCH v1 3/7] modules: Add macros to specify modinfo prefix
` [PATCH v1 4/7] modpost: Make mod_device_table aliases more unique
` [PATCH v1 5/7] modpost: Create modalias for builtin modules
              ` [PATCH v2 "
` [PATCH v1 6/7] kbuild: Move modules.builtin.modinfo to another makefile
` [PATCH v1 7/7] kbuild: Create modules.builtin.modinfo for modpost results

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-05-08  7:57 UTC  (21+ messages)
` [PATCH v3 1/9] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v3 2/9] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
` [PATCH v3 3/9] kbuild: add stamp file for vmlinux BTF data
` [PATCH v3 4/9] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v3 5/9] module: Make module loading policy usable without MODULE_SIG
` [PATCH v3 6/9] module: Move integrity checks into dedicated function
` [PATCH v3 7/9] module: Move lockdown check into generic module loader
` [PATCH v3 8/9] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v3 9/9] module: Introduce hash-based integrity checking

[PATCH v2 0/4] gendwarfksyms: Add more kABI rules
 2025-05-07 22:58 UTC  (8+ messages)
` [PATCH v2 1/4] gendwarfksyms: Clean up kABI rule look-ups
` [PATCH v2 2/4] gendwarfksyms: Add a kABI rule to override byte_size attributes
` [PATCH v2 3/4] gendwarfksyms: Add a kABI rule to override type strings
` [PATCH v2 4/4] Documentation/kbuild: Add new gendwarfksyms kABI rules

[PATCH] kernel: fix error handling in lookup_or_create_module_kobject()
 2025-05-07 18:20 UTC  (5+ messages)
  ` [PATCH] module: ensure that kobject_put() is safe for module type kobjects

[PATCH v12 0/3] rust: extend `module!` macro with integer parameter support
 2025-05-07 11:29 UTC  (8+ messages)
` [PATCH v12 1/3] rust: str: add radix prefixed integer parsing functions
` [PATCH v12 2/3] rust: add parameter support to the `module!` macro
` [PATCH v12 3/3] modules: add rust modules files to MAINTAINERS

[PATCH v11 0/3] rust: extend `module!` macro with integer parameter support
 2025-05-06 11:53 UTC  (8+ messages)
` [PATCH v11 1/3] rust: str: add radix prefixed integer parsing functions
` [PATCH v11 2/3] rust: add parameter support to the `module!` macro
` [PATCH v11 3/3] modules: add rust modules files to MAINTAINERS

[PATCH v2] kbuild: Require pahole <v1.28 or >v1.29 with GENDWARFKSYMS on X86
 2025-05-06  7:03 UTC  (2+ messages)

[PATCH 0/4] gendwarfksyms: Add more kABI rules
 2025-05-05 19:15 UTC  (9+ messages)
` [PATCH 1/4] gendwarfksyms: Clean up kABI rule look-ups
` [PATCH 2/4] gendwarfksyms: Add a kABI rule to override byte_size attributes
` [PATCH 3/4] gendwarfksyms: Add a kABI rule to override type strings
` [PATCH 4/4] Documentation/kbuild: Add new gendwarfksyms kABI rules

[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-05-05 15:45 UTC  (40+ messages)
` [PATCH v5 01/25] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v5 02/25] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v5 03/25] rcu: Add a small-width RCU watching counter debug option
` [PATCH v5 04/25] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v5 05/25] jump_label: Add annotations for validating noinstr usage
` [PATCH v5 06/25] static_call: Add read-only-after-init static calls
` [PATCH v5 07/25] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v5 08/25] x86/idle: Mark x86_idle "
` [PATCH v5 09/25] x86/paravirt: Mark pv_steal_clock "
` [PATCH v5 10/25] riscv/paravirt: "
` [PATCH v5 11/25] loongarch/paravirt: "
` [PATCH v5 12/25] arm64/paravirt: "
` [PATCH v5 13/25] arm/paravirt: "
` [PATCH v5 14/25] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v5 15/25] sched/clock: Mark sched_clock_running key "
` [PATCH v5 16/25] KVM: VMX: Mark __kvm_is_using_evmcs static "
` [PATCH v5 17/25] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v5 18/25] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v5 19/25] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v5 20/25] stackleack: Mark stack_erasing_bypass key "
` [PATCH v5 21/25] objtool: Add noinstr validation for static branches/calls
` [PATCH v5 22/25] module: Remove outdated comment about text_size
` [PATCH v5 23/25] module: Add MOD_NOINSTR_TEXT mem_type
` [PATCH v5 24/25] context-tracking: Introduce work deferral infrastructure
` [PATCH v5 25/25] context_tracking,x86: Defer kernel text patching IPIs

[PATCH -v2 0/7] module: Strict per-modname namespaces
 2025-05-02 13:15 UTC  (10+ messages)
` [PATCH -v2 5/7] module: Extend the MODULE_ namespace parsing
` [PATCH -v2 6/7] module: Account for the build time module name mangling

[PATCH v10 0/3] rust: extend `module!` macro with integer parameter support
 2025-05-02 12:15 UTC  (8+ messages)
` [PATCH v10 1/3] rust: str: add radix prefixed integer parsing functions
` [PATCH v10 2/3] rust: add parameter support to the `module!` macro
` [PATCH v10 3/3] modules: add rust modules files to MAINTAINERS

[PATCH] module/decompress: Adjust module_extend_max_pages() allocation type
 2025-04-30 20:06 UTC  (3+ messages)

[PATCH v9 0/3] rust: extend `module!` macro with integer parameter support
 2025-04-30 19:39 UTC  (3+ messages)

[GIT PULL] Modules fixes for v6.15-rc5
 2025-04-30 18:12 UTC  (2+ messages)

JOIN
 2025-04-26 23:15 UTC 

[PATCH v3 00/28] module: Use RCU instead of RCU-sched
 2025-04-24 15:17 UTC  (8+ messages)
` [PATCH v3 15/28] module: Use RCU in all users of __module_text_address()

[syzbot] [kernel?] BUG: soft lockup in sys_bpf
 2025-04-23  5:48 UTC 

[PATCH v2] audit,module: restore audit logging in load failure case
 2025-04-22 20:44 UTC  (5+ messages)

[PATCH v2] lib/test_kmod: do not hardcode/depend on any filesystem
 2025-04-18 17:54 UTC  (2+ messages)

[PATCH] lib/test_kmod: do not hardcode/depend on any filesystem
 2025-04-18 16:46 UTC  (3+ messages)

[PATCH v4 0/4] Properly handle module_kobject creation
 2025-04-16 13:59 UTC  (4+ messages)
` [PATCH v4 4/4] drivers: base: "

[PATCH] compiler.h: Avoid the usage of __typeof_unqual__() when __GENKSYMS__ is defined
 2025-04-13 21:18 UTC  (12+ 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).