public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-27 09:12:16 to 2018-04-15 02:25:32 UTC [more...]

[kbuild:kconfig-shell-v3 21/30] arch/Kconfig:542: syntax error
 2018-04-15  2:24 UTC  (2+ messages)

[kbuild:kconfig-shell-v3 28/30] als.c:undefined reference to `latent_entropy'
 2018-04-15  2:15 UTC  (2+ messages)

[PATCH 00/30] kconfig: move compiler capability tests to Kconfig
 2018-04-14 23:33 UTC  (39+ messages)
` [PATCH 01/30] gcc-plugins: fix build condition of SANCOV plugin
` [PATCH 02/30] kbuild: remove kbuild cache
` [PATCH 03/30] kbuild: remove CONFIG_CROSS_COMPILE support
` [PATCH 04/30] kconfig: reference environment variables directly and remove 'option env='
` [PATCH 05/30] kconfig: remove string expansion in file_lookup()
` [PATCH 06/30] kconfig: remove string expansion for mainmenu after yyparse()
` [PATCH 07/30] kconfig: remove sym_expand_string_value()
` [PATCH 08/30] kconfig: add built-in function support
` [PATCH 09/30] kconfig: add 'shell' built-in function
` [PATCH 10/30] kconfig: replace $(UNAME_RELEASE) with function call
` [PATCH 11/30] kconfig: begin PARAM state only when seeing a command keyword
` [PATCH 12/30] kconfig: support variable and user-defined function
` [PATCH 13/30] kconfig: support simply expanded variable
` [PATCH 14/30] kconfig: support append assignment operator
` [PATCH 15/30] kconfig: expand lefthand side of assignment statement
` [PATCH 16/30] kconfig: add 'info' and 'warning' built-in functions
` [PATCH 17/30] Documentation: kconfig: document a new Kconfig macro language
` [PATCH 18/30] kconfig: test: test text expansion
` [PATCH 19/30] kconfig: show compiler version text in the top comment
` [PATCH 20/30] kconfig: add basic helper macros to scripts/Kconfig.include
` [PATCH 21/30] stack-protector: test compiler capability in Kconfig and drop AUTO mode
` [PATCH 22/30] kconfig: add CC_IS_GCC and GCC_VERSION
` [PATCH 23/30] kconfig: add CC_IS_CLANG and CLANG_VERSION
` [PATCH 24/30] gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT
` [PATCH 25/30] kcov: test compiler capability in Kconfig and correct dependency
` [PATCH 26/30] gcc-plugins: move GCC version check for PowerPC to Kconfig
` [PATCH 27/30] gcc-plugins: test plugin support in Kconfig and clean up Makefile
` [PATCH 28/30] gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TEST
` [PATCH 29/30] arm64: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig
` [PATCH 30/30] kbuild: test dead code/data elimination support in Kconfig

[GIT PULL] Kbuild updates for 4.17 (2nd round)
 2018-04-14 18:44 UTC 

[kbuild:kconfig-shell-v3 27/30] sh: 1: [: -ge: unexpected operator
 2018-04-13 16:08 UTC 

[kbuild:kconfig-shell-v3 22/30] init/Kconfig:13: syntax error
 2018-04-13 15:31 UTC 

[PATCH v2] kconfig: extend output of 'listnewconfig'
 2018-04-13 14:27 UTC  (2+ messages)

[PATCH] kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkg
 2018-04-13 14:22 UTC  (2+ messages)

[PATCH] ARM: omap2: Fix build when using split object directories
 2018-04-13 14:06 UTC  (5+ messages)

[PATCH v2] ARM: omap2: Fix build when using split object directories
 2018-04-13 14:05 UTC  (3+ messages)

[PATCH v2] selftests: add headers_install to lib.mk
 2018-04-13  9:03 UTC 

[PATCH v2 00/21] kconfig: move compiler capability tests to Kconfig
 2018-04-13  6:02 UTC  (73+ messages)
` [PATCH v2 01/21] kbuild: remove kbuild cache
` [PATCH v2 02/21] kbuild: remove CONFIG_CROSS_COMPILE support
` [PATCH v2 03/21] kconfig: move and rename sym_expand_string_value()
` [PATCH v2 04/21] kconfig: reference environments directly and remove 'option env=' syntax
` [PATCH v2 05/21] kconfig: remove string expansion in file_lookup()
` [PATCH v2 06/21] kconfig: remove string expansion for mainmenu after yyparse()
` [PATCH v2 07/21] kconfig: add function support and implement 'shell' function
` [PATCH v2 08/21] kconfig: replace $UNAME_RELEASE with function call
` [PATCH v2 09/21] kconfig: add 'macro' keyword to support user-defined function
` [PATCH v2 10/21] kconfig: add 'success' and 'cc-option' macros
` [PATCH v2 11/21] stack-protector: test compiler capability in Kconfig and drop AUTO mode
` [PATCH v2 12/21] kconfig: show compiler version text in the top comment
` [PATCH v2 13/21] kconfig: add CC_IS_GCC and GCC_VERSION
` [PATCH v2 14/21] kconfig: add CC_IS_CLANG and CLANG_VERSION
` [PATCH v2 15/21] gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT
` [PATCH v2 16/21] kcov: imply GCC_PLUGINS and GCC_PLUGIN_SANCOV instead of select'ing them
` [PATCH v2 17/21] gcc-plugins: always build plugins with C++
` [PATCH v2 18/21] gcc-plugins: move GCC version check for PowerPC to Kconfig
` [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig
` [PATCH v2 20/21] gcc-plugins: enable GCC_PLUGINS for COMPILE_TEST
` [PATCH v2 21/21] arm64: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig

[PATCH] objtool: Support HOSTCFLAGS and HOSTLDFLAGS
 2018-04-12 19:21 UTC 

[PATCHv2] objtool: Support HOSTCFLAGS and HOSTLDFLAGS
 2018-04-12 13:18 UTC  (2+ messages)

[BUG] Fix drivers/memory O= build
 2018-04-11 21:17 UTC  (10+ messages)

[PATCH] bug.h: Work around GCC PR82365 in BUG()
 2018-04-11 10:19 UTC  (6+ messages)

[PATCH] objtool: fix build with future Make
 2018-04-09 13:31 UTC  (7+ messages)
` [PATCH 2/1] Kbuild: fix # escaping in .cmd files for "
        ` [PATCH v2] "

[PATCH] kconfig: add support for new option 'listnewdefconfig'
 2018-04-07  3:26 UTC  (6+ messages)

[PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config
 2018-04-06 21:37 UTC  (3+ messages)

[PATCH 0/3] HOSTCFLAGS and HOSTLDFLAGS from the environment
 2018-04-06 17:27 UTC  (10+ messages)
` [PATCH 1/3] kbuild: Support HOSTLDFLAGS
` [PATCH 2/3] objtool: Support HOSTCFLAGS and HOSTLDFLAGS
` [PATCH 3/3] kbuild: Allow passing additional "

[RFC 0/9] bpf: Add buildid check support
 2018-04-06 16:54 UTC  (16+ messages)
` [PATCH 1/9] perf tools: Make read_build_id function public
` [PATCH 2/9] perf tools: Add fetch_kernel_buildid function
` [PATCH 3/9] kbuild: Do not pass arguments to link-vmlinux.sh
` [PATCH 4/9] kbuild: Add filechk2 function
` [PATCH 5/9] bpf: Add CONFIG_BUILDID_H option
` [PATCH 6/9] bpf: Add CONFIG_BPF_BUILDID_CHECK option
` [PATCH 7/9] libbpf: Synchronize uapi bpf.h header
` [PATCH 8/9] libbpf: Add support to attach buildid to program load
` [PATCH 9/9] perf tools: The buildid usage in example eBPF program

[PATCH v3] kbuild: use -fmacro-prefix-map to make __FILE__ a relative path
 2018-04-05 14:50 UTC  (2+ messages)

[PATCH v5] scripts/package/builddeb: split generating packaging and build
 2018-04-05 14:49 UTC  (2+ messages)

[PATCH 0/2] objtool: fix libelf detection in non-standard locations
 2018-04-05 14:23 UTC  (4+ messages)
` [PATCH v2 0/3] kbuild: fix host progs build with libs in non standard locations
  ` [PATCH v2 2/3] kbuild: use HOSTLDFLAGS for single .c executables

[PATCH v4] scripts/package/builddeb: split generating packaging and build
 2018-04-05  4:37 UTC  (8+ messages)
    ` Fwd: "

[PATCH v2] tools: fix cross-compile var clobbering
 2018-04-04 16:31 UTC  (3+ messages)

[PATCH] x86: olpc: fix inconsistent MFD_CS5535 configuration
 2018-04-04 14:32 UTC  (4+ messages)

[GIT PULL 2/2] Kconfig updates for 4.17
 2018-04-03 16:39 UTC 

[GIT PULL 1/2] Kbuild updates for 4.17
 2018-04-03 16:30 UTC 

TRADING ACCOUNT
 2018-03-28 16:20 UTC 

[03/10] genksyms: generate lexer and parser during build instead of shipping
 2018-03-31  5:11 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v4.16
 2018-03-31  3:41 UTC 

[PATCH] modpost: srcversion sometimes incorrect
 2018-03-30 17:14 UTC 

[RFCv2 PATCH 0/3] Salted build ids via linker sections
 2018-03-30 12:40 UTC  (5+ messages)
` [RFCv2 PATCH 1/3] kbuild: Introduce build-salt generated header
` [RFCv2 PATCH 2/3] kbuild: Link with generated build-salt header
` [RFCv2 PATCH 3/3] x86/vdso: Add build salt to the vDSO

[PATCH v2] kbuild: use -fmacro-prefix-map to make __FILE__ a relative path
 2018-03-29 15:40 UTC 

[PATCH] kbuild: use -fmacro-prefix-map to make __FILE__ a relative path
 2018-03-29 15:36 UTC 

[PATCH] kbuild: move <linux/compiler_types.h> out of <linux/kconfig.h>
 2018-03-28  3:20 UTC  (3+ messages)

[PATCH] builddeb: Fix header package regarding dtc source links
 2018-03-27 16:51 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