Linux kbuild/kconfig development
 help / color / mirror / Atom feed
 messages from 2024-12-16 10:01:12 to 2025-01-03 17:37:08 UTC [more...]

[PATCH v13 0/5] Extended MODVERSIONS Support
 2025-01-03 17:37 UTC  (3+ messages)
` [PATCH v13 1/5] modules: Support extended MODVERSIONS info
` [PATCH v13 2/5] modpost: Produce extended MODVERSIONS information

[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

[PATCH 1/6] genksyms: fix memory leak when the same symbol is added from source
 2025-01-03 12:50 UTC  (9+ 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 00/14] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
 2025-01-03 12:14 UTC  (35+ 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

[POC][RFC][PATCH] build: Make weak functions visible in kallsyms
 2025-01-03 11:00 UTC  (11+ messages)

[PATCH v2 00/16] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
 2025-01-02 23:31 UTC  (18+ 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 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 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  (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] scripts/mksysmap: Fix escape chars '$'
 2024-12-28 14:26 UTC  (3+ 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

[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 0/2] perf: tests: Fix object code reading test for riscv
 2024-12-23 16:33 UTC  (10+ messages)
` [PATCH 1/2] kbuild: Check version of objdump
` [PATCH 2/2] tools: perf: tests: Fix code reading for riscv

[PATCH RFC] Makefile: Export absolute srctree path for out-of-tree builds
 2024-12-23  1:00 UTC  (5+ messages)

[GIT PULL] Kbuild fixes for v6.13-rc4
 2024-12-21 19:30 UTC  (2+ messages)

[PATCH] modpost: distinguish same module paths from different dump files
 2024-12-21  3:48 UTC  (4+ messages)

[PATCH] kbuild: deb-pkg: Do not install maint scripts for arch 'um'
 2024-12-21  3:45 UTC  (2+ messages)

[PATCH] kbuild: Drop architecture argument from headers_check.pl
 2024-12-21  2:40 UTC  (3+ messages)

[PATCH v2 0/2] objtool: Add option to fail build on vmlinux warnings
 2024-12-20 20:10 UTC  (12+ messages)
` [PATCH v2 1/2] objtool: Add --Werror
` [PATCH v2 2/2] kbuild: Add option to fail build on vmlinux objtool issues

[PATCH v5 0/8] Thunderbolt and DP altmode support for cros-ec-typec
 2024-12-20  4:28 UTC  (5+ messages)
` [PATCH v5 1/8] usb: typec: Only use SVID for matching altmodes

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-12-19 12:02 UTC  (5+ messages)
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1

[PATCH 0/4] improve qconfig C++ code, take 2
 2024-12-19  7:22 UTC  (5+ 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
` [PATCH 4/4] kconfig: qconf: use nullptr in C++11 code

[PATCH v1] kbuild: Allow building of samples with UML
 2024-12-18 11:51 UTC 

[PATCH 1/4] kheaders: exclude include/generated/utsversion.h from kheaders_data.tar.xz
 2024-12-18 10:37 UTC  (4+ messages)
` [PATCH 2/4] kheaders: avoid unnecessary process forks of grep
` [PATCH 3/4] kheaders: rename the 'cpio_dir' variable to 'tmpdir'
` [PATCH 4/4] kheaders: use 'tar' instead of 'cpio' for copying files

[PATCH v7] rust: use host dylib naming convention
 2024-12-18 10:14 UTC  (2+ messages)

[PATCH 0/2] objtool: Add option to fail build on vmlinux warnings
 2024-12-18  9:08 UTC  (5+ messages)
` [PATCH 2/2] kbuild: Add option to fail build on vmlinux objtool issues

[PATCH v3 0/4] rust: extend `module!` macro with integer parameter support
 2024-12-18  2:16 UTC  (20+ messages)

[PATCH v6 00/18] Implement DWARF modversions
 2024-12-17  0:28 UTC  (4+ messages)
` [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  (2+ messages)

[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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox