public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-08 06:51:30 to 2018-03-27 05:32:00 UTC [more...]

[PATCH v2 00/21] kconfig: move compiler capability tests to Kconfig
 2018-03-27  5:29 UTC  (8+ messages)
` [PATCH v2 03/21] kconfig: move and rename sym_expand_string_value()
` [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 10/21] kconfig: add 'success' and 'cc-option' macros
` [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 01/10] .gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore
 2018-03-27  4:08 UTC  (18+ messages)
` [PATCH 02/10] kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile
` [PATCH 04/10] kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically
` [PATCH 05/10] kbuild: add %.dtb.S and %.dtb "
` [PATCH 06/10] .gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
` [PATCH 07/10] kbuild: clean up *-asn1.[ch] patterns from top-level Makefile
` [PATCH 08/10] kbuild: rename *-asn1.[ch] to *.asn.[ch]
` [PATCH 09/10] kbuild: add *.asn1.[ch] to 'targets' automatically
` [PATCH 10/10] kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS specifier

[PATCH v2,10/10] kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers
 2018-03-26 15:53 UTC 

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

[PATCH] kconfig: do not include both curses.h and ncurses.h for nconfig
 2018-03-26 15:23 UTC  (2+ messages)

[PATCH] kbuild: rpm-pkg: Support GNU tar >= 1.29
 2018-03-26 15:22 UTC  (2+ messages)

[PATCH] objtool: fix build with future Make
 2018-03-26 11:48 UTC  (4+ messages)
` [PATCH 2/1] Kbuild: fix # escaping in .cmd files for "

[PATCH v2] scripts/kconfig: cleanup symbol handling code
 2018-03-26  2:04 UTC  (3+ messages)

[kbuild:kconfig-shell-v2 36/53] scripts/kconfig/zconf.tab.c:2483:10: fatal error: env.c: No such file or directory
 2018-03-25 17:30 UTC 

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

[PATCH 0/5] kbuild: always define KBUILD_MODNAME, and clean-up/fix modname
 2018-03-09  7:33 UTC  (14+ 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 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 


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