Linux kbuild/kconfig development
 help / color / mirror / Atom feed
 messages from 2024-08-06 05:21:49 to 2024-08-15 17:39:48 UTC [more...]

[PATCH v2 00/19] Implement DWARF modversions
 2024-08-15 17:39 UTC  (20+ messages)
` [PATCH v2 01/19] tools: Add gendwarfksyms
` [PATCH v2 02/19] gendwarfksyms: Add symbol list handling
` [PATCH v2 03/19] gendwarfksyms: Add address matching
` [PATCH v2 04/19] gendwarfksyms: Add support for type pointers
` [PATCH v2 05/19] gendwarfksyms: Expand base_type
` [PATCH v2 06/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v2 07/19] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v2 08/19] gendwarfksyms: Expand subroutine_type
` [PATCH v2 09/19] gendwarfksyms: Expand array_type
` [PATCH v2 10/19] gendwarfksyms: Expand structure types
` [PATCH v2 11/19] gendwarfksyms: Limit structure expansion
` [PATCH v2 12/19] gendwarfksyms: Add die_map debugging
` [PATCH v2 13/19] gendwarfksyms: Add symtypes output
` [PATCH v2 14/19] gendwarfksyms: Add symbol versioning
` [PATCH v2 15/19] gendwarfksyms: Add support for declaration-only data structures
` [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields
` [PATCH v2 17/19] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v2 18/19] x86/asm-prototypes: Include <asm/ptrace.h>
` [PATCH v2 19/19] kbuild: Add gendwarfksyms as an alternative to genksyms

[PATCH v6 0/4] Generate address range data for built-in modules
 2024-08-15 15:03 UTC  (5+ messages)
` [PATCH v6 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v6 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v6 3/4] scripts: add verifier script for builtin module range data
` [PATCH v6 4/4] module: add install target for modules.builtin.ranges

[PATCH v3] kbuild: rust: split up helpers.c
 2024-08-15 14:32 UTC  (4+ messages)

[PATCH v2] tools build: Provide consistent build options for fixdep
 2024-08-15 11:06 UTC  (2+ messages)

[PATCH 1/1] kbuild: Only build dtc if needed
 2024-08-15 11:00 UTC 

[PATCH] tools build: Provide consistent build options for fixdep
 2024-08-15  7:03 UTC  (4+ messages)

[PATCH v5 0/4] Generate address range data for built-in modules
 2024-08-15  1:02 UTC  (13+ messages)
` [PATCH v5 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v5 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v5 3/4] scripts: add verifier script for builtin module range data

Enquiry
 2024-08-14 20:53 UTC 

[PATCH v4 0/3] Generate address range data for built-in modules
 2024-08-14 14:26 UTC  (9+ messages)
` [PATCH v4 1/3] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v4 2/3] kbuild, kconfig: generate offset range data for builtin modules

[PATCH v2 1/3] kbuild: rust: Define probing macros for rustc
 2024-08-14 11:30 UTC  (5+ messages)
` [PATCH v2 2/3] kbuild: rust: Enable KASAN support

[PATCH v2] kbuild: rust: split up helpers.c
 2024-08-14 10:43 UTC  (4+ messages)

[PATCH] tools build: Respect HOSTCFLAGS in 'fixdep' compilation
 2024-08-14  3:03 UTC 

[BUG] depmod: ERROR: Cycle detected: qcom_scm -> qcom_tzmem -> qcom_scm
 2024-08-13 21:55 UTC 

[PATCH V3] kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGES
 2024-08-13 20:18 UTC  (4+ messages)

[PATCH v4 0/3] tools build: Incorrect fixdep dependencies
 2024-08-13 16:59 UTC  (5+ messages)
` [PATCH v4 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues

[PATCH] modpost: simplify modpost_log()
 2024-08-13 11:03 UTC  (3+ messages)

[PATCH] tinyconfig: remove unnecessary 'is not set' for choice blocks
 2024-08-13  9:57 UTC  (2+ messages)

[PATCH] Documentation/llvm: turn make command for ccache into code block
 2024-08-12 19:04 UTC  (2+ messages)

[PATCH] modpost: improve the section mismatch warning format
 2024-08-12 16:54 UTC 

[PATCH] tty: vt: conmakehash: remove non-portable code printing comment header
 2024-08-12 15:58 UTC  (4+ messages)

[PATCH 1/4] kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
 2024-08-12 12:48 UTC  (4+ messages)
` [PATCH 2/4] modpost: replace the use of NOFAIL() with xmalloc() etc
` [PATCH 3/4] kallsyms: use xmalloc() and xrealloc()
` [PATCH 4/4] fixdep: use xmalloc()

[PATCH 1/3] kconfig: remove dummy assignments to cur_{filename,lineno}
 2024-08-12 11:49 UTC  (3+ messages)
` [PATCH 2/3] kconfig: stop adding P_SYMBOL property to symbols
` [PATCH 3/3] kconfig: remove P_SYMBOL property

[PATCH v4 00/12] kconfig: Add support for conflict resolution
 2024-08-12 10:00 UTC  (12+ messages)
` [PATCH v4 02/12] kconfig: Add picosat.c (1/3)
` [PATCH v4 06/12] kconfig: Add files for building constraints
` [PATCH v4 07/12] kconfig: Add files for handling expressions
` [PATCH v4 09/12] kconfig: Add files with utility functions
` [PATCH v4 11/12] kconfig: Add xconfig-modifications

[PATCH v2] kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGES
 2024-08-11 20:46 UTC  (10+ messages)

[PATCH] scripts: Enhance vmlinux checks as per TODO
 2024-08-11 12:52 UTC 

[PATCH 0/6] kbuild: rust: add `RUSTC_VERSION` and reconfig/rebuild support
 2024-08-10 14:45 UTC  (13+ messages)
` [PATCH 1/6] kbuild: rust: add `CONFIG_RUSTC_VERSION`
` [PATCH 2/6] kbuild: rust: make command for `RUSTC_VERSION_TEXT` closer to the `CC` one
` [PATCH 3/6] kbuild: rust: re-run Kconfig if the version text changes
` [PATCH 4/6] kbuild: rust: rebuild "
` [PATCH 5/6] kbuild: rust: replace proc macros dependency on `core.o` with the version text
` [PATCH 6/6] docs: rust: include other expressions in conditional compilation section

[PATCH] kbuild: rust-analyzer: mark `rust_is_available.sh` invocation as recursive
 2024-08-09 22:10 UTC  (4+ messages)

[PATCH 00/12] Enable build system on macOS hosts
 2024-08-09 13:47 UTC  (36+ messages)
` [PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts
` [PATCH 02/12] kbuild: add header_install dependency to scripts
` [PATCH 03/12] file2alias: fix uuid_t definitions for macos
` [PATCH 04/12] drm/xe: xe_gen_wa_oob: fix program_invocation_short_name "
` [PATCH 05/12] accessiblity/speakup: genmap and makemapdata require linux/version.h
` [PATCH 06/12] selinux/genheaders: include bitsperlong and posix_types headers
` [PATCH 07/12] selinux/mdp: "
` [PATCH 08/12] include: add elf.h support
` [PATCH 09/12] include: add endian.h support
` [PATCH 10/12] scripts/mod: add byteswap support
` [PATCH 11/12] tty/vt: conmakehash requires linux/limits.h
` [PATCH 12/12] scripts/kallsyms: add compatibility support for macos

[PATCH 0/2] selinux: Do not include <linux/*.h> from host programs (+ extra clean-up)
 2024-08-09 12:19 UTC  (3+ messages)
` [PATCH 1/2] selinux: do not include <linux/*.h> headers from host programs
` [PATCH 2/2] selinux: move genheaders to security/selinux/

[linus:master] [kconfig] f79dc03fe6: segfault_at_ip_sp_error
 2024-08-09  1:12 UTC  (5+ messages)

[PATCH] scripts/remove-stale-files: clean up stale lib/test_fortify.log
 2024-08-08 18:01 UTC  (2+ messages)

[PATCH] kbuild: avoid scripts/kallsyms parsing /dev/null
 2024-08-07 19:03 UTC  (3+ messages)

[PATCH] treewide: remove unnecessary <linux/version.h> inclusion
 2024-08-07 18:20 UTC  (2+ messages)

[PATCH v3 00/16] Extended MODVERSIONS Support
 2024-08-06 21:20 UTC  (17+ messages)
` [PATCH v3 01/16] module: Take const arg in validate_section_offset
` [PATCH v3 02/16] module: Factor out elf_validity_ehdr
` [PATCH v3 03/16] module: Factor out elf_validity_cache_sechdrs
` [PATCH v3 04/16] module: Factor out elf_validity_cache_secstrings
` [PATCH v3 05/16] module: Factor out elf_validity_cache_index_info
` [PATCH v3 06/16] module: Factor out elf_validity_cache_index_mod
` [PATCH v3 07/16] module: Factor out elf_validity_cache_index_sym
` [PATCH v3 08/16] module: Factor out elf_validity_cache_index_str
` [PATCH v3 09/16] module: Group section index calculations together
` [PATCH v3 10/16] module: Factor out elf_validity_cache_strtab
` [PATCH v3 11/16] module: Additional validation in elf_validity_cache_strtab
` [PATCH v3 12/16] module: Reformat struct for code style
` [PATCH v3 13/16] export_report: Rehabilitate script
` [PATCH v3 14/16] modules: Support extended MODVERSIONS info
` [PATCH v3 15/16] modpost: Produce extended modversion information
` [PATCH v3 16/16] export_report: Use new version info format

[PATCH v5] rust: support for shadow call stack sanitizer
 2024-08-06 20:27 UTC  (3+ messages)

[PATCH v2 0/2] Rust KCFI support
 2024-08-06 19:31 UTC  (2+ messages)

[PATCH] kbuild: add debug package to pacman PKGBUILD
 2024-08-06 14:28 UTC  (4+ messages)

[PATCH] kbuild: modinst: remove the multithread option from zstd compression
 2024-08-06 11:02 UTC  (2+ messages)

[PATCH] scripts: run-clang-tools: add file filtering option
 2024-08-06  9:49 UTC  (4+ messages)

[PATCH v2] kbuild: allow setting zstd compression level for modules
 2024-08-06  9:07 UTC  (5+ messages)

[PATCH v4 0/2] Rust and the shadow call stack sanitizer
 2024-08-06  8:46 UTC  (4+ messages)
` [PATCH v4 2/2] rust: support for "

[PATCH v2] Makefile: add $(srctree) to dependency of compile_commands.json target
 2024-08-06  5:34 UTC  (4+ messages)

[PATCH] scripts: kconfig: merge_config: config files: add a trailing newline
 2024-08-06  5:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCH REPOST] lib/build_OID_registry: do not embed full $0
 2024-08-06  5:21 UTC  (3+ messages)


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