public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-06 09:34:52 to 2018-02-14 11:32:26 UTC [more...]

why scripts/link-vmlinux.sh has a final build of init/
 2018-02-14 11:31 UTC  (4+ messages)

[PATCH 00/11] Remove blank help texts from Kconfig files and add warning
 2018-02-14 10:11 UTC  (8+ messages)
` [PATCH 03/11] mmc: kconfig: Remove blank help text
` [PATCH 02/11] video: fbdev: "
        ` [PATCH] video: fbdev: kconfig: Add help text to FB_I810_I2C

[PATCH 1/2] kconfig: Print reverse dependencies on new line consistently
 2018-02-14  4:09 UTC  (10+ messages)
` [PATCH 2/2] kconfig: Print the value of each reverse dependency

[PATCH 00/20] Remove references to undefined symbols and fix two potential bugs
 2018-02-13 15:43 UTC  (34+ messages)
` [PATCH 01/20] ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
` [PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select
` [PATCH 10/20] lib/Kconfig: Remove leftover select of GENERIC_IO
` [PATCH 14/20] iio: gyro: mpu3050: Remove INPUT_MPU3050 dep. from I2C
` [PATCH 16/20] auxdisplay: img-ascii-lcd: Remove MIPS_SEAD3 dep
    ` [PATCH v2] auxdisplay: img-ascii-lcd: kconfig: Remove MIPS_SEAD3 reference
` [PATCH 20/20] x86/PCI: VMD: Fix malformed default
    ` [PATCH] ALSA: ac97: kconfig: Remove select of undefined symbol AC97

[RFC PATCH 0/7] Kconfig: add new special property shell= to test compiler options in Kconfig
 2018-02-13  8:59 UTC  (85+ messages)
` [RFC PATCH 1/7] kbuild: remove kbuild cache
` [RFC PATCH 2/7] kconfig: add xrealloc() helper
` [RFC PATCH 3/7] kconfig: remove const qualifier from sym_expand_string_value()
` [RFC PATCH 4/7] kconfig: support new special property shell=
` [RFC PATCH 5/7] kconfig: invoke silentoldconfig when compiler is updated
` [RFC PATCH 6/7] kconfig: add basic environments to evaluate C flags in Kconfig
` [RFC PATCH 7/7] Test stackprotector options in Kconfig to kill CC_STACKPROTECTOR_AUTO

[PATCH v2] Makefile: Fix lying comment re. silentoldconfig
 2018-02-13  7:58 UTC 

[PATCH] Makefile: Fix lying comment re. silentoldconfig
 2018-02-13  7:44 UTC 

[PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select
 2018-02-13  2:07 UTC  (4+ messages)
  ` [PATCH] riscv: kconfig: Remove RISCV_IRQ_INTC select

[PATCH 0/2] remove the last of incremental linking
 2018-02-12  3:08 UTC  (10+ messages)
` [PATCH 1/2] kbuild: remove incremental linking option
` [PATCH 2/2] kbuild: rename built-in.o to built-in.a

(no subject)
 2018-02-11  7:19 UTC 

[PATCH] kbuild: process mixture of clean/build targets one by one
 2018-02-11  8:40 UTC 

[GIT PULL] Kbuild updates for v4.16 (2nd round)
 2018-02-10  3:02 UTC 

[PATCH 0/3] MIPS: Generic defconfig Makefile improvements
 2018-02-09 16:11 UTC  (4+ messages)
` [PATCH 1/3] MIPS: Refactor legacy defconfigs
` [PATCH 2/3] MIPS: Add generic list_* Makefile targets
` [PATCH 3/3] MIPS: Expand help text to list generic defconfigs

[PATCH 06/20] riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select
 2018-02-08 22:10 UTC  (3+ messages)

[PATCH 00/14] Add Kconfig unit tests
 2018-02-08 21:21 UTC  (40+ messages)
` [PATCH 01/14] kconfig: send error messages to stderr
` [PATCH 02/14] kconfig: do not write choice values when their dependency becomes n
` [PATCH 03/14] kconfig: show '?' prompt even if no help text is available
` [PATCH 04/14] kconfig: print additional new line for choice for redirection
` [PATCH 05/14] kconfig: remove 'config*' pattern from .gitignnore
` [PATCH 06/14] kbuild: define PYTHON2 and PYTHON3 variables instead of PYTHON
` [PATCH 07/14] kconfig: test: add framework for Kconfig unit-tests
` [PATCH 08/14] kconfig: test: add basic 'choice' tests
` [PATCH 09/14] kconfig: test: test automatic submenu creation
` [PATCH 10/14] kconfig: test: check if new symbols in choice are asked
` [PATCH 11/14] kconfig: test: check .config sanity for choice values with unmet dep
` [PATCH 12/14] kconfig: test: check visibility of tristate choice values in y choice
` [PATCH 13/14] kconfig: test: check if recursive dependencies are detected
` [PATCH 14/14] kconfig: test: check if recursive inclusion is detected

[PATCH 1/2] kconfig: remove check_stdin()
 2018-02-08  7:05 UTC  (7+ messages)
` [PATCH 2/2] kconfig: echo stdin to stdout if either is redirected

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

[kbuild:kbuild 1/11] arch/x86/tools/insn_decoder_test: warning: ffffffff81105f01: 0f ff 80 3d 6e be 36 ud0 0x36be6e3d(%rax),%eax
 2018-02-07 11:57 UTC  (3+ messages)
  ` [kbuild-all] [kbuild:kbuild 1/11] arch/x86/tools/insn_decoder_test: warning: ffffffff81105f01: 0f ff 80 3d 6e be 36 ud0 0x36be6e3d(%rax), %eax

[PATCH] kbuild: Improve portability of some sed invocations
 2018-02-07  6:41 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] kconfig: Minimize 'Selected by' and 'Implied by'
 2018-02-07  0:34 UTC  (13+ messages)

[PATCH] kbuild: clang: Disable -Wunused-const-variable warnings
 2018-02-07  0:22 UTC  (3+ messages)
` [PATCH] kbuild: clang: disable unused variable warnings only when constant

[PATCH v2 20/20] x86/PCI: VMD: Fix malformed Kconfig default
 2018-02-06 22:11 UTC 

[PATCH] kbuild: Use ls(1) instead of stat(1) to obtain file size
 2018-02-06 15:13 UTC  (7+ messages)


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