linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-04 02:23:52 to 2024-09-15 11:36:31 UTC [more...]

[PATCH v7] rust: support for shadow call stack sanitizer
 2024-09-15 11:36 UTC  (10+ messages)

[PATCH] kbuild: remove unnecessary export of RUST_LIB_SRC
 2024-09-14  7:14 UTC  (2+ messages)

External modules with O=... (was: Re: [PATCH] kbuild: Fix include path in scripts/Makefile.modpost)
 2024-09-14  7:19 UTC  (7+ messages)

[PATCH v3 0/6] livepatch: klp-convert tool - Minimal version
 2024-09-13 23:16 UTC  (3+ messages)

(no subject)
 2024-09-13 20:39 UTC  (9+ messages)
` [PATCH 1/7] linux-kbuild: fix: config option can be bool
` [PATCH 2/7] linux-kbuild: fix: missing variable operator
` [PATCH 3/7] linux-kbuild: fix: ensure all defaults are tracked
` [PATCH 4/7] linux-kbuild: fix: ensure selected configs were turned on in original
` [PATCH 5/7] linux-kbuild: fix: implement choice for kconfigs
` [PATCH 6/7] linux-kbuild: fix: configs with defaults do not need a prompt
` [PATCH 7/7] linux-kbuild: fix: process config options set to "y"
` 

[PATCH v2 00/19] Implement DWARF modversions
 2024-09-13  8:00 UTC  (41+ 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 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 13/19] gendwarfksyms: Add symtypes output
` [PATCH v2 14/19] gendwarfksyms: Add symbol versioning
` [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields
` [PATCH v2 18/19] x86/asm-prototypes: Include <asm/ptrace.h>

[PATCH v2 0/8] Enable build system on macOS hosts
 2024-09-12 12:02 UTC  (30+ messages)
` [PATCH v2 1/8] scripts: subarch.include: fix SUBARCH "
` [PATCH v2 2/8] file2alias: fix uuid_t definitions for macos
` [PATCH v2 3/8] drm/xe: xe_gen_wa_oob: fix program_invocation_short_name "
` [PATCH v2 4/8] arm64: nvhe: add bee-headers support
` [PATCH v2 5/8] scripts: "
` [PATCH v2 6/8] selinux: do not include <linux/*.h> headers from host programs
` [PATCH v2 7/8] selinux: move genheaders to security/selinux/
` [PATCH v2 8/8] Documentation: add howto build in macos

[PATCH] kbuild: Support separating source and output of the external module
 2024-09-12 11:52 UTC  (3+ messages)

[PATCH 1/3] btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh
 2024-09-12  0:45 UTC  (8+ messages)
` [PATCH 2/3] btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug

[PATCH v2 1/3] modpost: check section mismatch in reference to .dtb.init.rodata
 2024-09-11 17:32 UTC  (4+ messages)
` [PATCH v2 2/3] kbuild: move non-boot builtin DTBs to .init.rodata section
` [PATCH v2 3/3] kbuild: add generic support for built-in boot DTBs

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

[PATCH] rust: enable arbitrary_self_types and remove `Receiver`
 2024-09-10 12:25 UTC  (2+ messages)

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

[PATCH 00/15] kbuild: refactor DTB build rules, introduce a generic built-in boot DTB support
 2024-09-10  9:35 UTC  (24+ 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] kbuild: rpm-pkg: include vmlinux debug symbols
 2024-09-10  1:43 UTC 

[PATCH] kbuild: remove append operation on cmd_ld_ko_o
 2024-09-09 14:50 UTC  (2+ messages)

[PATCH 1/6] scripts: move hash function from scripts/kconfig/ to scripts/include/
 2024-09-08 12:43 UTC  (6+ messages)
` [PATCH 2/6] kconfig: change some expr_*() functions to bool
` [PATCH 3/6] kconfig: add comments to expression transformations
` [PATCH 4/6] kconfig: refactor expr_eliminate_dups()
` [PATCH 5/6] kconfig: use hash table to reuse expressions
` [PATCH 6/6] kconfig: cache expression values

[PATCH] fixdep: handle short reads in read_file
 2024-09-08  8:20 UTC  (6+ messages)

[PATCH] rust: error.rs: Remove dead_code marker and make from_err_ptr, from_result and to_ptr public
 2024-09-07 18:19 UTC 

[PATCH 1/2] kallsyms: squash output_address()
 2024-09-07  8:53 UTC  (2+ messages)
` [PATCH 2/2] kallsyms: change overflow variable to bool type

[PATCH v2 1/2] selinux: do not include <linux/*.h> headers from host programs
 2024-09-06 18:37 UTC  (4+ messages)
` [PATCH v2 2/2] selinux: move genheaders to security/selinux/

[PATCH 2/2] selinux: move genheaders to security/selinux/
 2024-09-06 17:33 UTC  (8+ messages)

[PATCH 0/3] rust: Initial MIPS support
 2024-09-06  9:03 UTC  (12+ messages)
` [PATCH 2/3] MIPS: Rename mips_instruction type to workaround bindgen issue
` [PATCH 3/3] rust: Enable for MIPS

[PATCH 00/12] Enable build system on macOS hosts
 2024-09-06  8:34 UTC  (12+ messages)
` [PATCH 08/12] include: add elf.h support

Pytanie o samochód
 2024-09-06  7:50 UTC 

[PATCH 0/6] kbuild: rust: add `RUSTC_VERSION` and reconfig/rebuild support
 2024-09-05 23:59 UTC  (6+ messages)

[PATCH v2 0/6] `RUSTC_VERSION` and re-config/re-build support on compiler change
 2024-09-05 20:46 UTC  (7+ messages)
` [PATCH v2 1/6] kbuild: rust: add `CONFIG_RUSTC_VERSION`

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-09-05 18:07 UTC  (9+ messages)
` [PATCH v2 0/4] "
  ` [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
        ` FW: [EXTERNAL] Re: [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang

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

[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 

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

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


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