linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-20 17:47:46 to 2025-01-11 02:26:13 UTC [more...]

[PATCH v13 0/5] Extended MODVERSIONS Support
 2025-01-11  2:25 UTC  (8+ messages)
` [PATCH v13 1/5] modules: Support extended MODVERSIONS info
` [PATCH v13 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v13 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v13 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v13 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
 2025-01-10 19:18 UTC  (20+ messages)
` [PATCH 1/8] x86/mm/pat: cpa-test: fix length for CPA_ARRAY test
` [PATCH 2/8] x86/mm/pat: drop duplicate variable in cpa_flush()
` [PATCH 3/8] x86/mm/pat: Restore large pages after fragmentation
` [PATCH 4/8] execmem: add API for temporal remapping as RW and restoring ROX afterwards
` [PATCH 5/8] module: introduce MODULE_STATE_GONE
` [PATCH 6/8] modules: switch to execmem API for remapping as RW and restoring ROX
` [PATCH 7/8] Revert "x86/module: prepare module loading for ROX allocations of text"
` [PATCH 8/8] module: drop unused module_writable_address()

[PATCH RFC 0/2] module: Introduce hash-based integrity checking
 2025-01-10 19:16 UTC  (8+ messages)
` [PATCH RFC 1/2] kbuild: add stamp file for vmlinux BTF data
` [PATCH RFC 2/2] module: Introduce hash-based integrity checking

[PATCH v8 00/18] Implement DWARF modversions
 2025-01-10 17:36 UTC  (20+ messages)
` [PATCH v8 01/18] tools: Add gendwarfksyms
` [PATCH v8 02/18] gendwarfksyms: Add address matching
` [PATCH v8 03/18] gendwarfksyms: Expand base_type
` [PATCH v8 04/18] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v8 05/18] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v8 06/18] gendwarfksyms: Expand subroutine_type
` [PATCH v8 07/18] gendwarfksyms: Expand array_type
` [PATCH v8 08/18] gendwarfksyms: Expand structure types
` [PATCH v8 09/18] gendwarfksyms: Limit structure expansion
` [PATCH v8 10/18] gendwarfksyms: Add die_map debugging
` [PATCH v8 11/18] gendwarfksyms: Add symtypes output
` [PATCH v8 12/18] gendwarfksyms: Add symbol versioning
` [PATCH v8 13/18] gendwarfksyms: Add support for kABI rules
` [PATCH v8 14/18] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v8 15/18] gendwarfksyms: Add support for symbol type pointers
` [PATCH v8 16/18] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v8 17/18] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v8 18/18] Documentation/kbuild: Add DWARF module versioning

[PATCH v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
 2025-01-10 14:02 UTC  (16+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read()
` [PATCH v2 3/3] btf: Switch module "

[PATCH] perf tools: Fixup end address of modules
 2025-01-09 21:19 UTC  (3+ messages)

[PATCH v3 00/28] module: Use RCU instead of RCU-sched
 2025-01-09 21:00 UTC  (34+ messages)
` [PATCH v3 01/28] module: Extend the preempt disabled section in dereference_symbol_descriptor()
` [PATCH v3 02/28] module: Begin to move from RCU-sched to RCU
` [PATCH v3 03/28] module: Use proper RCU assignment in add_kallsyms()
` [PATCH v3 04/28] module: Use RCU in find_kallsyms_symbol()
` [PATCH v3 05/28] module: Use RCU in module_get_kallsym()
` [PATCH v3 06/28] module: Use RCU in find_module_all()
` [PATCH v3 07/28] module: Use RCU in __find_kallsyms_symbol_value()
` [PATCH v3 08/28] module: Use RCU in module_kallsyms_on_each_symbol()
` [PATCH v3 09/28] module: Remove module_assert_mutex_or_preempt() from try_add_tainted_module()
` [PATCH v3 10/28] module: Use RCU in find_symbol()
` [PATCH v3 11/28] module: Use RCU in __is_module_percpu_address()
` [PATCH v3 12/28] module: Allow __module_address() to be called from RCU section
` [PATCH v3 13/28] module: Use RCU in search_module_extables()
` [PATCH v3 14/28] module: Use RCU in all users of __module_address()
` [PATCH v3 15/28] module: Use RCU in all users of __module_text_address()
` [PATCH v3 16/28] ARM: "
` [PATCH v3 17/28] arm64: "
` [PATCH v3 18/28] LoongArch/orc: Use RCU in all users of __module_address()
` [PATCH v3 19/28] LoongArch: ftrace: Use RCU in all users of __module_text_address()
` [PATCH v3 20/28] powerpc/ftrace: "
` [PATCH v3 21/28] cfi: Use RCU while invoking __module_address()
` [PATCH v3 22/28] x86: Use RCU in all users of __module_address()
` [PATCH v3 23/28] jump_label: "
` [PATCH v3 24/28] jump_label: Use RCU in all users of __module_text_address()
` [PATCH v3 25/28] bpf: "
` [PATCH v3 26/28] kprobes: "
` [PATCH v3 27/28] static_call: "
` [PATCH v3 28/28] bug: Use RCU instead RCU-sched to protect module_bug_list

[PATCH v4 0/4] rust: extend `module!` macro with integer parameter support
 2025-01-09 17:17 UTC  (9+ 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

ROX allocations broke livepatch for modules since 6.13-rc1
 2025-01-09  8:06 UTC  (5+ messages)
    ` [PATCH] module: Fix writing of livepatch relocations in ROX text

[PATCH v1 0/3] module: Don't fail module loading when setting ro_after_init section RO failed
 2025-01-08 19:17 UTC  (7+ messages)

[PATCH v2 00/28] module: Use RCU instead of RCU-sched
 2025-01-07 17:12 UTC  (26+ messages)
` [PATCH v2 01/28] module: Extend the preempt disabled section in dereference_symbol_descriptor()
` [PATCH v2 06/28] module: Use RCU in find_module_all()
` [PATCH v2 19/28] LoongArch: ftrace: Use RCU in all users of __module_text_address()
` [PATCH v2 21/28] x86: Use RCU in all users of __module_address()
` [PATCH v2 22/28] jump_label: "
` [PATCH v2 23/28] jump_label: Use RCU in all users of __module_text_address()
` [PATCH v2 24/28] bpf: "
` [PATCH v2 25/28] kprobes: "
` [PATCH v2 26/28] static_call: "
` [PATCH v2 27/28] bug: Use RCU instead RCU-sched to protect module_bug_list
` [PATCH v2 28/28] cfi: Use RCU while invoking __module_address()

[PATCH v2 0/6] module: sysfs: Cleanups and preparation for const struct bin_attribute
 2025-01-07 16:52 UTC  (9+ messages)
` [PATCH v2 1/6] module: sysfs: Drop member 'module_sect_attrs::nsections'
` [PATCH v2 2/6] module: sysfs: Drop member 'module_sect_attr::address'
` [PATCH v2 3/6] module: sysfs: Drop 'struct module_sect_attr'
` [PATCH v2 4/6] module: sysfs: Simplify section attribute allocation
` [PATCH v2 5/6] module: sysfs: Add notes attributes through attribute_group
` [PATCH v2 6/6] module: sysfs: Use const 'struct bin_attribute'

[PATCH v2] module: sign with sha512 instead of sha1 by default
 2025-01-06 14:24 UTC  (5+ messages)

[RFC PATCH 1/3] module: Split module_enable_rodata_ro()
 2025-01-04  7:42 UTC  (11+ messages)
  ` [RFC PATCH 2/3] module: Don't fail module loading when setting ro_after_init section RO failed

[PATCH i-g-t 2/2] lib/igt_kmod: Do not explicitly unload intel mei driver
 2025-01-03 18:54 UTC  (2+ messages)

[PATCH 0/3] module: Make .static_call_sites read-only after init
 2025-01-03 16:24 UTC  (6+ messages)
` [PATCH 1/3] module: Constify parameters of module_enforce_rwx_sections()
` [PATCH 2/3] module: Add a separate function to mark sections as read-only after init
` [PATCH 3/3] module: Make .static_call_sites "

[PATCH 0/2] Fixups before RUST modversions support
 2025-01-03 16:03 UTC  (6+ messages)
` [PATCH 1/2] module: get symbol crc back to unsigned
` [PATCH 2/2] modpost: zero-pad CRC values in modversion_info array

[GIT PULL] Modules fixes for v6.14-rc5
 2025-01-03 15:32 UTC  (6+ messages)

[PATCH v7 00/18] Implement DWARF modversions
 2025-01-02 21:20 UTC  (7+ messages)
` [PATCH v7 01/18] tools: Add gendwarfksyms
` [PATCH v7 02/18] gendwarfksyms: Add address matching

[PATCH v12 0/5] Extended MODVERSIONS Support
 2024-12-30 22:30 UTC  (6+ messages)
` [PATCH v12 1/5] modules: Support extended MODVERSIONS info
` [PATCH v12 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v12 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v12 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v12 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH v11 0/5] Extended MODVERSIONS Support
 2024-12-28 16:04 UTC  (8+ messages)
` [PATCH v11 1/5] modules: Support extended MODVERSIONS info
` [PATCH v11 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v11 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v11 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v11 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS


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