linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-24 00:31:06 to 2018-03-14 16:44:50 UTC [more...]

[PATCH 0/7] kbuild: various fix, clean-up, improvements of CONFIG_TRIM_UNUSED_KSYMS
 2018-03-14 16:44 UTC  (8+ messages)
` [PATCH 1/7] kbuild: clear LDFLAGS in the top Makefile
` [PATCH 2/7] kbuild: touch autoksyms.h when it is really missing
` [PATCH 3/7] kbuild: move 'scripts' target below
` [PATCH 4/7] kbuild: restore touching autoksyms.h to the top Makefile
` [PATCH 5/7] kbuild: hide CONFIG_TRIM_UNUSED_KSYMS code from external module building
` [PATCH 6/7] kbuild: move include/config/ksym/* to include/ksym/*
` [PATCH 7/7] kbuild: link vmlinux just once for CONFIG_TRIM_UNUSED_KSYMS

[PATCH v3 0/2] kbuild: Fix corner caches with .cache.mk
 2018-03-14  8:30 UTC  (13+ messages)
` [PATCH v3 1/2] kbuild: Require a 'make clean' if we detect gcc changed underneath us
` [PATCH v3 2/2] kbuild: Don't mess with the .cache.mk when root

Intermittent build failure with TRIM_UNUSED_KSYMS and related problems
 2018-03-14  1:43 UTC  (6+ messages)

[PATCH v3] kconfig: make unmet dependency warnings readable
 2018-03-13 10:03 UTC  (3+ messages)

[PATCH v4 1/2] kconfig: warn unmet direct dependency of tristate symbols selected by y
 2018-03-13  9:56 UTC  (2+ messages)
` [PATCH v4 2/2] kconfig: make unmet dependency warnings readable

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

[PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config
 2018-03-13  2:30 UTC 

[PATCH] kbuild: check for pkg-config on make menu/n/g/xconfig
 2018-03-12 17:44 UTC  (3+ messages)

[PATCH 00/11] Remove blank help texts from Kconfig files and add warning
 2018-03-12 15:08 UTC  (4+ messages)
` [PATCH 02/11] video: fbdev: kconfig: Remove blank help text
  ` [PATCH] video: fbdev: kconfig: Add help text to FB_I810_I2C

[GIT PULL] Kbuild fixes for v4.16-rc5
 2018-03-12  7:53 UTC  (3+ messages)

[PATCH v2] kconfig: make unmet dependency warnings readable
 2018-03-10 15:45 UTC  (4+ messages)

[PATCH v2] scripts/kconfig: cleanup symbol handling code
 2018-03-10 10:56 UTC 

[PATCH 0/5] kbuild: always define KBUILD_MODNAME, and clean-up/fix modname
 2018-03-09  7:33 UTC  (15+ messages)
` [PATCH 1/5] kbuild: remove unnecessary $(subst $(obj)/,,...) in modname-multi
` [PATCH 2/5] kbuild: define KBUILD_MODNAME even if multiple modules share objects
` [PATCH 3/5] kbuild: fix modname for composite modules
` [PATCH 4/5] kbuild: simplify modname calculation
` [PATCH 5/5] kbuild: move modname and modname-multi close to modname_flags

[PATCH] kbuild: Handle builtin dtb files containing hyphens
 2018-03-08 16:25 UTC  (9+ messages)
          ` [PATCH v2] kbuild: Handle builtin dtb file names "

Urgent response
 2018-03-08  6:51 UTC 

[PATCH v2 00/11] Add Kconfig unit tests
 2018-03-07  2:22 UTC  (20+ 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] 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 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

[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  (17+ messages)
` [PATCH 03/23] kconfig: add xstrdup() helper
` [PATCH 04/23] kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list

[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  (14+ messages)
` [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  (5+ messages)
    ` [PATCH v3] kconfig: only write '# CONFIG_FOO is not set' for visible symbols

[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  (2+ 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  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).