public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-02 17:50:50 to 2022-08-28 02:41:15 UTC [more...]

[PATCH 00/15] kbuild: various cleanups
 2022-08-28  2:40 UTC  (15+ messages)
` [PATCH 01/15] kbuild: remove duplicated dependency between modules and modules_check
` [PATCH 02/15] kbuild: refactor single builds of *.ko
` [PATCH 03/15] kbuild: move 'PHONY += modules_prepare' to the common part
` [PATCH 04/15] init/version.c: remove #include <linux/version.h>
` [PATCH 06/15] kbuild: generate include/generated/compile.h in top Makefile
` [PATCH 07/15] scripts/mkcompile_h: move LC_ALL=C to '$LD -v'
` [PATCH 08/15] Revert "kbuild: Make scripts/compile.h when sh != bash"
` [PATCH 09/15] kbuild: rename modules.order in sub-directories to .modules.order
` [PATCH 10/15] kbuild: move core-y in top Makefile to ./Kbuild
` [PATCH 11/15] kbuild: move .vmlinux.objs rule to Makefile.modpost
` [PATCH 12/15] kbuild: move vmlinux.o rule to the top Makefile
` [PATCH 13/15] kbuild: unify two modpost invocations
` [PATCH 14/15] kbuild: use obj-y instead extra-y for objects placed at the head
` [PATCH 15/15] kbuild: remove head-y syntax

[PATCH] docs/core-api: expand Fedora instructions for GCC plugins
 2022-08-27 19:38 UTC 

[PATCH] powerpc: clean up binutils version check
 2022-08-27 18:03 UTC  (3+ messages)

(no subject)
 2022-08-27 16:57 UTC 

(no subject)
 2022-08-27 16:55 UTC 

[PATCH] scripts/extract-ikconfig: add zstd compression support
 2022-08-27 14:32 UTC  (3+ messages)

[PATCH] scripts: remove obsolete gcc-ld script
 2022-08-27 14:07 UTC  (3+ messages)

[PATCH v2] kbuild: rewrite check-local-export in sh/awk
 2022-08-27 14:01 UTC  (5+ messages)

[PATCH 0/3] fix debug info for asm and DEBUG_INFO_SPLIT
 2022-08-26 20:41 UTC  (10+ messages)
` [PATCH 1/3] Makefile.compiler: s/KBUILD_CFLAGS/KBUILD_AFLAGS/ for as-option
` [PATCH 2/3] Makefile.debug: re-enable debug info for .S files
` [PATCH 3/3] Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT

[PATCH] kbuild: Split up DT binding build targets
 2022-08-26 19:30 UTC  (2+ messages)

Fwd: [RFC PATCH 1/1] Fix __kcrctab+* sections alignment
 2022-08-26 10:17 UTC  (6+ messages)
  `  "

[PATCH] powerpc: align syscall table for ppc32
 2022-08-25 22:51 UTC  (5+ messages)

Fwd: [RFC PATCH 0/1] Fix __kcrctab+* sections alignment
 2022-08-25 12:03 UTC 

[PATCH v2] kbuild: add configurable debug info level
 2022-08-24 23:25 UTC  (15+ messages)
      ` [PATCH v3] kbuild: add debug level and macro defs options

[PATCH] dt-bindings: fix wrong use of if_changed_rule
 2022-08-24 15:12 UTC  (3+ messages)

[PATCH v9 00/27] Rust support
 2022-08-22 22:35 UTC  (6+ messages)
` [PATCH v9 23/27] Kbuild: add "
` [PATCH v9 24/27] docs: add Rust documentation

[RFC PATCH 0/3] kallsyms: add option to include relative filepaths into kallsyms
 2022-08-22 14:40 UTC  (19+ messages)
` [RFC PATCH 1/3] modpost: fix TO_NATIVE() with expressions and consts
` [RFC PATCH 2/3] [STUB] increase kallsyms length limit
` [RFC PATCH 3/3] kallsyms: add option to include relative filepaths into kallsyms

[PATCH] Kconfig: eradicate CC_HAS_ASM_GOTO
 2022-08-22  6:11 UTC  (13+ messages)
        ` [PATCH v2] asm goto: "

[GIT PULL] Kbuild fixes for v6.0-rc2
 2022-08-20 21:59 UTC  (2+ messages)

[PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-08-20 17:51 UTC  (17+ messages)
` [PATCH v6 02/10] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
  ` Build/boot problem with 7b4537199a4a (Re: [PATCH v6 02/10] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS)

[masahiroy-kbuild:testing6 12/14] alpha-linux-ar: ./usr/built-in.a: No such file or directory
 2022-08-20 14:23 UTC 

[masahiroy-kbuild:testing6 12/14] Makefile:1752: target '.modules.order' doesn't match the target pattern
 2022-08-20 12:40 UTC 

[masahiroy-kbuild:testing6 12/14] Makefile:1752: target '.modules.order' doesn't match the target pattern
 2022-08-20 11:49 UTC 

[PATCH 1/4] kbuild: add phony targets to ./Kbuild
 2022-08-20  9:15 UTC  (4+ messages)
` [PATCH 2/4] kbuild: check sha1sum just once for each atomic header
` [PATCH 3/4] kbuild: do not deduplicate modules.order
` [PATCH 4/4] nios2: move core-y in arch/nios2/Makefile to arch/nios2/Kbuild

[PATCH] Makefile.extrawarn: add -Wformat-insufficient-args for clang build
 2022-08-19 23:33 UTC  (3+ messages)

[RFC PATCH 0/3] kbuild: change the default shell to bash
 2022-08-19 21:37 UTC  (6+ messages)
` [RFC PATCH 1/3] kconfig: move declarations for prepossessing to internal.h
` [RFC PATCH 2/3] kconfig: allow to choose the shell for $(shell ) functions
` [RFC PATCH 3/3] kbuild: use bash as the default shell for Make and Kconfig

[PATCH] kbuild: remove the target in signal traps when interrupted
 2022-08-19  4:37 UTC  (3+ messages)

[PATCH v8 00/31] Rust support
 2022-08-17 23:13 UTC  (8+ messages)
` [PATCH v8 27/31] Kbuild: add "

[PATCH] kbuild: fix the modules order between drivers and libs
 2022-08-17 14:58 UTC  (2+ messages)

[PATCH] modpost: fix module versioning when a symbol lacks valid CRC
 2022-08-17 14:45 UTC  (2+ messages)

[PATCH] kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__
 2022-08-17 14:45 UTC  (2+ messages)

[PATCH] scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-length
 2022-08-17 14:44 UTC  (2+ messages)

Fwd: s390/nospec: add an option to use thunk-extern
 2022-08-17 13:59 UTC  (6+ messages)
`  "

mainline build failure for arm64 allmodconfig with clang
 2022-08-15 10:37 UTC  (8+ messages)

Odd kbuild behaviour
 2022-08-12  2:57 UTC  (3+ messages)

[PATCH] kbuild: add option to set max level of debug info
 2022-08-12  0:33 UTC  (3+ messages)

[PATCH v2 1/2] Makefile: link with -z noexecstack --no-warn-rwx-segments
 2022-08-10 22:24 UTC 

[GIT PULL] Kbuild updates for v5.20-rc1
 2022-08-10 18:33 UTC  (2+ messages)

[kconfig][RFC] getting things like CONFIG_ARCH_HAS_SYSCALL_WRAPPER without bothering with selects
 2022-08-10  2:31 UTC  (3+ messages)

[PATCH] kbuild: rewrite check-local-export in posix shell
 2022-08-08  4:30 UTC  (4+ messages)

[masahiroy-kbuild:modpost-wip 26/40] kernel/foo.c:13:6: warning: no previous prototype for 'foo_register'
 2022-08-07 13:16 UTC 

[PATCH] kbuild: set EXIT trap before creating temporary directory
 2022-08-07  1:16 UTC  (4+ messages)

[PATCH v3] kbuild: Enable DT schema checks for %.dtb targets
 2022-08-04 16:34 UTC  (4+ messages)

[PATCH] kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
 2022-08-04 15:27 UTC  (7+ messages)

[PATCH 1/3] modpost: add array range check to sec_name()
 2022-08-04  6:47 UTC  (8+ messages)
` [PATCH 2/3] modpost: use more reliable way to get fromsec in section_rel(a)()
` [PATCH 3/3] Revert "Kbuild, lto, workaround: Don't warn for initcall_reference in modpost"

[PATCH 1/4] modpost: shorten warning messages in report_sec_mismatch()
 2022-08-03 16:35 UTC  (3+ messages)

[PATCH v2] modpost: refactor get_secindex()
 2022-08-03 13:50 UTC 

[PATCH] modpost: refactor get_secindex()
 2022-08-03 13:32 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