public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-19 22:06:35 to 2018-03-06 16:49:20 UTC [more...]

[PATCH v2] kconfig: make unmet dependency warnings readable
 2018-03-06 16:49 UTC  (2+ messages)

[PATCH] kconfig: make unmet dependency warnings readable
 2018-03-06 10:13 UTC 

[PATCH v2 0/6] kconfig: some clean-ups and rename silentoldconfig
 2018-03-06  9:48 UTC  (19+ messages)
` [PATCH v2 1/6] kconfig: do not call check_conf() for olddefconfig
` [PATCH v2 2/6] kconfig: remove unneeded input_mode test in conf()
` [PATCH v2 3/6] kconfig: remove redundant input_mode test for check_conf() loop
` [PATCH v2 4/6] kconfig: hide irrelevant sub-menus for oldconfig
` [PATCH v2 5/6] kconfig: invoke oldconfig instead of silentoldconfig from local*config
      ` [PATCH] kconfig: remove redundant streamline_config.pl prerequisite
` [PATCH v2 6/6] kconfig: rename silentoldconfig to syncconfig

[PATCH v3 1/2] kconfig: invoke oldconfig instead of silentoldconfig from local*config
 2018-03-06  9:39 UTC  (4+ messages)
` [PATCH v3 2/2] kconfig: rename silentoldconfig to syncconfig

[PATCH v2 00/11] Add Kconfig unit tests
 2018-03-06  9:36 UTC  (18+ messages)
` [PATCH v2 01/11] kbuild: define PYTHON2 and PYTHON3 variables instead of PYTHON
` [PATCH v2 02/11] kconfig: unittest: add framework for Kconfig unit testing
` [PATCH v2 03/11] kconfig: unittest: add basic 'choice' tests
` [PATCH v2 04/11] kconfig: unittest: test automatic submenu creation
` [PATCH v2 05/11] kconfig: unittest: test if new symbols in choice are asked
` [PATCH v2 06/11] kconfig: unittest: check unneeded "is not set" with unmet dependency
` [PATCH v2 07/11] kconfig: unittest: check visibility of tri-choice values in y choice
` [PATCH v2 08/11] kconfig: unittest: test defconfig when two choices interact
` [PATCH v2 09/11] kconfig: unittest: test randconfig for choice in choice
` [PATCH v2 10/11] kconfig: unittest: test if recursive dependencies are detected
` [PATCH v2 11/11] kconfig: unittest: test if recursive inclusion is detected

[PATCH 0/3] Improve and extend checkpatch.pl Kconfig help text checks
 2018-03-06  5:13 UTC  (6+ messages)

[PATCH] objtool: make use of pkg-config for libelf
 2018-03-05 15:21 UTC  (3+ messages)

[PATCH 1/2] kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txt
 2018-03-05 15:01 UTC  (3+ messages)
` [PATCH 2/2] kbuild: remove internally used LDFLAGS_vmlinux from kbuild.txt

[PATCH 1/3] fixdep: remove stale references to uml-config.h
 2018-03-05 14:49 UTC  (7+ messages)
  ` [PATCH 2/3] fixdep: remove some false CONFIG_ matches
  ` [PATCH 3/3] fixdep: do not ignore kconfig.h

Intermittent build failure with TRIM_UNUSED_KSYMS and related problems
 2018-03-05 13:07 UTC 

[PATCH] scripts/kconfig: replace single character strcat() appends
 2018-03-03 18:23 UTC  (5+ messages)

[GIT PULL] Kbuild fixes for v4.16-rc4
 2018-03-03 15:38 UTC 

[PATCH] MAINTAINERS: take over Kconfig maintainership
 2018-03-03 15:35 UTC  (3+ messages)

[PATCH] kconfig: fix line number in recursive inclusion error message
 2018-03-03 15:34 UTC  (3+ messages)

[PATCH 00/23] kconfig: move compiler capability tests to Kconfig
 2018-03-02  9:12 UTC  (40+ messages)
` [PATCH 03/23] kconfig: add xstrdup() helper
` [PATCH 04/23] kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list
` [PATCH 07/23] kconfig: add function support and implement 'shell' function
` [PATCH 10/23] stack-protector: test compiler capability in Kconfig and drop AUTO mode
` [PATCH 11/23] kconfig: add 'shell-stdout' function
` [PATCH 20/23] gcc-plugins: always build plugins with C++
` [PATCH 21/23] gcc-plugins: move GCC version check for PowerPC to Kconfig

[PATCH] scripts/kconfig: replace single character strcat() appends
 2018-03-02  7:38 UTC 

[PATCH] Coccinelle: memdup: Fix typo in warning messages
 2018-03-01 19:45 UTC  (3+ messages)

[PATCH 0/2] objtool: fix libelf detection in non-standard locations
 2018-03-01 13:29 UTC 

[PATCH v3] Documentation: Update ncurses package names for menuconfig
 2018-03-01  0:16 UTC  (3+ messages)

[PATCH] Documentation: Update ncurses package names for menuconfig
 2018-02-28 20:53 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH 0/2] objtool: fix libelf detection in non-standard locations
 2018-02-28 17:24 UTC  (19+ messages)
` [PATCH 1/2] kbuild: introduce HOST_EXTRALDFLAGS
` [PATCH 2/2] objtool: use host flags to detect if libelf is missing
` [PATCH v2 0/3] kbuild: fix host progs build with libs in non standard locations
  ` [PATCH v2 1/3] kbuild: introduce HOST_{C,LD}FLAGS
  ` [PATCH v2 2/3] kbuild: use HOSTLDFLAGS for single .c executables
  ` [PATCH v2 3/3] objtool: use global host flags for compilation

[PATCH] kconfig: do not write 'n' defaults to .config
 2018-02-28 14:53 UTC  (13+ messages)
    ` [PATCH v2] kconfig: only write '# CONFIG_FOO is not set' for visible symbols
    ` [PATCH v3] "

[PATCH] kbuild/kallsyms: trivial typo fix
 2018-02-28 14:48 UTC  (2+ messages)

[PATCH 1/2] kbuild: test --build-id linker flag by ld-option instead of cc-ldoption
 2018-02-26 23:22 UTC  (3+ messages)
` [PATCH 2/2] kbuild: simplify ld-option implementation

[PATCH v5] kconfig: Print reverse dependencies in groups
 2018-02-25 12:31 UTC  (3+ messages)

[PATCH] kconfig: clean-up reverse dependency help implementation
 2018-02-24 15:58 UTC  (4+ messages)

[PATCH] kconfig: Don't leak choice names during parsing
 2018-02-24 15:12 UTC  (4+ messages)

[PATCH RFC] kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignment
 2018-02-24 14:58 UTC  (2+ messages)

[PATCH v2] Makefile: Fix lying comment re. silentoldconfig
 2018-02-24 14:56 UTC  (4+ messages)

[PATCH v4 0/3] Kconfig: Print reverse dependencies in groups
 2018-02-24  0:31 UTC  (15+ messages)

[PATCH v2 20/20] x86/PCI: VMD: Fix malformed Kconfig default
 2018-02-23 11:52 UTC  (6+ messages)

[PATCH 0/3] fixing the last failures in randconfig builds
 2018-02-23  4:13 UTC  (14+ messages)
` [PATCH 1/3] Kconfig: disable PROFILE_ALL_BRANCHES for compile testing
` [PATCH 2/3] Kconfig: improve handling for all{rand,yes,no,}.config fragments
` [PATCH 3/3] Kconfig: add a default allrandom.config

[PATCH] bug.h: Work around GCC PR82365 in BUG()
 2018-02-21 21:23 UTC  (11+ messages)

[PATCH] kconfig: Print reverse dependencies in groups
 2018-02-21 13:51 UTC  (4+ messages)

[PATCH v4] scripts/package/builddeb: split generating packaging and build
 2018-02-21 10:10 UTC 

[PATCH 0/3] MIPS: Generic defconfig Makefile improvements
 2018-02-21  3:56 UTC  (3+ messages)
` [PATCH 2/3] MIPS: Add generic list_* Makefile targets

why scripts/link-vmlinux.sh has a final build of init/
 2018-02-21  3:20 UTC  (5+ messages)

[PATCH] disable sparse warnings about unknown attributes
 2018-02-20 14:50 UTC  (2+ messages)

[kbuild:kbuild 3/4] make[2]: *** No rule to make target 'arch/sh/boot/dts/.dtb.o', needed by 'arch/sh/boot/dts/built-in.a'
 2018-02-20 11:48 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