public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-29 12:16:50 to 2023-01-12 03:05:40 UTC [more...]

[PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
 2023-01-12  3:04 UTC  (2+ messages)
` [PATCH v2 01/14] x86/boot/compressed: prefer cc-option for CFLAGS additions

[PATCH] scripts: handle BrokenPipeError for python scripts
 2023-01-12  2:30 UTC 

[PATCH] modpost: support arbitrary symbol length in modversion
 2023-01-11 16:11 UTC 

scripts/decode_stacktrace.sh doesn't show the file name and line num?
 2023-01-11 14:32 UTC 

[PATCH] kconfig: fix typo (usafe -> unsafe)
 2023-01-11 11:49 UTC  (3+ messages)

[PATCH V2] scripts: rpm: make clear that mkspec script contains 4.13 feature
 2023-01-11 11:41 UTC  (2+ messages)

modpost warning by default on missing Module.symvers
 2023-01-11  5:34 UTC  (4+ messages)

[PATCH 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
 2023-01-10 15:02 UTC  (46+ messages)
` [PATCH 01/14] x86/boot/compressed: prefer cc-option for CFLAGS additions
` [PATCH 02/14] MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOAT
` [PATCH 03/14] MIPS: Prefer cc-option for additions to cflags
` [PATCH 04/14] kbuild: Update assembler calls to use proper flags and language target
` [PATCH 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS
` [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
` [PATCH 07/14] powerpc/vdso: Improve linker flags
` [PATCH 08/14] powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang
` [PATCH 09/14] s390/vdso: Drop unused '-s' flag from KBUILD_AFLAGS_64
` [PATCH 10/14] s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64
` [PATCH 11/14] s390/purgatory: Remove unused '-MD' and unnecessary '-c' flags
` [PATCH 12/14] drm/amd/display: Do not add '-mhard-float' to dml_ccflags for clang
` [PATCH 13/14] kbuild: Turn a couple more of clang's unused option warnings into errors
` [PATCH 14/14] kbuild: Stop using '-Qunused-arguments' with clang

[PATCH 5.15 5.10 5.4 v2] kbuild: fix Build ID if CONFIG_MODVERSIONS
 2023-01-10 16:27 UTC  (14+ messages)

[PATCH 1/6] docs: rust: add paragraph about finding a suitable `libclang`
 2023-01-10 12:28 UTC  (13+ messages)
` [PATCH 2/6] kbuild: rust_is_available: print docs reference
` [PATCH 3/6] kbuild: rust_is_available: add check for `bindgen` invocation
` [PATCH 4/6] kbuild: rust_is_available: check if the script was invoked from Kbuild
` [PATCH 5/6] kbuild: rust_is_available: fix confusion when a version appears in the path
` [PATCH 6/6] kbuild: rust_is_available: normalize version matching

[PATCH] kbuild: fix 'make modules' error when CONFIG_DEBUG_INFO_BTF_MODULES=y
 2023-01-10  5:48 UTC 

[PATCH v3 RESEND] scripts/tags.sh: choose which directories to exclude from being indexed
 2023-01-10  5:07 UTC  (2+ messages)

[PATCH v3] kbuild: export top-level LDFLAGS_vmlinux only to scripts/Makefile.vmlinux
 2023-01-09 17:31 UTC  (2+ messages)

[PATCH v2] kbuild: rust: remove -v option of scripts/rust_is_available.sh
 2023-01-09 17:10 UTC  (2+ messages)

[PATCH] kbuild: replace $(dot-target).tmp in filechk with $(tmp-target)
 2023-01-09 15:27 UTC  (2+ messages)

[PATCH] scripts: rpm: make clear that mkspec script contains 4.13 feature
 2023-01-09 13:33 UTC  (4+ messages)

Słowa kluczowe do wypozycjonowania
 2023-01-09  8:40 UTC 

[PATCH] kbuild: rust: remove -v option of scripts/rust_is_available.sh
 2023-01-08 21:56 UTC  (2+ messages)

[PATCH v2 1/7] kbuild: refactor host*_flags
 2023-01-08 14:05 UTC  (10+ messages)
` [PATCH v2 2/7] kbuild: specify output names separately for each emission type from rustc
` [PATCH v2 3/7] fixdep: parse Makefile more correctly to handle comments etc
` [PATCH v2 4/7] kbuild: remove sed commands after rustc rules
` [PATCH v2 5/7] fixdep: refactor hash table lookup
` [PATCH v2 6/7] fixdep: avoid parsing the same file over again
` [PATCH v2 7/7] fixdep: do not parse *.rlib, *.rmeta, *.so

[PATCH v2] kbuild: rust: move rust/target.json to scripts/
 2023-01-08 13:59 UTC  (4+ messages)

[PATCH v2] kbuild: do not export LDFLAGS_vmlinux to decompressor Makefiles
 2023-01-08 13:22 UTC  (2+ messages)

[PATCH] docs: kbuild: remove mention to dropped $(objtree) feature
 2023-01-08 12:51 UTC  (2+ messages)

[PATCH] init/version-timestamp.c: remove unneeded #include <linux/version.h>
 2023-01-08 12:35 UTC 

[PATCH 1/2] ARM: fix nm error message when GNU Make >= 4.4 is used
 2023-01-08  9:50 UTC  (3+ messages)
` [PATCH 2/2] kbuild: do not export LDFLAGS_vmlinux to decompressor Makefiles

[GIT PULL] Kbuild fixes for v6.2-rc3
 2023-01-07 18:43 UTC  (2+ messages)

[RFC/RFT] CFI: Add support for gcc CFI in aarch64
 2023-01-07 15:42 UTC  (9+ messages)

nm vmlinux error in arch/arm reappears after upgrade to make 4.4
 2023-01-07 15:22 UTC  (3+ messages)

[PATCH] kbuild: rust: move rust/target.json to scripts/
 2023-01-07 14:45 UTC  (6+ messages)

[PATCH 1/3] tomoyo: fix broken dependency on *.conf.default
 2023-01-07 12:57 UTC  (4+ messages)
` [PATCH 2/3] tomoyo: avoid unneeded creation of builtin-policy.h
` [PATCH 3/3] tomoyo: Omit use of bin2c

[PATCH 0/6] kbuild: fix dep-file processing for rust
 2023-01-07  9:09 UTC  (23+ messages)
` [PATCH 1/6] kbuild: specify output names separately for each emission type from rustc
` [PATCH 2/6] fixdep: parse Makefile more correctly to handle comments etc
` [PATCH 3/6] kbuild: remove sed commands after rustc rules
` [PATCH 4/6] fixdep: refactor hash table lookup
` [PATCH 5/6] fixdep: avoid parsing the same file over again
` [PATCH 6/6] fixdep: do not parse *.so, *.rmeta, *.rlib

[PATCH v2] arch: fix broken BuildID for arm64 and riscv
 2023-01-05 13:49 UTC  (9+ messages)

[PATCH] s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
 2023-01-05  7:57 UTC  (2+ messages)

[PATCH] kbuild: readd -w option when vmlinux.o or Module.symver is missing
 2023-01-05  3:34 UTC  (2+ messages)

[PATCH] kbuild: Modify default INSTALL_MOD_DIR from extra to updates
 2023-01-05  2:11 UTC  (4+ messages)

[PATCH] kbuild: Fix running modpost with musl libc
 2023-01-04  8:12 UTC  (2+ messages)

[PATCH v2] Makefile.debug: support for -gz=zstd
 2023-01-03 19:39 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] kbuild: fix single *.ko build
 2023-01-02 11:22 UTC  (3+ messages)

[PATCH] kbuild: treat char as always signed
 2023-01-02  8:29 UTC  (11+ messages)
` [PATCH v2] kbuild: treat char as always unsigned

[PATCH 1/2] kbuild: change module.order to list *.o instead of *.ko
 2023-01-01  6:38 UTC  (3+ messages)

[GIT PULL] Kbuild fixes for v6.2-rc2
 2022-12-31 18:27 UTC  (2+ messages)

[linus:master] [kbuild] 3bc753c06d: xfstests.generic.454.fail
 2022-12-30 15:36 UTC  (4+ messages)
` [linus:master] [kbuild] 3bc753c06d: xfstests.generic.454.fail #forregzbot

[PATCH] fixdep: remove unneeded <stdarg.h> inclusion
 2022-12-30  8:16 UTC 

[PATCH v3 1/2] .gitignore: update the command to check tracked files being ignored
 2022-12-30  3:10 UTC  (4+ messages)
` [PATCH v3 2/2] kbuild: make W=1 warn files that are tracked but ignored by git

[PATCH] kbuild: unify cmd_dt_S_dtb and cmd_dt_S_dtbo
 2022-12-30  3:08 UTC  (3+ messages)

[PATCH v2] kbuild: sort single-targets alphabetically again
 2022-12-29 17:20 UTC  (2+ messages)

[PATCH 1/2] kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd files
 2022-12-29 14:11 UTC  (4+ messages)
` [PATCH 2/2] kbuild: add more comments for KBUILD_NOCMDDEP=1

[PATCH] kbuild: sort single-targets alphabetically again
 2022-12-29 12:15 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