public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-02 18:37:10 to 2018-03-23 13:06:00 UTC [more...]

[PATCH 01/10] .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore
 2018-03-23 13:04 UTC  (2+ messages)
` [PATCH 02/10] kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile

Business Proposal
 2018-03-22 22:15 UTC 

[RFC resend 1/2] modpost: delete stale comment
 2018-03-22 21:05 UTC  (2+ messages)
  ` [RFC resend 2/2] modpost: sumversions: try to fix "same dir" logic

[PATCH] MAINTAINERS: Update Kbuild entry with a few paths
 2018-03-22 20:58 UTC 

[PATCH 1/3] kconfig: remove duplicated file name and lineno of recursive inclusion
 2018-03-22 17:00 UTC  (3+ messages)
` [PATCH 2/3] kconfig: detect recursive inclusion earlier
` [PATCH 3/3] kconfig: use yylineno option instead of manual lineno increments

[PATCH 0/3] Improve and extend checkpatch.pl Kconfig help text checks
 2018-03-22 15:19 UTC  (11+ messages)
` [PATCH 2/3] checkpatch: kconfig: check help texts for menuconfig and choice
` [PATCH 3/3] checkpatch: kconfig: prefer 'help' over '---help---'

[PATCH] builddeb: Fix header package regarding dtc source links
 2018-03-22  7:49 UTC  (3+ messages)

[PATCH] kbuild: Use ls(1) instead of stat(1) to obtain file size
 2018-03-21 13:34 UTC  (5+ messages)
` [PATCH v2] "

Intermittent build failure with TRIM_UNUSED_KSYMS and related problems
 2018-03-21 13:34 UTC  (16+ messages)

[PATCH v4 0/7] kbuild: various fix, clean-up, improvements of CONFIG_TRIM_UNUSED_KSYMS
 2018-03-20 15:35 UTC  (9+ messages)
` [PATCH v4 1/7] kbuild: clear LDFLAGS in the top Makefile
` [PATCH v4 2/7] kbuild: remove wrong 'touch' in adjust_autoksyms.sh
` [PATCH v4 3/7] kbuild: move 'scripts' target below
` [PATCH v4 4/7] kbuild: restore touching autoksyms.h to the top Makefile
` [PATCH v4 5/7] kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external module
` [PATCH v4 6/7] kbuild: move include/config/ksym/* to include/ksym/*
` [PATCH v4 7/7] kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS

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

[PATCH] kbuild: set no-integrated-as before incl. arch Makefile
 2018-03-20 15:33 UTC  (2+ messages)

[PATCH v4 0/1] Support for generalized use of make C={1,2} via a wrapper program
 2018-03-20  5:44 UTC  (6+ messages)
` [PATCH v4 1/1] runchecks: Generalize make C={1,2} to support multiple checkers

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

[PATCH kconfig] kconfig: lxdialog: clean string input with whitespace
 2018-03-19 12:09 UTC 

[PATCH 1/7] kbuild: rename real-objs-y/m to real-obj-y/m
 2018-03-19 11:32 UTC  (8+ messages)
` [PATCH 2/7] kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.a
` [PATCH 3/7] lib: zstd: clean up Makefile for simpler composite object handling
` [PATCH 4/7] net: liquidio: "
` [PATCH 5/7] kbuild: remove partial section mismatch detection for built-in.a
` [PATCH 6/7] kbuild: clean up built-in.a archive rule
` [PATCH 7/7] kbuild: clean up multi-used module link rule

[PATCH] kbuild: move cc-option and cc-disable-warning after incl. arch Makefile
 2018-03-19  2:37 UTC  (3+ messages)
`  "

Spende von € 3.400.000,00 EUR
 2018-03-17 20:41 UTC 

[PATCH 0/7] kbuild: various fix, clean-up, improvements of CONFIG_TRIM_UNUSED_KSYMS
 2018-03-16  7:20 UTC  (23+ 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 7/7] kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS
 2018-03-16  3:30 UTC  (2+ messages)

[PATCH v2 0/7] kbuild: various fix, clean-up, improvements of CONFIG_TRIM_UNUSED_KSYMS
 2018-03-16  2:37 UTC  (13+ messages)
` [PATCH v2 1/7] kbuild: clear LDFLAGS in the top Makefile
` [PATCH v2 2/7] kbuild: remove wrong 'touch' in adjust_autoksyms.sh
` [PATCH v2 3/7] kbuild: move 'scripts' target below
` [PATCH v2 4/7] kbuild: restore touching autoksyms.h to the top Makefile
` [PATCH v2 5/7] kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external module
` [PATCH v2 6/7] kbuild: move include/config/ksym/* to include/ksym/*
` [PATCH v2 7/7] kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS

[PATCH v3 00/11] Add Kconfig unit tests
 2018-03-15 15:01 UTC  (13+ 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] kconfig: do not include both curses.h and ncurses.h for nconfig
 2018-03-15  6:25 UTC 

[PATCH v2] kbuild: check for pkg-config on make {menu,n,g,x}config
 2018-03-15  5:50 UTC  (2+ messages)

[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

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

[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  (11+ messages)
` [PATCH v2 01/11] kbuild: define PYTHON2 and PYTHON3 variables instead of PYTHON
` [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] 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  (8+ messages)
` [PATCH v2 5/6] kconfig: invoke oldconfig instead of silentoldconfig from local*config
      ` [PATCH] kconfig: remove redundant streamline_config.pl prerequisite

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

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

[PATCH 1/3] fixdep: remove stale references to uml-config.h
 2018-03-05 14:49 UTC  (6+ messages)
  ` [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  (2+ messages)


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