From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933305AbcBYRB5 (ORCPT ); Thu, 25 Feb 2016 12:01:57 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:40083 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933183AbcBYRBy (ORCPT ); Thu, 25 Feb 2016 12:01:54 -0500 Subject: Re: [PATCH 3.10 00/54] 3.10.98-stable review To: Greg Kroah-Hartman References: <20160224033352.613205610@linuxfoundation.org> <56CE89A1.7050606@roeck-us.net> <20160225163329.GA20839@kroah.com> Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org From: Guenter Roeck Message-ID: <56CF337E.5060300@roeck-us.net> Date: Thu, 25 Feb 2016 09:01:50 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160225163329.GA20839@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 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 On 02/25/2016 08:33 AM, Greg Kroah-Hartman wrote: > On Wed, Feb 24, 2016 at 08:57:05PM -0800, Guenter Roeck wrote: >> On 02/23/2016 07:33 PM, Greg Kroah-Hartman wrote: >>> This is the start of the stable review cycle for the 3.10.98 release. >>> There are 54 patches in this series, all will be posted as a response >>> to this one. If anyone has any issues with these being applied, please >>> let me know. >>> >>> Responses should be made by Fri Feb 26 03:33:35 UTC 2016. >>> Anything received after that time might be too late. >>> >> >> Build results: >> total: 122 pass: 120 fail: 2 >> Failed builds: >> mn10300:asb2303_defconfig >> mn10300:asb2364_defconfig >> Qemu test results: >> total: 72 pass: 72 fail: 0 >> >> The build error is: >> >> fs/aio.c: In function 'aio_setup_single_vector': >> fs/aio.c:982:12: error: 'PAGE_CACHE_MASK' undeclared >> >> This is caused by 'AIO: properly check iovec sizes'. > > Oh that's just crazy... > > And, an attempt to include results in an include loop > preventing that from working properly. > > Ugh, how about I just leave this as-is until someone for that arch > actually cares enough to fix it up? Playing include-file-whack-a-mole > is not a fun thing to do... > Sure, fine with me. Guenter