public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-17 19:06:11 to 2024-02-02 15:58:43 UTC [more...]

[PATCH 00/27] kconfig: refactor lexer and parser code
 2024-02-02 15:58 UTC  (13+ messages)
` [PATCH 01/27] kconfig: fix infinite loop when expanding a macro at the end of file
` [PATCH 02/27] kconfig: fix off-by-one in zconf_error()
` [PATCH 03/27] kconfig: remove orphan lookup_file() declaration
` [PATCH 04/27] kconfig: remove compat_getline()
` [PATCH 05/27] kconfig: remove unneeded sym_find() call in conf_parse()
` [PATCH 06/27] kconfig: write Kconfig files to autoconf.cmd in order
` [PATCH 07/27] kconfig: call env_write_dep() right after yyparse()
` [PATCH 08/27] kconfig: split preprocessor prototypes into preprocess.h
` [PATCH 09/27] kconfig: replace current_pos with separate cur_{filename,lineno}
` [PATCH 10/27] kconfig: remove zconf_curname() and zconf_lineno()
` [PATCH 11/27] kconfig: associate struct menu with file name directly
` [PATCH 12/27] kconfig: associate struct property "

[PATCH RFC 0/4] Introduce uts_release
 2024-02-02 15:01 UTC  (15+ messages)
` [PATCH RFC 1/4] init: Add uts_release
` [PATCH RFC 2/4] tracing: Use uts_release
` [PATCH RFC 3/4] net: ethtool: "
` [PATCH RFC 4/4] firmware_loader: "

[PATCH v2 0/6] ubsan: Introduce wrap-around sanitizers
 2024-02-02 13:44 UTC  (10+ messages)
` [PATCH v2 1/6] ubsan: Use Clang's -fsanitize-trap=undefined option
` [PATCH v2 2/6] ubsan: Reintroduce signed and unsigned overflow sanitizers
` [PATCH v2 3/6] ubsan: Introduce CONFIG_UBSAN_POINTER_WRAP
` [PATCH v2 4/6] ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL
` [PATCH v2 5/6] ubsan: Split wrapping sanitizer Makefile rules
` [PATCH v2 6/6] ubsan: Get x86_64 booting with unsigned wrap-around sanitizer

[PATCH 1/4] kbuild: rpm-pkg: do not include depmod-generated files
 2024-02-02 13:35 UTC  (4+ messages)
` [PATCH 2/4] kbuild: rpm-pkg: mark installed files in /boot as %ghost
` [PATCH 3/4] Revert "kbuild/mkspec: support 'update-bootloader'-based systems"
` [PATCH 4/4] Revert "kbuild/mkspec: clean boot loader configuration on rpm removal"

Changes to kbuild in 6.x causing cpp build issues
 2024-02-02  9:04 UTC  (5+ messages)

[PATCH v9 0/2] arm64: Add a build target for Flat Image Tree
 2024-02-02  5:37 UTC  (13+ messages)
` [PATCH v9 2/2] arm64: boot: Support "

[PATCH v2 0/7] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
 2024-02-02  2:21 UTC  (9+ messages)
` [PATCH v2 2/7] firmware: coreboot: Generate aliases for coreboot modules

[GIT PULL] Kbuild fixes for v6.8-rc3
 2024-02-02  2:15 UTC  (6+ messages)

[PATCH v2] printk: Remove redundant CONFIG_BASE_SMALL
 2024-01-31 15:47 UTC  (6+ messages)

[PATCH V5 1/2] rpm-pkg: simplify installkernel %post
 2024-01-31  1:48 UTC  (9+ messages)
    ` [PATCH] "
        ` [PATCH v7] "

[kees:devel/overflow/sanitizers] [overflow] 660787b56e: UBSAN:signed-integer-overflow_in_lib/test_memcat_p.c
 2024-01-31  1:34 UTC  (3+ messages)

[PATCH v2] checkpatch: allow build files to reference other build files
 2024-01-30 22:19 UTC  (3+ messages)

[v2] kbuild: Replace tabs with spaces when followed by conditionals
 2024-01-30 13:46 UTC  (6+ messages)

[PATCH 0/2] RISC-V: Fix CONFIG_AS_HAS_OPTION_ARCH with tip of tree LLVM
 2024-01-30 13:15 UTC  (7+ messages)
` [PATCH 1/2] kbuild: Add -Wa,--fatal-warnings to as-instr invocation
` [PATCH 2/2] RISC-V: Drop invalid test from CONFIG_AS_HAS_OPTION_ARCH

[PATCH 0/6] ubsan: Introduce wrap-around sanitizers
 2024-01-29 20:22 UTC  (10+ messages)
` [PATCH 1/6] ubsan: Use Clang's -fsanitize-trap=undefined option
` [PATCH 2/6] ubsan: Reintroduce signed and unsigned overflow sanitizers
` [PATCH 3/6] ubsan: Introduce CONFIG_UBSAN_POINTER_WRAP
` [PATCH 4/6] ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL
` [PATCH 5/6] ubsan: Split wrapping sanitizer Makefile rules
` [PATCH 6/6] ubsan: Get x86_64 booting with unsigned wrap-around sanitizer

Changes to kbuild in 6.? causing .cpp build issues
 2024-01-28 18:53 UTC 

kbuild: Port build system to the future versions of gnu make
 2024-01-28 12:40 UTC  (3+ messages)

[PATCH 0/1] MIPS: fix the "CPU type" choice structure
 2024-01-27 19:50 UTC  (3+ messages)
` [PATCH 1/1] MIPS: move unselectable entries out of the "CPU type" choice

[PATCH v4 1/2] rust: Refactor the build target to allow the use of builtin targets
 2024-01-27 17:31 UTC  (5+ messages)

[PATCH 0/1] kbuild: find kernel/configs for fragments in fragment merging
 2024-01-27 16:13 UTC  (5+ messages)
` [PATCH v2 0/2] kbuild: find kernel/configs for merged fragments
  ` [PATCH v2 1/2] kbuild: defconf: use SRCARCH to find merged configs

[PATCH 0/2] Fix UML build with clang-18 and newer
 2024-01-27 15:49 UTC  (6+ messages)
` [PATCH 1/2] um: Fix adding '-no-pie' for clang
` [PATCH 2/2] modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS

[PATCH v2 2/4] modpost: inform compilers that fatal() never returns
 2024-01-27 13:41 UTC  (4+ messages)

[PATCH] modpost: avoid using the alias attribute
 2024-01-27 13:28 UTC 

[PATCH 4.19] powerpc: Use always instead of always-y in for crtsavres.o
 2024-01-27  0:52 UTC  (2+ messages)

[PATCH] treewide: Change CONFIG_BASE_SMALL to bool type
 2024-01-26 19:41 UTC  (3+ messages)

[PATCH 5.4] powerpc: Use always instead of always-y in for crtsavres.o
 2024-01-26 17:37 UTC 

[PATCH 00/11] Bump the minimum supported version of LLVM to 13.0.1
 2024-01-26 17:00 UTC  (18+ messages)
` [PATCH 01/11] kbuild: Raise "
` [PATCH 02/11] Makefile: Drop warn-stack-size plugin opt
` [PATCH 03/11] x86: Drop stack-alignment "
` [PATCH 04/11] ARM: Remove Thumb2 __builtin_thread_pointer workaround for Clang
` [PATCH 05/11] arm64: Kconfig: Clean up tautological LLVM version checks
` [PATCH 06/11] powerpc: Kconfig: Remove tautology in CONFIG_COMPAT
` [PATCH 07/11] riscv: Remove MCOUNT_NAME workaround
` [PATCH 08/11] riscv: Kconfig: Remove version dependency from CONFIG_CLANG_SUPPORTS_DYNAMIC_FTRACE
` [PATCH 09/11] fortify: Drop Clang version check for 12.0.1 or newer
` [PATCH 10/11] lib/Kconfig.debug: Update Clang version check in CONFIG_KCOV
` [PATCH 11/11] compiler-clang.h: Update __diag_clang() macros for minimum version bump

[PATCH v2] kbuild: resolve symlinks for O= properly
 2024-01-26 13:56 UTC  (7+ messages)

[PATCH] kconfig: initialize sym->curr.tri to no for all symbol types again
 2024-01-26 13:30 UTC 

[PATCH 1/2] kconfig: remove unneeded symbol_empty variable
 2024-01-26 13:20 UTC  (11+ messages)

[PATCH v1 0/5] livepatch: klp-convert tool - Minimal version
 2024-01-25  9:44 UTC  (3+ messages)
` [PATCH v1 3/5] kbuild/modpost: integrate klp-convert

[PATCH] kbuild: fix W= flags in the help message
 2024-01-24 11:59 UTC  (3+ messages)

Details of the order
 2024-01-24  8:50 UTC 

[PATCH v3 0/4] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
 2024-01-23 22:07 UTC  (6+ messages)
` [PATCH v3 3/4] firmware: coreboot: Replace tag with id table in driver struct
` [PATCH v3 4/4] arm64: defconfig: Enable support for cbmem entries in the coreboot table

[PATCH 07/82] overflow: Introduce CONFIG_UBSAN_POINTER_WRAP
 2024-01-23  0:26 UTC 

[PATCH 0/4] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
 2024-01-22 18:24 UTC  (6+ messages)
` [PATCH 2/4] firmware: coreboot: Generate aliases for coreboot modules

[PATCH V5 2/2] rpm-pkg: avoid install/remove the running kernel
 2024-01-22 15:53 UTC  (4+ messages)

[MAYBE REGRESSION] kbuild time of kernel compiling
 2024-01-22 13:34 UTC  (4+ messages)

[PATCH] kconfig: menuconfig: Make hidden options show as dim
 2024-01-22  4:13 UTC  (8+ messages)

[PATCH] kbuild: detect depmod version to exclude new SHA3 module signing options
 2024-01-21 19:54 UTC  (2+ messages)

[PATCH v2] riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efi
 2024-01-20 21:09 UTC  (2+ messages)

[PATCH] docs: kbuild/kconfig: reformat/cleanup
 2024-01-20  8:23 UTC  (2+ messages)

[PATCH 0/4] kbuild: create a list of DTBs and allow to install base dtb and overlays
 2024-01-19  5:30 UTC  (4+ messages)
` [PATCH 2/4] kbuild: simplify dtbs_install by reading the list of compiled DTBs

[PATCH] Makefile: Add HOST_GCC_SUFFIX and CROSS_GCC_SUFFIX
 2024-01-19  5:29 UTC  (2+ messages)

[GIT PULL] Kbuild updates for v6.8-rc1
 2024-01-19  2:40 UTC  (2+ messages)

[PROBLEM] Very long .deb package build times for bindeb-pkg build target
 2024-01-17 19:17 UTC  (9+ messages)


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