Hi Linus, this series by Josh finishes the removal of __DATE__ and __TIME__ from the kernel. The last patch adds -Werror=date-time to KBUILD_CFLAGS to stop these from reappearing. Part of the series went through Greg's trees during this merge window, which is why this pull request is not based on v3.13-rc1. Thanks, Michal The following changes since commit ec513b16c480c6cdda1e3d597e611eafca05227b: Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2014-01-20 16:13:02 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git drop-time Josh Triplett (4): mtd: denali: Drop print of build date/time net: wireless: brcm80211: Drop debug version with build date/time x86: math-emu: Drop already-disabled print of build date Makefile: Build with -Werror=date-time if the compiler supports it Makefile | 3 +++ arch/x86/math-emu/errors.c | 5 ----- drivers/mtd/nand/denali_pci.c | 1 - .../net/wireless/brcm80211/brcmfmac/dhd_common.c | 7 ------- 4 files changed, 3 insertions(+), 13 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html