public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [ANN] U-Boot v2016.11-rc2 released
@ 2016-10-18  0:15 Tom Rini
  2016-10-18  5:02 ` Heiko Schocher
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tom Rini @ 2016-10-18  0:15 UTC (permalink / raw)
  To: u-boot

Hey all,

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161017/23c5f791/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [ANN] U-Boot v2016.11-rc2 released
  2016-10-18  0:15 [U-Boot] [ANN] U-Boot v2016.11-rc2 released Tom Rini
@ 2016-10-18  5:02 ` Heiko Schocher
  2016-10-18  8:45 ` Peter Robinson
  2016-10-21  1:52 ` Masahiro Yamada
  2 siblings, 0 replies; 4+ messages in thread
From: Heiko Schocher @ 2016-10-18  5:02 UTC (permalink / raw)
  To: u-boot

Hello Tom,

Am 18.10.2016 um 02:15 schrieb Tom Rini:
> Hey all,
>
> 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!

rc2 is working on

powerpc TQM5200 board
http://xeidos.ddns.net/tests/test_db_auslesen.php#132

am335x shc:
http://xeidos.ddns.net/tests/test_db_auslesen.php#135

at91 corvus and smartweb board:
(The automated build fails, as I apply local patches, one failed with
  rc2 ... fixed it, as similiar patch is now in mainline, so I had
  to start the builds manually for the 2 boards)
http://xeidos.ddns.net/tests/test_db_auslesen.php#137
http://xeidos.ddns.net/tests/test_db_auslesen.php#138

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [ANN] U-Boot v2016.11-rc2 released
  2016-10-18  0:15 [U-Boot] [ANN] U-Boot v2016.11-rc2 released Tom Rini
  2016-10-18  5:02 ` Heiko Schocher
@ 2016-10-18  8:45 ` Peter Robinson
  2016-10-21  1:52 ` Masahiro Yamada
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Robinson @ 2016-10-18  8:45 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [ANN] U-Boot v2016.11-rc2 released
  2016-10-18  0:15 [U-Boot] [ANN] U-Boot v2016.11-rc2 released Tom Rini
  2016-10-18  5:02 ` Heiko Schocher
  2016-10-18  8:45 ` Peter Robinson
@ 2016-10-21  1:52 ` Masahiro Yamada
  2 siblings, 0 replies; 4+ messages in thread
From: Masahiro Yamada @ 2016-10-21  1:52 UTC (permalink / raw)
  To: u-boot

2016-10-18 9:15 GMT+09:00 Tom Rini <trini@konsulko.com>:
> Hey all,
>
> 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.


All of my uniphier boards are broken
because the pinctrl (full) driver is broken on -rc2 release.
(perhaps, sore more boards were affected by the libfdt sync?)

Let's fix it asap with the following patches, shall we?
http://patchwork.ozlabs.org/patch/682869/
http://patchwork.ozlabs.org/patch/682868/


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-10-21  1:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-18  0:15 [U-Boot] [ANN] U-Boot v2016.11-rc2 released Tom Rini
2016-10-18  5:02 ` Heiko Schocher
2016-10-18  8:45 ` Peter Robinson
2016-10-21  1:52 ` Masahiro Yamada

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