On 06/19/2017 11:17 PM, Willy Tarreau wrote:
Hi Guenter,
On Tue, Jun 20, 2017 at 12:51:46AM +0200, Willy Tarreau wrote:
Hi Guenter,
On Mon, Jun 19, 2017 at 03:46:36PM -0700, Guenter Roeck wrote:
Build results:
total: 121 pass: 118 fail: 3
Failed builds:
arm:at91_dt_defconfig
arm:sama5_defconfig
s390:defconfig
Qemu test results:
total: 83 pass: 82 fail: 1
Failed tests:
s390:defconfig
Failures:
arm:
drivers/tty/serial/atmel_serial.c: In function 'atmel_flush_buffer':
drivers/tty/serial/atmel_serial.c:1097:24: error: 'struct atmel_uart_port' has no member named 'sg_tx'
OK I see which one it is (219/268), I'll drop it.
s390:
arch/s390/mm/mmap.c: In function 's390_mmap_check':
arch/s390/mm/mmap.c:108:27: error: 'TASK_MAX_SIZE' undeclared
Ah bad I already fixed another one in .106 but this one escaped,
it comes from 166/268, I'll fix it.
So the queue should be fixed now.
Confirmed. All builds and qemu tests passed with v3.10.106-267-g4242a2a.
Guenter