
On Tue, Dec 05, 2017 at 03:06:55AM +0000, Peter Robinson wrote:
Hi Tom,
So it's release day and I've put up v2018.01-rc1. The merge window is now closed and I've updated git and the tarballs are also up now.
I think my patch queue is in OK shape currently, but I need to pick up a few series once I've had a chance to test them more, and I expect a new EFI PR to come along soon too. Once again, I'm going to otherwise try and be pretty strict about what goes in, and more so as time goes on. I will follow the usual rule of an -rc every other Monday and we're looking at release on Jan 8th, 2018.
I'm seeing some failures when just building the various utils with defconfig on Fedora 28 (gcc 7.2.1) on any architecture.
Peter
make -C /builddir/build/BUILD/u-boot-2018.01-rc1/builds KBUILD_SRC=/builddir/build/BUILD/u-boot-2018.01-rc1 \ -f /builddir/build/BUILD/u-boot-2018.01-rc1/Makefile defconfig make[1]: Entering directory '/builddir/build/BUILD/u-boot-2018.01-rc1/builds' make -f ../scripts/Makefile.build obj=scripts/basic ln -fsn .. source /bin/sh ../scripts/mkmakefile \ .. . 2018 01 GEN ./Makefile gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wp,-MD,scripts/basic/.fixdep.d -Iscripts/basic -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep ../scripts/basic/fixdep.c rm -f .tmp_quiet_recordmcount make -f ../scripts/Makefile.build obj=scripts/kconfig defconfig gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wp,-MD,scripts/kconfig/.conf.o.d -Iscripts/kconfig -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<curses.h>" -DLOCALE -DKBUILD_NO_NLS -c -o scripts/kconfig/conf.o ../scripts/kconfig/conf.c cat ../scripts/kconfig/zconf.tab.c_shipped > scripts/kconfig/zconf.tab.c cat ../scripts/kconfig/zconf.lex.c_shipped > scripts/kconfig/zconf.lex.c cat ../scripts/kconfig/zconf.hash.c_shipped > scripts/kconfig/zconf.hash.c ../scripts/kconfig/conf.c: In function 'check_stdin': ../scripts/kconfig/conf.c:78:3: error: format not a string literal and no format arguments [-Werror=format-security] printf(_("aborted!\n\n")); ^~~~~~
Something to sync from a recent kernel patch then? Thanks!