messages from 2024-11-20 14:11:40 to 2024-12-19 21:08:11 UTC [more...]
[PATCH v7 00/18] Implement DWARF modversions
2024-12-19 21:07 UTC (14+ 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 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 (46+ messages)
` [PATCH v6 01/18] tools: Add gendwarfksyms
` [PATCH v6 02/18] gendwarfksyms: Add address matching
` [PATCH v6 03/18] gendwarfksyms: Expand base_type
` [PATCH v6 04/18] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v6 05/18] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v6 06/18] gendwarfksyms: Expand subroutine_type
` [PATCH v6 07/18] gendwarfksyms: Expand array_type
` [PATCH v6 08/18] gendwarfksyms: Expand structure types
` [PATCH v6 09/18] gendwarfksyms: Limit structure expansion
` [PATCH v6 10/18] gendwarfksyms: Add die_map debugging
` [PATCH v6 11/18] gendwarfksyms: Add symtypes output
` [PATCH v6 12/18] gendwarfksyms: Add symbol versioning
` [PATCH v6 13/18] gendwarfksyms: Add support for kABI rules
` [PATCH v6 14/18] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v6 15/18] gendwarfksyms: Add support for symbol type pointers
` [PATCH v6 16/18] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [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 (8+ messages)
` [PATCH v9 1/5] modules: Support extended MODVERSIONS info
` [PATCH v9 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v9 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v9 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v9 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
[PATCH v8 0/3] Extended MODVERSIONS Support
2024-11-21 21:51 UTC (10+ messages)
` [PATCH v8 2/3] modpost: Produce extended MODVERSIONS information
[PATCH v5 00/19] Implement DWARF modversions
2024-11-20 21:54 UTC (3+ messages)
` [PATCH v5 10/19] gendwarfksyms: Limit structure expansion
[PATCH 0/2] module: Block modules by Tuxedo from accessing GPL symbols
2024-11-20 14:11 UTC (2+ 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).