messages from 2024-11-23 00:53:38 to 2024-12-20 17:47:46 UTC [more...]
[PATCH v2 00/28] module: Use RCU instead of RCU-sched
2024-12-20 17:41 UTC (24+ 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 v7 00/18] Implement DWARF modversions
2024-12-19 21:07 UTC (19+ 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 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 (35+ messages)
` [PATCH v6 01/18] tools: Add gendwarfksyms
` [PATCH v6 02/18] gendwarfksyms: Add address matching
` [PATCH v6 09/18] gendwarfksyms: Limit structure expansion
` [PATCH v6 11/18] gendwarfksyms: Add symtypes output
` [PATCH v6 12/18] gendwarfksyms: Add symbol versioning
` [PATCH v6 17/18] kbuild: Add gendwarfksyms as an alternative to genksyms
` [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 (17+ messages)
` [PATCH -v2 1/7] module: Convert symbol namespace to string literal
` [PATCH -v2 2/7] module/modpost: Use for() loop
` [PATCH -v2 3/7] module/modpost: Add basename helper
` [PATCH -v2 4/7] module: Add module specific symbol namespace support
` [PATCH -v2 5/7] module: Extend the MODULE_ namespace parsing
` [PATCH -v2 6/7] module: Account for the build time module name mangling
` [PATCH -v2 7/7] module: Provide EXPORT_SYMBOL_GPL_FOR() helper
[PATCH v10 0/5] Extended MODVERSIONS Support
2024-12-16 13:25 UTC (10+ messages)
` [PATCH v10 1/5] modules: Support extended MODVERSIONS info
` [PATCH v10 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v10 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v10 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v10 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
[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 "
[RFC PATCH 1/3] module: Split module_enable_rodata_ro()
2024-12-11 8:46 UTC (13+ messages)
` [RFC PATCH 2/3] module: Don't fail module loading when setting ro_after_init section RO failed
[PATCH v1 0/3] module: Don't fail module loading when setting ro_after_init section RO failed
2024-12-11 4:29 UTC (5+ 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] 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 (29+ messages)
` [PATCH v6 02/15] module: Introduce ksys_finit_module()
` [PATCH v6 07/15] digest_cache: Allow registration of digest list parsers
[GIT PULL] Modules fixes for v6.13-rc1
2024-11-29 19:20 UTC (3+ messages)
[PATCH v3] selftests: add new kallsyms selftests
2024-11-28 19:34 UTC (3+ messages)
[GIT PULL] Modules changes for v6.13-rc1
2024-11-28 3:14 UTC (17+ messages)
[PATCH] kmod: verify module name before invoking modprobe
2024-11-27 16:36 UTC (7+ messages)
[PATCH v9 0/5] Extended MODVERSIONS Support
2024-11-23 1:44 UTC (4+ messages)
` [PATCH v9 3/5] modules: Allow extended modversions without basic MODVERSIONS
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).