linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-15 23:17:05 to 2024-10-30 17:01:47 UTC [more...]

[PATCH v5 00/19] Implement DWARF modversions
 2024-10-30 17:01 UTC  (15+ messages)
` [PATCH v5 01/19] scripts: move genksyms crc32 implementation to a common include
` [PATCH v5 02/19] tools: Add gendwarfksyms
` [PATCH v5 03/19] gendwarfksyms: Add address matching
` [PATCH v5 04/19] gendwarfksyms: Expand base_type
` [PATCH v5 05/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v5 06/19] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v5 07/19] gendwarfksyms: Expand subroutine_type
` [PATCH v5 08/19] gendwarfksyms: Expand array_type
` [PATCH v5 09/19] gendwarfksyms: Expand structure types
` [PATCH v5 10/19] gendwarfksyms: Limit structure expansion
` [PATCH v5 11/19] gendwarfksyms: Add die_map debugging
` [PATCH v5 12/19] gendwarfksyms: Add symtypes output
` [PATCH v5 13/19] gendwarfksyms: Add symbol versioning
` [PATCH v5 14/19] gendwarfksyms: Add support for kABI rules

[PATCH] scripts: Remove export_report.pl
 2024-10-30  8:02 UTC  (3+ messages)

[PATCH v7 0/3] Extended MODVERSIONS Support
 2024-10-30  5:35 UTC  (12+ messages)
` [PATCH v7 1/3] modules: Support extended MODVERSIONS info
` [PATCH v7 2/3] modpost: Produce extended MODVERSIONS information
` [PATCH v7 3/3] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH v3] selftests: add new kallsyms selftests
 2024-10-29 16:24 UTC  (4+ messages)

[bug report] alloc_tag: load module tags into separate contiguous memory
 2024-10-29  0:06 UTC  (2+ messages)

[PATCH v6 0/5] Extended MODVERSIONS Support
 2024-10-28 13:13 UTC  (13+ messages)
` [PATCH v6 1/5] export_report: Rehabilitate script
` [PATCH v6 2/5] modules: Support extended MODVERSIONS info
` [PATCH v6 3/5] export_report: Tolerate additional `.mod.c` content
` [PATCH v6 4/5] modpost: Produce extended MODVERSIONS information
` [PATCH v6 5/5] export_report: Use new version info format

[PATCH v1] audit,module: restore audit logging in load failure case
 2024-10-28  5:55 UTC  (5+ messages)

[PATCH] brd: fix null pointer when modprobe brd
 2024-10-28  2:15 UTC  (4+ messages)

[PATCH v4 0/6] page allocation tag compression
 2024-10-24 16:25 UTC  (17+ messages)
` [PATCH v4 1/6] maple_tree: add mas_for_each_rev() helper
` [PATCH v4 2/6] alloc_tag: introduce shutdown_mem_profiling helper function
` [PATCH v4 3/6] alloc_tag: load module tags into separate contiguous memory
` [PATCH v4 4/6] alloc_tag: populate memory for module tags as needed
` [PATCH v4 5/6] alloc_tag: introduce pgtag_ref_handle to abstract page tag references
` [PATCH v4 6/6] alloc_tag: support for page allocation tag compression

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-24  8:13 UTC  (27+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

meson: always pass complete path to kmod-symlink.sh
 2024-10-23 21:28 UTC  (4+ messages)

[PATCH] meson: Collect all prefix get_option at one place
 2024-10-23 21:27 UTC  (2+ messages)

[PATCH v4 00/19] Implement DWARF modversions
 2024-10-23 21:14 UTC  (30+ messages)
` [PATCH v4 03/19] gendwarfksyms: Add address matching
` [PATCH v4 05/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v4 09/19] gendwarfksyms: Expand structure types
` [PATCH v4 10/19] gendwarfksyms: Limit structure expansion
` [PATCH v4 11/19] gendwarfksyms: Add die_map debugging
` [PATCH v4 12/19] gendwarfksyms: Add symtypes output
` [PATCH v4 13/19] gendwarfksyms: Add symbol versioning
` [PATCH v4 14/19] gendwarfksyms: Add support for kABI rules
` [PATCH v4 15/19] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v4 16/19] gendwarfksyms: Add support for symbol type pointers
` [PATCH v4 18/19] kbuild: Add gendwarfksyms as an alternative to genksyms

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-10-23 16:27 UTC  (9+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v2 0/3] modules: few of alignment fixes
 2024-10-23  4:55 UTC  (8+ messages)

[PATCH] module: check symbol name offsets
 2024-10-21 20:34 UTC  (5+ messages)

[PATCH] module: .strtab must be null terminated
 2024-10-21 19:54 UTC  (2+ messages)

[PATCH v5 00/16] Extended MODVERSIONS Support
 2024-10-21 19:35 UTC  (13+ messages)
` [PATCH v5 14/16] modules: Support extended MODVERSIONS info

[PATCH v3 0/5] page allocation tag compression
 2024-10-21 18:12 UTC  (28+ messages)
` [PATCH v3 1/5] maple_tree: add mas_for_each_rev() helper
` [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags

[PATCH] next: use new shared modules tree
 2024-10-20 20:39 UTC  (4+ messages)

[PATCH v2] module: sign with sha512 instead of sha1 by default
 2024-10-19 22:57 UTC  (3+ messages)

Status next kmod version 34
 2024-10-19 22:27 UTC  (8+ messages)
` First experiments with kmod-git and meson build-system

[PATCH 00/12] Module Validation Refactor
 2024-10-19 22:10 UTC  (13+ messages)
` [PATCH 03/12] module: Factor out elf_validity_cache_sechdrs
` [PATCH 04/12] module: Factor out elf_validity_cache_secstrings
` [PATCH 05/12] module: Factor out elf_validity_cache_index_info
` [PATCH 06/12] module: Factor out elf_validity_cache_index_mod
` [PATCH 07/12] module: Factor out elf_validity_cache_index_sym
` [PATCH 08/12] module: Factor out elf_validity_cache_index_str
` [PATCH 09/12] module: Group section index calculations together
` [PATCH 10/12] module: Factor out elf_validity_cache_strtab
` [PATCH 11/12] module: Additional validation in elf_validity_cache_strtab
` [PATCH 12/12] module: Reformat struct for code style

[PATCH] module: .strtab must be null terminated
 2024-10-19 15:25 UTC 

[PATCH v5 7/8] execmem: add support for cache of large ROX pages
 2024-10-16 23:58 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).