
Hi Tom,
It's release day and v2016.11-rc2 is out. I've tried to clean up my queue a bit, but I think there's still a few things I have outstanding. And I know I need to get some changes from Alexander for EFI stuff that I've already promised can come in. But we should also be moving towards release.
So I will be picking up some Kconfig related changes and making sure we have no (unexplained) binary size changes.
A perhaps less obvious change between -rc1 and -rc2 is that I've added test.py running for qemu-ppce500, qemu-x86, vexpress_ca15_tc2, vexpres_ca9x5 and integratorap_cm926ejs along with qemu-mips*.
I plan on doing -rc3 on the 31st.
Thanks all!
Not a regression but a heads up there's build issues with openssl 1.1 which recently (since rc1) landed in Fedora 26
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 -m64 -mtune=generic -o tools/mkenvimage tools/mkenvimage.o tools/os_support.o tools/lib/crc32.o In file included from tools/lib/rsa/rsa-sign.c:1:0: ../tools/../lib/rsa/rsa-sign.c: In function 'rsa_remove': ../tools/../lib/rsa/rsa-sign.c:156:2: warning: 'ERR_remove_thread_state' is deprecated [-Wdeprecated-declarations] ERR_remove_thread_state(NULL); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/opensslconf.h:42:0, from /usr/include/openssl/x509_vfy.h:20, from /usr/include/openssl/x509.h:309, from /usr/include/openssl/pem.h:17, from ../tools/../lib/rsa/rsa-sign.c:13, from tools/lib/rsa/rsa-sign.c:1: /usr/include/openssl/err.h:246:1: note: declared here DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *)) ^ In file included from tools/lib/rsa/rsa-sign.c:1:0: ../tools/../lib/rsa/rsa-sign.c: In function 'rsa_sign_with_key': ../tools/../lib/rsa/rsa-sign.c:213:2: warning: implicit declaration of function 'EVP_MD_CTX_cleanup' [-Wimplicit-function-declaration] EVP_MD_CTX_cleanup(context); ^~~~~~~~~~~~~~~~~~ ../tools/../lib/rsa/rsa-sign.c: In function 'rsa_get_exponent': ../tools/../lib/rsa/rsa-sign.c:279:21: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}' if (BN_num_bits(key->e) > 64) ^~ make[2]: *** [scripts/Makefile.host:116: tools/lib/rsa/rsa-sign.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/builddir/build/BUILD/u-boot-2016.11-rc2/builds' make[1]: *** [/builddir/build/BUILD/u-boot-2016.11-rc2/Makefile:1230: tools] Error 2 make: *** [Makefile:150: sub-make] Error 2