linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-15 14:22:27 to 2023-06-29 19:00:23 UTC [more...]

UBSAN spat in valid xhci code in Linus's current tree (6.4+)
 2023-06-29 19:00 UTC  (3+ messages)

[PATCH 1/2] kconfig: menuconfig: simplify global jump key assignment
 2023-06-29 16:03 UTC  (2+ messages)
` [PATCH 2/2] kconfig: menuconfig: remove jump_key::index

[PATCH v1] scripts: kconfig: nconf: Add search jump feature
 2023-06-29 15:50 UTC  (6+ messages)

mainline build failure due to df8fc4e934c1 ("kbuild: Enable -fstrict-flex-arrays=3")
 2023-06-29 14:09 UTC  (2+ messages)

[PATCH v4 1/3] kbuild: set correct abs_srctree and abs_objtree for package builds
 2023-06-28 14:20 UTC  (5+ messages)
` [PATCH v4 2/3] kbuild: revive "Entering directory" for Make >= 4.4.1
` [PATCH v4 3/3] kbuild: respect GNU Make -w flag

Hello Dear
 2023-06-28 12:03 UTC 

[PATCH v3 0/8] LoongArch: Preliminary ClangBuiltLinux enablement
 2023-06-28  9:33 UTC  (12+ messages)
` [PATCH v3 1/8] LoongArch: Calculate various sizes in the linker script
` [PATCH v3 2/8] LoongArch: extable: Also recognize ABI names of registers
` [PATCH v3 3/8] LoongArch: Prepare for assemblers with proper FCSR class support
` [PATCH v3 4/8] LoongArch: Make the CPUCFG and CSR ops simple aliases of compiler built-ins
` [PATCH v3 5/8] LoongArch: Simplify the invtlb wrappers
` [PATCH v3 6/8] LoongArch: Tweak CFLAGS for Clang compatibility
` [PATCH v3 7/8] LoongArch: Mark Clang LTO as working
` [PATCH v3 8/8] Makefile: Add loongarch target flag for Clang compilation

[PATCH 0/2] Fix cross-compilation issues with Clang
 2023-06-28  4:22 UTC  (8+ messages)
` [PATCH 1/2] LoongArch: vDSO: Use CLANG_FLAGS instead of filtering out '--target='
` [PATCH 2/2] LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation

[PATCH] modpost: define more R_ARM_* for old distributions
 2023-06-27 16:32 UTC 

[PATCH] powerpc: remove checks for binutils older than 2.25
 2023-06-27 11:58 UTC  (8+ messages)

Fotowoltaika- propozycja instalacji
 2023-06-27  7:30 UTC 

[PATCH] scripts/mksysmap: Ignore prefixed KCFI symbols
 2023-06-26 12:29 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 1/3] kbuild: unexport abs_srctree and abs_objtree
 2023-06-26  2:49 UTC  (4+ messages)
` [PATCH v3 2/3] kbuild: revive "Entering directory" for Make >= 4.4.1
` [PATCH v3 3/3] kbuild: respect GNU Make -w flag

[masahiroy-kbuild:kbuild 67/71] Makefile:36: /tools/scripts/Makefile.arch: No such file or directory
 2023-06-25 22:47 UTC 

[PATCH 1/4] sh: fix -Wmissing-include-dirs warnings for various platforms
 2023-06-25 21:07 UTC  (5+ messages)

[PATCH] kbuild: make modules_install copy modules.builtin(.modinfo)
 2023-06-25 18:24 UTC  (6+ messages)
` [PATCH] kbuild: builddeb: always make modules_install, to install modules.builtin*

[PATCH] kbuild: deb-pkg: remove the CONFIG_MODULES check in buildeb
 2023-06-25 18:16 UTC 

[PATCH v2 0/9] LoongArch: Preliminary ClangBuiltLinux enablement
 2023-06-25  8:13 UTC  (19+ messages)
` [PATCH v2 1/9] LoongArch: Calculate various sizes in the linker script
` [PATCH v2 2/9] LoongArch: extable: Also recognize ABI names of registers
` [PATCH v2 3/9] LoongArch: Prepare for assemblers with proper FCSR class support
` [PATCH v2 4/9] LoongArch: Make the CPUCFG and CSR ops simple aliases of compiler built-ins
` [PATCH v2 5/9] LoongArch: Simplify the invtlb wrappers
` [PATCH v2 6/9] LoongArch: Remove all -G0 switches from CFLAGS
` [PATCH v2 7/9] LoongArch: Tweak CFLAGS for Clang compatibility
` [PATCH v2 8/9] LoongArch: Mark Clang LTO as working
` [PATCH v2 9/9] Makefile: Add loongarch target flag for Clang compilation

[PATCH v2 1/2] kbuild: revive "Entering directory" for Make >= 4.4.1
 2023-06-25  8:03 UTC  (5+ messages)
` [PATCH v2 2/2] kbuild: respect GNU Make -w flag

[PATCH 1/3] modpost: factor out inst location calculation to section_rel()
 2023-06-24  8:55 UTC  (8+ messages)
` [PATCH 2/3] modpost: factor out Elf_Sym pointer "
` [PATCH 3/3] modpost: continue even with unknown relocation type

[PATCH 0/2] Fix CFI failures with GCOV_PROFILE_ALL
 2023-06-24  8:43 UTC  (8+ messages)
` [PATCH 1/2] kbuild: Fix CFI failures with GCOV
` [PATCH 2/2] kbuild: Disable GCOV for *.mod.o

[PATCH 0/9] LoongArch: Preliminary ClangBuiltLinux enablement
 2023-06-23 17:06 UTC  (21+ messages)
` [PATCH 1/9] LoongArch: Calculate various sizes in the linker script
` [PATCH 2/9] LoongArch: extable: Also recognize ABI names of registers
` [PATCH 3/9] LoongArch: Prepare for assemblers with proper FCSR bank support
` [PATCH 4/9] LoongArch: Make {read,write}_fcsr compatible with LLVM/Clang
` [PATCH 5/9] LoongArch: Make the CPUCFG and CSR ops simple aliases of compiler built-ins
` [PATCH 6/9] LoongArch: Simplify the invtlb wrappers
` [PATCH 7/9] LoongArch: Tweak CFLAGS for Clang compatibility
` [PATCH 8/9] Makefile: Add loongarch target flag for Clang compilation
` [PATCH 9/9] LoongArch: Mark Clang LTO as working

[PATCH 1/5] sh: rename suffix-y to suffix_y
 2023-06-23 14:45 UTC  (4+ messages)
` [PATCH 3/5] kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}

[PATCH] kbuild: add $(CLANG_CFLAGS) to KBUILD_CPPFLAGS
 2023-06-23  5:40 UTC  (6+ messages)

[PATCH v7 00/11] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-06-22 16:20 UTC  (5+ messages)
` [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost

Specifying CFLAGS for a directory on the command line
 2023-06-22 10:35 UTC  (16+ messages)

[PATCH v2] ubsan: Tighten UBSAN_BOUNDS on GCC
 2023-06-22  3:11 UTC  (5+ messages)

[RFC/RFT 0/3] Add compiler support for Control Flow Integrity
 2023-06-21 21:54 UTC  (3+ messages)
` [RFC/RFT,V2 0/3] Add compiler support for Kernel "

[PATCH] ARM: change link order of $(mmy-y) to avoid veneers
 2023-06-20 19:13 UTC  (4+ messages)

[PATCH v4] script: modpost: emit a warning when the description is missing
 2023-06-20  9:26 UTC  (3+ messages)

[PATCH v2 00/11] `scripts/rust_is_available.sh` improvements
 2023-06-20  5:26 UTC  (39+ messages)
` [PATCH v2 01/11] kbuild: rust_is_available: remove -v option
` [PATCH v2 02/11] kbuild: rust_is_available: fix version check when CC has multiple arguments
` [PATCH v2 03/11] docs: rust: add paragraph about finding a suitable `libclang`
` [PATCH v2 04/11] kbuild: rust_is_available: print docs reference
` [PATCH v2 05/11] kbuild: rust_is_available: add check for `bindgen` invocation
` [PATCH v2 06/11] kbuild: rust_is_available: check that environment variables are set
` [PATCH v2 07/11] kbuild: rust_is_available: fix confusion when a version appears in the path
` [PATCH v2 08/11] kbuild: rust_is_available: normalize version matching
` [PATCH v2 09/11] kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN`
` [PATCH v2 10/11] kbuild: rust_is_available: check that output looks as expected
` [PATCH v2 11/11] kbuild: rust_is_available: add test suite

[PATCH] kbuild: make clean rule robust against too long argument error
 2023-06-19  9:32 UTC  (4+ messages)

[PATCH 0/4] dt-bindings: fix 'make clean' and improve dt-schema check rules
 2023-06-19  9:27 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: fix error in 'make clean' after 'make dt_binding_check'

[PATCH v3 00/57] Scope-based Resource Management
 2023-06-16 22:41 UTC  (3+ messages)
` [PATCH v3 01/57] dmaengine: ioat: Free up __cleanup() name

[PATCH v3] script: modpost: emit a warning when the description is missing
 2023-06-15 23:34 UTC 

[PATCH v2] script: modpost: emit a warning when the description is missing
 2023-06-15 23:28 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;
as well as URLs for NNTP newsgroup(s).