linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-24 05:51:31 to 2024-09-05 08:56:37 UTC [more...]

[PATCH 00/12] Enable build system on macOS hosts
 2024-09-05  8:56 UTC  (19+ messages)
` [PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts
` [PATCH 08/12] include: add elf.h support

[PATCH v4 02/12] kconfig: Add picosat.c (1/3)
 2024-09-05  8:55 UTC  (3+ messages)

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-09-05  4:32 UTC  (11+ messages)
` [RFC PATCH 1/3] llvm-cov: add Clang's Source-based Code Coverage support
` [RFC PATCH 2/3] kbuild, llvm-cov: disable instrumentation in odd or sensitive code
` [RFC PATCH 3/3] llvm-cov: add Clang's MC/DC support
` [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
  ` [PATCH v2 1/4] llvm-cov: add Clang's Source-based Code Coverage support
  ` [PATCH v2 2/4] llvm-cov: add Clang's MC/DC support
  ` [PATCH v2 3/4] x86: disable llvm-cov instrumentation
  ` [PATCH v2 4/4] x86: enable llvm-cov support

[PATCH v2 00/19] Implement DWARF modversions
 2024-09-05  2:29 UTC  (63+ 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 08/19] gendwarfksyms: Expand subroutine_type
` [PATCH v2 11/19] gendwarfksyms: Limit structure expansion
` [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields
` [PATCH v2 18/19] x86/asm-prototypes: Include <asm/ptrace.h>

[PATCH 0/6] kbuild: rust: add `RUSTC_VERSION` and reconfig/rebuild support
 2024-09-05  1:19 UTC  (9+ messages)
` [PATCH 4/6] kbuild: rust: rebuild if the version text changes

[PATCH v2 0/6] `RUSTC_VERSION` and re-config/re-build support on compiler change
 2024-09-05  1:08 UTC  (13+ messages)
` [PATCH v2 1/6] kbuild: rust: add `CONFIG_RUSTC_VERSION`
` [PATCH v2 2/6] kbuild: rust: re-run Kconfig if the version text changes
` [PATCH v2 3/6] kbuild: rust: rebuild "
` [PATCH v2 4/6] kbuild: rust: replace proc macros dependency on `core.o` with the version text
` [PATCH v2 5/6] kbuild: rust: warn if the out-of-tree compiler differs from the kernel one
` [PATCH v2 6/6] docs: rust: include other expressions in conditional compilation section

[PATCH v2] Documentation: kbuild: explicitly document missing prompt
 2024-09-05  0:01 UTC  (2+ messages)

[PATCH] scripts: import more hash table macros
 2024-09-04 23:54 UTC 

[PATCH 00/15] kbuild: refactor DTB build rules, introduce a generic built-in boot DTB support
 2024-09-04 23:47 UTC  (16+ messages)
` [PATCH 01/15] kbuild: add intermediate targets for Flex/Bison in scripts/Makefile.host
` [PATCH 02/15] kbuild: split device tree build rules into scripts/Makefile.dtbs
` [PATCH 03/15] kbuild: move non-boot builtin DTBs to .init.rodata section
` [PATCH 04/15] kbuild: add generic support for built-in boot DTBs
` [PATCH 05/15] MIPS: migrate to generic rule for built-in DTBs
` [PATCH 06/15] riscv: migrate to the generic rule for built-in DTB
` [PATCH 07/15] LoongArch: "
` [PATCH 08/15] ARC: "
` [PATCH 09/15] openrisc: "
` [PATCH 10/15] xtensa: "
` [PATCH 11/15] nios2: "
` [PATCH 12/15] sh: "
` [PATCH 13/15] microblaze: "
` [PATCH 14/15] kbuild: rename CONFIG_GENERIC_BUILTIN_DTB to CONFIG_BUILTIN_DTB
` [PATCH 15/15] kbuild: use .init.rodata section unconditionally for cmd_wrap_S_dtb

[PATCH 0/3] rust: Initial MIPS support
 2024-09-04  8:28 UTC  (17+ messages)
` [PATCH 1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option
` [PATCH 2/3] MIPS: Rename mips_instruction type to workaround bindgen issue
` [PATCH 3/3] rust: Enable for MIPS

[RFC] kbuild: bpf: Do not run pahole with -j on 32bit userspace
 2024-09-04  6:06 UTC  (17+ messages)

[PATCH v2] kbuild: pahole-version: improve overall checking and error messages
 2024-09-04  2:23 UTC  (8+ messages)

[PATCH v2] modpost: compile constant module information only once
 2024-09-03 14:04 UTC  (2+ messages)

[PATCH] kbuild: use objcopy to generate asm-offsets
 2024-09-03  9:28 UTC  (8+ messages)

[PATCH] kbuild: pahole-version: avoid errors if executing fails
 2024-09-02 16:11 UTC  (6+ messages)

[PATCH v9 0/4] Generate address range data for built-in modules
 2024-09-02 16:00 UTC  (8+ messages)
` [PATCH v9 2/4] kbuild: generate offset range data for builtin modules
` [PATCH v9 3/4] scripts: add verifier script for builtin module range data

[PATCH RFC] modpost: compile constant module information only once
 2024-09-01 15:59 UTC  (3+ messages)

[PATCH] kbuild: remove recent dependency on "truncate" program
 2024-09-01 11:43 UTC  (3+ messages)

[PATCH v3] kbuild: add debug package to pacman PKGBUILD
 2024-09-01 11:37 UTC  (3+ messages)

[PATCH v2 00/12] kconfig: fix choice value calculation with misc cleanups
 2024-09-01  9:32 UTC  (5+ messages)
` [PATCH v2 02/12] kconfig: refactor choice value calculation

[PATCH v1] bpf: Add missing force_checksrc macro
 2024-08-30 16:00 UTC  (12+ messages)
  ` [PATCH v2] bpf: Remove custom build rule
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH v7] rust: support for shadow call stack sanitizer
 2024-08-29  8:22 UTC 

[PATCH v3 0/6] livepatch: klp-convert tool - Minimal version
 2024-08-28 18:43 UTC  (9+ messages)
` [PATCH v3 1/6] livepatch: Create and include UAPI headers
` [PATCH v3 2/6] livepatch: Add klp-convert tool
` [PATCH v3 3/6] kbuild/modpost: integrate klp-convert
` [PATCH v3 4/6] livepatch: Add sample livepatch module
` [PATCH v3 5/6] documentation: Update on livepatch elf format
` [PATCH v3 6/6] selftests: livepatch: Test livepatching function using an external symbol
` [PATCH v3 7/6 DONT_MERGE] selftests: livepatch: Test failing IBT checks crashing the module

[PATCH v6] rust: support for shadow call stack sanitizer
 2024-08-28 17:38 UTC  (9+ messages)

[PATCH v5] rust: support for shadow call stack sanitizer
 2024-08-27 11:36 UTC  (9+ messages)

[RFC PATCH v4 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-08-27  9:12 UTC  (3+ messages)
` [RFC PATCH v4 12/17] powerpc64/ftrace: Move ftrace sequence out of line

Pytanie o samochód
 2024-08-27  7:55 UTC 

[PATCH 2/2] selinux: move genheaders to security/selinux/
 2024-08-26 21:14 UTC  (2+ messages)

[PATCH 1/2] selinux: do not include <linux/*.h> headers from host programs
 2024-08-26 21:14 UTC  (2+ messages)

[PATCH] kbuild: modinst: remove the multithread option from zstd compression
 2024-08-24 21:51 UTC  (3+ messages)

[PATCH 0/4] kbuild: cross-compile linux-headers package
 2024-08-24 16:58 UTC  (4+ messages)
` [PATCH 3/4] kbuild: slim down package for building external modules

[PATCH v7 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
 2024-08-24 16:44 UTC  (7+ messages)
` [PATCH v8 0/4] Generate address range data for built-in modules
  ` [PATCH v8 2/4] kbuild: generate offset range data for builtin modules

[PATCH v2] kbuild: add debug package to pacman PKGBUILD
 2024-08-24 15:56 UTC  (3+ messages)

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


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).