linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-26 16:47:00 to 2017-10-16 17:18:56 UTC [more...]

[kbuild:kbuild 15/16] /bin/sh: 1: cannot create arch/arm64/kernel/vdso/.cache.mk: Directory nonexistent
 2017-10-16 17:18 UTC  (3+ messages)

[PATCH v4 0/2] kbuild: Cache exploratory calls to the compiler
 2017-10-16 17:12 UTC  (3+ messages)
` [PATCH v4 1/2] kbuild: Add a cache for generated variables
` [PATCH v4 2/2] kbuild: Cache a few more calls to the compiler

[PATCH 0/4] Cleanup instrumentation avoidance
 2017-10-16 13:35 UTC  (6+ messages)
` [PATCH 1/4] kbuild: allow global override of CC instrumentation
` [PATCH 2/4] arm64: prevent instrumentation of LL/SC atomics
` [PATCH 3/4] kvm/arm64: simplify CC instrumentation opt-out
` [PATCH 4/4] arm64: vdso: remove pointless gcov option

[PATCH v2 0/5] kbuild: Use relative paths if possible
 2017-10-16 10:28 UTC  (8+ messages)
` [PATCH v2 3/5] kbuild: Use relative path for $(objtree)

[PATCH v3 0/2] kbuild: Cache exploratory calls to the compiler
 2017-10-15  7:48 UTC  (4+ messages)
` [PATCH v3 1/2] kbuild: Add a cache for generated variables
` [PATCH v3 2/2] kbuild: Cache a few more calls to the compiler

[PATCH] kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGS
 2017-10-15  7:48 UTC  (3+ messages)

[PATCH 0/3] ARM, hexagon, c6x: build: fix usage of CFLAGS_MODULE, LDFLAGS_MODULE
 2017-10-15  7:47 UTC  (6+ messages)
` [PATCH 1/3] ARM: add KBUILD_ prefix to "
` [PATCH 2/3] hexagon: "
` [PATCH 3/3] c6x: add KBUILD_ prefix to CFLAGS_MODULE

[PATCH 0/2] kbuild: use relative path from $(srctree) instead of __FILE__
 2017-10-14 20:15 UTC  (5+ messages)
` [PATCH 1/2] kbuild: add stringify helper to quote a string passed to C files
` [PATCH 2/2] kbuild: redefine __FILE__ as relative path from $(srctree) if possible

[PATCH v4 0/2] of: Add unit tests for applying overlays
 2017-10-13 23:08 UTC  (4+ messages)
` [PATCH v4 2/2] "

[RFC PATCH] kbuild: Allow specifying some base host CFLAGS
 2017-10-13 18:02 UTC 

[PATCH v2] kbuild: shrink .cache.mk when it exceeds 1000 lines
 2017-10-13 15:05 UTC  (2+ messages)

[PATCH] kbuild: shrink Makefile cache when it exceeds 1000 lines
 2017-10-13 11:10 UTC  (4+ messages)

[PATCH] Makefile: enable dochelp run from main make level
 2017-10-12 18:15 UTC  (7+ messages)

[PATCH] kbuild: do not call cc-option before KBUILD_CFLAGS initialization
 2017-10-12 17:12 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update my email address
 2017-10-12 13:43 UTC  (2+ messages)

[PATCH] kbuild: fix dependency of dtbs targets
 2017-10-12  1:01 UTC  (4+ messages)

[PATCH 1/4] kbuild: replace $(hdr-arch) with $(SRCARCH)
 2017-10-12  0:59 UTC  (14+ messages)
` [PATCH 2/4] kbuild: move "_all" target out of $(KBUILD_SRC) conditional
` [PATCH 3/4] kbuild: re-order the code to not parse unnecessary variables
` [RFC PATCH 4/4] kbuild: evaluate cc-option and friends only when building kernel

[PATCH] kbuild: clang: remove crufty HOSTCFLAGS
 2017-10-12  0:56 UTC  (8+ messages)
      ` [PATCH v2] "

[PATCH] kbuild: add forward declaration of default target to Makefile.asm-generic
 2017-10-11 16:21 UTC  (2+ messages)

[PATCH v2 0/2] kbuild: Cache exploratory calls to the compiler
 2017-10-11 16:20 UTC  (7+ messages)
` [PATCH v2 1/2] kbuild: Add a cache for generated variables
` [PATCH v2 2/2] kbuild: Cache a few more calls to the compiler

[PATCH] kbuild: comments cleanup in Makefile.lib
 2017-10-10 11:44 UTC  (4+ messages)

[PATCH] kbuild: allow making undefined symbols fatal for external modules
 2017-10-10  9:04 UTC  (3+ messages)

[RFC PATCH 0/2] kbuild: Cache exploratory calls to the compiler
 2017-10-10  0:52 UTC  (8+ messages)
` [RFC PATCH 1/2] kbuild: Add a cache for generated variables
` [RFC PATCH 2/2] kbuild: Cache a few more calls to the compiler

[PATCH 1/9] kbuild: rpm-pkg: remove ppc64 specific image handling
 2017-10-09 16:43 UTC  (10+ messages)
` [PATCH 2/9] kbuild: rpm-pkg: install vmlinux.bz2 unconditionally
` [PATCH 3/9] kbuild: rpm-pkg: clean up mkspec
` [PATCH 4/9] kbuild: rpm-pkg: refactor mkspec with here doc
` [PATCH 5/9] kbuild: rpm-pkg: fix build error when CONFIG_MODULES is disabled
` [PATCH 6/9] kbuild: rpm-pkg: replace $RPM_BUILD_ROOT with %{buildroot}
` [PATCH 7/9] kbuild: rpm-pkg: fix jobserver unavailable warning
` [PATCH 8/9] kbuild: rpm-pkg: keep spec file until make mrproper
` [PATCH 9/9] kbuild: rpm-pkg: do not force -jN in submake

[PATCH] hexagon: get rid of #include <generated/compile.h>
 2017-10-09 16:31 UTC  (5+ messages)

[PATCH v2] kconfig: Remove menu_end_entry()
 2017-10-09  8:20 UTC  (3+ messages)

[PATCH v2] kbuild: comments cleanup in Makefile.lib
 2017-10-09  3:49 UTC 

[PATCH 0/6] kconfig: Fix memory leaks during parsing
 2017-10-08 22:25 UTC  (8+ messages)
` [PATCH 1/6] kconfig: Don't leak symbol names "
` [PATCH 2/6] kconfig: Don't leak 'source' filenames "
` [PATCH 3/6] kconfig: Don't leak 'option' arguments "
` [PATCH 4/6] Kconfig: Don't leak main menus "
` [PATCH 5/6] kconfig: Don't leak help strings "
` [PATCH 6/6] kconfig: Regenerate parser

[PATCH] kconfig: Document important expression functions
 2017-10-08 17:50 UTC 

[PATCH] kconfig: Document automatic submenu creation code
 2017-10-08 17:42 UTC 

[PATCH 0/3] kconfig: Fix expression memory leaks
 2017-10-08 17:35 UTC  (4+ messages)
` [PATCH 1/3] kconfig: Fix automatic menu creation mem leak
` [PATCH 2/3] kconfig: Fix expr_free() E_NOT leak
` [PATCH 3/3] kconfig: Fix choice symbol expression leak

[PATCH] Makefile: kselftest: fix grammar typo
 2017-10-07 11:10 UTC  (2+ messages)

[PATCH 1/2] kbuild: link-vmlinux.sh: simplify .version increment
 2017-10-05 20:23 UTC  (4+ messages)
` [PATCH 2/2] kbuild: mkcompile_h: do not create .version

[PATCH] kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)
 2017-10-05 20:17 UTC  (3+ messages)

[PATCH] kbuild: Fix optimization level choice default
 2017-10-05 20:04 UTC  (3+ messages)

[PATCH] kbuild: drop unused symverfile in Makefile.modpost
 2017-10-05 20:03 UTC  (2+ messages)

[PATCH v3] scripts/package/builddeb: split generating packaging and build
 2017-10-05 17:45 UTC  (5+ messages)

[PATCH 0/3] kconfig: Make 'm' safe before modules symbol is defined
 2017-10-05 12:01 UTC  (4+ messages)
` [PATCH 1/3] kconfig: Rename menu_check_dep() to rewrite_m()
` [PATCH 2/3] kconfig: Clarify expression rewriting
` [PATCH 3/3] kconfig: Clean up modules handling and fix crash

[PATCH] kconfig: Document the 'symbol' struct
 2017-10-05  3:14 UTC  (2+ messages)

[PATCH] kconfig: Document the 'menu' struct
 2017-10-05  3:13 UTC  (2+ messages)

[PATCH] kconfig: Warn if choice default is not in choice
 2017-10-05  3:12 UTC  (3+ messages)

[PATCH] kconfig: Sync zconf.y with zconf.tab.c_shipped
 2017-10-05  3:06 UTC 

[PATCH] kconfig: Remove menu_end_entry()
 2017-10-05  2:36 UTC 

[PATCH 0/3] Makefile: Introduce CONFIG_CC_STACKPROTECTOR_AUTO
 2017-10-04 17:15 UTC  (10+ messages)
` [PATCH 1/3] sh/boot: Add static stack-protector to pre-kernel
` [PATCH 2/3] Makefile: Move stackprotector availability out of Kconfig
    ` [kernel-hardening] "
` [PATCH 3/3] Makefile: Introduce CONFIG_CC_STACKPROTECTOR_AUTO
` [kernel-hardening] [PATCH 0/3] "

[RFC PATCH 0/2] build: Pass CC, CFLAGS, ... to tools build from main Makefile
 2017-10-04 16:22 UTC  (7+ messages)
` [RFC PATCH 1/2] kbuild: Pass HOSTCC and similar to tools Makefiles

[PATCH] sh: remove pointless select of KBUILD_DEFCONFIG
 2017-10-04  9:33 UTC 

[PATCH v3 1/1] kconfig: menuconfig make "selected by:" readable
 2017-10-04  9:19 UTC  (7+ messages)

[PATCH] Makefile: Fix CONFIG_CC_STACKPROTECTOR_AUTO to not enable SSP
 2017-10-03 18:32 UTC 

[PATCH v4 0/9] bring back stack frame warning with KASAN
 2017-10-03 18:10 UTC  (16+ messages)
` [PATCH v4 4/9] em28xx: fix em28xx_dvb_init for KASAN
                  ` [PATCH] string.h: work around for increased stack usage
` [PATCH v4 9/9] kasan: rework Kconfig settings

[PATCH v4 2/9] brcmsmac: split up wlc_phy_workarounds_nphy
 2017-10-02 13:55 UTC  (2+ messages)
` [v4,2/9] "

[PATCH v4 1/9] brcmsmac: make some local variables 'static const' to reduce stack size
 2017-10-02 13:53 UTC  (2+ messages)
` [v4, "

Fail to build Linux with O= in master
 2017-10-02 11:20 UTC  (3+ messages)

[PATCH v2] scripts/package/builddeb: split generating packaging and build
 2017-10-02  8:59 UTC  (4+ messages)

Wrong -dirty suffix set by setlocalversion (was: BUG in git diff-index)
 2017-09-27 21:06 UTC 


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).