Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751689AbdFTGSA (ORCPT + 2 others); Tue, 20 Jun 2017 02:18:00 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:52853 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750863AbdFTGR6 (ORCPT ); Tue, 20 Jun 2017 02:17:58 -0400 Date: Tue, 20 Jun 2017 08:17:15 +0200 From: Willy Tarreau To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 3.10 000/268] 3.10.107-stable review Message-ID: <20170620061715.GA30174@1wt.eu> References: <1497897167-14556-1-git-send-email-w@1wt.eu> <20170619224636.GA6283@roeck-us.net> <20170619225146.GA15403@1wt.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170619225146.GA15403@1wt.eu> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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. Thanks! Willy