On Fri, Mar 24, 2017 at 7:56 PM, Mark Brown <broonie@xxxxxxxxxx> wrote: > On Tue, Mar 21, 2017 at 09:40:29PM +0100, Arnd Bergmann wrote: >> On Tue, Mar 21, 2017 at 9:10 PM, Julia Cartwright <julia@xxxxxx> wrote: > >> > drivers/tty/serial/amba-pl011.c: In function 'pl011_console_write': >> > include/linux/spinlock.h:256:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] > >> > Which looks like perhaps gcc is confused about the conditional >> > locking/unlocking in this function. > >> Mark might have a way of providing more verbose build logs, I don't >> think he has a web interface though. kernelci.org and >> http://arm-soc.lixom.net/buildlogs/ have some more logs, but don't >> build this tree. > > I do have https://builds.sirena.org.uk/ but it's just a dump of files. > I get "access denied" on that. Arnd