messages from 2024-12-05 08:54:27 to 2025-01-03 17:37:11 UTC [more...]
[PATCH v13 0/5] Extended MODVERSIONS Support
2025-01-03 17:37 UTC (5+ 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 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 v1 0/3] module: Don't fail module loading when setting ro_after_init section RO failed
2025-01-03 16:13 UTC (6+ messages)
` [PATCH v1 1/3] module: Split module_enable_rodata_ro()
` [PATCH v1 2/3] module: Don't fail module loading when setting ro_after_init section RO failed
` [PATCH v1 3/3] module: pre-test setting ro_after_init data read-only
[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
[RFC PATCH 1/3] module: Split module_enable_rodata_ro()
2025-01-03 15:40 UTC (11+ messages)
` [RFC PATCH 2/3] module: Don't fail module loading when setting ro_after_init section RO failed
[GIT PULL] Modules fixes for v6.14-rc5
2025-01-03 15:32 UTC (6+ messages)
[PATCH 0/8] x86/module: rework ROX cache to avoid writable copy
2025-01-03 11:19 UTC (15+ 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 v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
2025-01-03 8:55 UTC (9+ 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 v2 00/28] module: Use RCU instead of RCU-sched
2025-01-03 0:24 UTC (36+ messages)
` [PATCH v2 01/28] module: Extend the preempt disabled section in dereference_symbol_descriptor()
` [PATCH v2 02/28] module: Begin to move from RCU-sched to RCU
` [PATCH v2 03/28] module: Use proper RCU assignment in add_kallsyms()
` [PATCH v2 04/28] module: Use RCU in find_kallsyms_symbol()
` [PATCH v2 05/28] module: Use RCU in module_get_kallsym()
` [PATCH v2 06/28] module: Use RCU in find_module_all()
` [PATCH v2 07/28] module: Use RCU in __find_kallsyms_symbol_value()
` [PATCH v2 08/28] module: Use RCU in module_kallsyms_on_each_symbol()
` [PATCH v2 09/28] module: Remove module_assert_mutex_or_preempt() from try_add_tainted_module()
` [PATCH v2 10/28] module: Use RCU in find_symbol()
` [PATCH v2 11/28] module: Use RCU in __is_module_percpu_address()
` [PATCH v2 12/28] module: Allow __module_address() to be called from RCU section
` [PATCH v2 13/28] module: Use RCU in search_module_extables()
` [PATCH v2 14/28] module: Use RCU in all users of __module_address()
` [PATCH v2 15/28] module: Use RCU in all users of __module_text_address()
` [PATCH v2 16/28] ARM: "
` [PATCH v2 17/28] arm64: "
` [PATCH v2 18/28] LoongArch/orc: Use RCU in all users of __module_address()
` [PATCH v2 19/28] LoongArch: ftrace: Use RCU in all users of __module_text_address()
` [PATCH v2 20/28] powerpc/ftrace: "
` [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 v7 00/18] Implement DWARF modversions
2025-01-02 21:20 UTC (23+ messages)
` [PATCH v7 01/18] tools: Add gendwarfksyms
` [PATCH v7 02/18] gendwarfksyms: Add address matching
` [PATCH v7 03/18] gendwarfksyms: Expand base_type
` [PATCH v7 04/18] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v7 05/18] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v7 06/18] gendwarfksyms: Expand subroutine_type
` [PATCH v7 07/18] gendwarfksyms: Expand array_type
` [PATCH v7 08/18] gendwarfksyms: Expand structure types
` [PATCH v7 09/18] gendwarfksyms: Limit structure expansion
` [PATCH v7 10/18] gendwarfksyms: Add die_map debugging
` [PATCH v7 11/18] gendwarfksyms: Add symtypes output
` [PATCH v7 12/18] gendwarfksyms: Add symbol versioning
` [PATCH v7 13/18] gendwarfksyms: Add support for kABI rules
` [PATCH v7 14/18] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v7 15/18] gendwarfksyms: Add support for symbol type pointers
` [PATCH v7 16/18] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v7 17/18] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v7 18/18] Documentation/kbuild: Add DWARF module versioning
[PATCH v2 0/6] module: sysfs: Cleanups and preparation for const struct bin_attribute
2024-12-31 15:07 UTC (8+ 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 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
ROX allocations broke livepatch for modules since 6.13-rc1
2024-12-30 0:09 UTC
[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
[PATCH RFC 0/2] module: Introduce hash-based integrity checking
2024-12-25 22:52 UTC (3+ messages)
` [PATCH RFC 1/2] kbuild: add stamp file for vmlinux BTF data
` [PATCH RFC 2/2] module: Introduce hash-based integrity checking
[PATCH i-g-t 2/2] lib/igt_kmod: Do not explicitly unload intel mei driver
2024-12-19 20:20 UTC
[PATCH] perf tools: Fixup end address of modules
2024-12-18 22:15 UTC (2+ messages)
[PATCH 0/4] module: sysfs: Two cleanups and preparation for const struct bin_attribute
2024-12-18 13:13 UTC (7+ messages)
` [PATCH 1/4] module: sysfs: Drop member 'nsections'
` [PATCH 2/4] module: sysfs: Simplify section attribute allocation
` [PATCH 3/4] module: sysfs: Add notes attributes through attribute_group
` [PATCH 4/4] module: sysfs: Use const 'struct bin_attribute'
[PATCH 0/3] module: Constify 'struct module_attribute'
2024-12-17 17:45 UTC (5+ messages)
` [PATCH 1/3] params: Prepare for 'const struct module_attribute *'
` [PATCH 2/3] module: Handle 'struct module_version_attribute' as const
` [PATCH 3/3] module: Constify 'struct module_attribute'
[PATCH v6 00/18] Implement DWARF modversions
2024-12-17 0:28 UTC (17+ messages)
` [PATCH v6 01/18] tools: Add gendwarfksyms
` [PATCH v6 18/18] Documentation/kbuild: Add DWARF module versioning
[PATCH v2] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
2024-12-16 16:57 UTC (2+ messages)
[PATCH -v2 0/7] module: Strict per-modname namespaces
2024-12-16 16:43 UTC (4+ messages)
` [PATCH -v2 6/7] module: Account for the build time module name mangling
[PATCH v10 0/5] Extended MODVERSIONS Support
2024-12-16 13:25 UTC (3+ messages)
` [PATCH v10 4/5] Documentation/kbuild: Document storage of symbol information
[PATCH] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
2024-12-14 9:58 UTC
[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
2024-12-14 8:37 UTC (7+ messages)
` "
[PATCH v3 0/4] rust: extend `module!` macro with integer parameter support
2024-12-13 19:41 UTC (2+ messages)
I urge you to understand my viewpoint accurately
2024-12-13 4:25 UTC
[PATCH 0/4] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
2024-12-13 7:43 UTC (9+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] platform/x86: wmi-bmof: Switch to sysfs_bin_attr_simple_read()
` [PATCH 3/4] btf: Switch vmlinux BTF attribute "
` [PATCH 4/4] btf: Switch module "
[PATCH] preempt: Move PREEMPT_RT before PREEMPT in vermagic
2024-12-10 14:10 UTC (3+ messages)
[PATCH] module: Use complete RCU protection instead a mix of RCU and RCU-sched
2024-12-10 12:58 UTC (4+ messages)
[PATCH v6 00/15] integrity: Introduce the Integrity Digest Cache
2024-12-06 15:26 UTC (12+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).