From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933288AbcBYQsk (ORCPT ); Thu, 25 Feb 2016 11:48:40 -0500 Received: from mail132-22.atl131.mandrillapp.com ([198.2.132.22]:21230 "EHLO mail132-22.atl131.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760900AbcBYQsi (ORCPT ); Thu, 25 Feb 2016 11:48:38 -0500 X-Greylist: delayed 902 seconds by postgrey-1.27 at vger.kernel.org; Thu, 25 Feb 2016 11:48:38 EST From: Greg Kroah-Hartman Subject: Re: [PATCH 3.10 00/54] 3.10.98-stable review To: Guenter Roeck Cc: , , , , , Message-Id: <20160225163329.GA20839@kroah.com> References: <20160224033352.613205610@linuxfoundation.org> <56CE89A1.7050606@roeck-us.net> In-Reply-To: <56CE89A1.7050606@roeck-us.net> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.6ae8d23a377b42729889a5fba8071271 X-Mandrill-User: md_30481620 Date: Thu, 25 Feb 2016 16:33:35 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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... thanks, greg k-h