Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752591AbdFTJKM (ORCPT ); Tue, 20 Jun 2017 05:10:12 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:51959 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751979AbdFTJKK (ORCPT ); Tue, 20 Jun 2017 05:10:10 -0400 Subject: Re: [PATCH 3.10 000/268] 3.10.107-stable review To: Willy Tarreau Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org References: <1497897167-14556-1-git-send-email-w@1wt.eu> <20170619224636.GA6283@roeck-us.net> <20170619225146.GA15403@1wt.eu> <20170620061715.GA30174@1wt.eu> From: Guenter Roeck Message-ID: <8ddf86bb-a0fb-893c-eca4-0ac6134d2497@roeck-us.net> Date: Tue, 20 Jun 2017 02:10:08 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170620061715.GA30174@1wt.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1097 Lines: 42 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