messages from 2024-12-25 15:34:04 to 2025-01-11 02:10:44 UTC [more...]
[PATCH] kbuild: Strip runtime const RELA sections correctly
2025-01-11 2:10 UTC (7+ messages)
[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 v6 00/11] kbuild, kconfig: Add support for conflict resolution
2025-01-10 19:15 UTC (3+ messages)
` [PATCH v6 01/11] kconfig: Add PicoSAT interface
[PATCH v13 0/5] Extended MODVERSIONS Support
2025-01-10 17:38 UTC (7+ 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 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 1/6] genksyms: fix memory leak when the same symbol is added from source
2025-01-10 17:34 UTC (10+ messages)
` [PATCH 2/6] genksyms: fix memory leak when the same symbol is read from *.symref file
` [PATCH 3/6] genksyms: reduce the indentation in the for-loop in __add_symbol()
` [PATCH 4/6] genksyms: refactor the return points "
` [PATCH 5/6] genksyms: use generic macros for hash table implementation
` [PATCH 6/6] genksyms: use uint32_t instead of unsigned long for calculating CRC
[PATCH 0/4] improve qconfig C++ code, take 2
2025-01-10 17:29 UTC (7+ messages)
` [PATCH 1/4] kconfig: qconf: use preferred form of QString API
` [PATCH 2/4] kconfig: qconf: use QCommandLineParser
` [PATCH 3/4] kconfig: qconf: remove overloaded constructor
v6.13-rc1: Module signing stopped working for external modules
2025-01-10 15:33 UTC (5+ messages)
` [PATCH] kbuild: Fix signing issue "
[PATCH 1/3] kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
2025-01-10 13:33 UTC (12+ messages)
` [PATCH 2/3] kbuild: rust: apply `CONFIG_WERROR` to all Rust targets
` [PATCH 3/3] kbuild: rust: support `W=e` for Rust
[PATCH v7] rust: use host dylib naming convention
2025-01-10 10:47 UTC (2+ messages)
[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
[PATCH v3 0/4] rust: extend `module!` macro with integer parameter support
2025-01-08 14:20 UTC (9+ messages)
` [PATCH v3 4/4] rust: add parameter support to the `module!` macro
[PATCH 0/2] diffconfig: add verification mode
2025-01-08 12:34 UTC (3+ messages)
` [PATCH 1/2] MAINTAINERS: Add kconfig utility scripts
` [PATCH 2/2] diffconfig: add verification mode
[PATCH v2 2/3] kbuild: rust: provide an option to inline C helpers into Rust
2025-01-07 11:31 UTC (3+ messages)
[PATCH v2] module: sign with sha512 instead of sha1 by default
2025-01-06 14:24 UTC (5+ messages)
[GIT PULL] Kbuild fixes for v6.13-rc6
2025-01-05 20:04 UTC (2+ messages)
[PATCH 00/14] scripts/sorttable: Rewrite the accessing of the Elf data fields
2025-01-05 16:22 UTC (15+ messages)
` [PATCH 01/14] scripts/sorttable: Remove unused macro defines
` [PATCH 02/14] scripts/sorttable: Remove unused write functions
` [PATCH 03/14] scripts/sorttable: Remove unneeded Elf_Rel
` [PATCH 04/14] scripts/sorttable: Have the ORC code use the _r() functions to read
` [PATCH 05/14] scripts/sorttable: Make compare_extable() into two functions
` [PATCH 06/14] scripts/sorttable: Convert Elf_Ehdr to union
` [PATCH 07/14] scripts/sorttable: Replace Elf_Shdr Macro with a union
` [PATCH 08/14] scripts/sorttable: Convert Elf_Sym MACRO over to "
` [PATCH 09/14] scripts/sorttable: Add helper functions for Elf_Ehdr
` [PATCH 10/14] scripts/sorttable: Add helper functions for Elf_Shdr
` [PATCH 11/14] scripts/sorttable: Add helper functions for Elf_Sym
` [PATCH 12/14] scripts/sorttable: Use uint64_t for mcount sorting
` [PATCH 13/14] scripts/sorttable: Move code from sorttable.h into sorttable.c
` [PATCH 14/14] scripts/sorttable: Get start/stop_mcount_loc from ELF file directly
[PATCH] kbuild: pacman-pkg: provide versioned linux-api-headers package
2025-01-05 14:21 UTC (3+ messages)
[PATCH v2 00/16] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
2025-01-03 23:02 UTC (19+ messages)
` [PATCH v2 01/16] scripts/sorttable: Remove unused macro defines
` [PATCH v2 02/16] scripts/sorttable: Remove unused write functions
` [PATCH v2 03/16] scripts/sorttable: Remove unneeded Elf_Rel
` [PATCH v2 04/16] scripts/sorttable: Have the ORC code use the _r() functions to read
` [PATCH v2 05/16] scripts/sorttable: Make compare_extable() into two functions
` [PATCH v2 06/16] scripts/sorttable: Convert Elf_Ehdr to union
` [PATCH v2 07/16] scripts/sorttable: Replace Elf_Shdr Macro with a union
` [PATCH v2 08/16] scripts/sorttable: Convert Elf_Sym MACRO over to "
` [PATCH v2 09/16] scripts/sorttable: Add helper functions for Elf_Ehdr
` [PATCH v2 10/16] scripts/sorttable: Add helper functions for Elf_Shdr
` [PATCH v2 11/16] scripts/sorttable: Add helper functions for Elf_Sym
` [PATCH v2 12/16] scripts/sorttable: Use uint64_t for mcount sorting
` [PATCH v2 13/16] scripts/sorttable: Move code from sorttable.h into sorttable.c
` [PATCH v2 14/16] scripts/sorttable: Get start/stop_mcount_loc from ELF file directly
` [PATCH v2 15/16] scripts/sorttable: Zero out weak functions in mcount_loc table
` [PATCH v2 16/16] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
[PATCH 00/14] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
2025-01-03 18:06 UTC (36+ messages)
` [PATCH 01/14] scripts/sorttable: Remove unused macro defines
` [PATCH 02/14] scripts/sorttable: Remove unused write functions
` [PATCH 03/14] scripts/sorttable: Remove unneeded Elf_Rel
` [PATCH 04/14] scripts/sorttable: Have the ORC code use the _r() functions to read
` [PATCH 05/14] scripts/sorttable: Make compare_extable() into two functions
` [PATCH 06/14] scripts/sorttable: Convert Elf_Ehdr to union
` [PATCH 07/14] scripts/sorttable: Replace Elf_Shdr Macro with a union
` [PATCH 08/14] scripts/sorttable: Convert Elf_Sym MACRO over to "
` [PATCH 09/14] scripts/sorttable: Add helper functions for Elf_Ehdr
` [PATCH 10/14] scripts/sorttable: Add helper functions for Elf_Shdr
` [PATCH 11/14] scripts/sorttable: Add helper functions for Elf_Sym
` [PATCH 12/14] scripts/sorttable: Use uint64_t for mcount sorting
` [PATCH 13/14] scripts/sorttable: Move code from sorttable.h into sorttable.c
` [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
[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
[POC][RFC][PATCH] build: Make weak functions visible in kallsyms
2025-01-03 11:00 UTC (11+ 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 (5+ messages)
` [PATCH v11 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v11 3/5] modules: Allow extended modversions without basic MODVERSIONS
[PATCH] scripts/mksysmap: Fix escape chars '$'
2024-12-28 14:26 UTC (2+ messages)
[PATCH 0/3] modpost: work around unaligned data access
2024-12-27 13:31 UTC (7+ messages)
` [PATCH 1/3] modpost: fix the missed iteration for the max bit in do_input()
` [PATCH 2/3] modpost: refactor do_vmbus_entry()
` [PATCH 3/3] modpost: work around unaligned data access error
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