From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966833AbcCPLMm (ORCPT ); Wed, 16 Mar 2016 07:12:42 -0400 Received: from mail-oi0-f45.google.com ([209.85.218.45]:35170 "EHLO mail-oi0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966610AbcCPLMh (ORCPT ); Wed, 16 Mar 2016 07:12:37 -0400 MIME-Version: 1.0 In-Reply-To: <15874870.hBfxUomX5V@wuerfel> References: <20160315174634.6766cd88@canb.auug.org.au> <20160315161901.GA2713@sudip-laptop> <20160315162228.GP17923@kvack.org> <15874870.hBfxUomX5V@wuerfel> Date: Wed, 16 Mar 2016 13:12:36 +0200 Message-ID: Subject: Re: linux-next: build failure after merge of the aio tree From: Andy Shevchenko To: Arnd Bergmann Cc: linuxppc-dev@lists.ozlabs.org, Benjamin LaHaise , Sudip Mukherjee , Stephen Rothwell , "linux-kernel@vger.kernel.org" , linux-next , Al Viro , Christoph Hellwig Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 16, 2016 at 12:02 AM, Arnd Bergmann wrote: > On Tuesday 15 March 2016 12:22:28 Benjamin LaHaise wrote: >> On Tue, Mar 15, 2016 at 04:19:02PM +0000, Sudip Mukherjee wrote: >> > On Tue, Mar 15, 2016 at 05:46:34PM +1100, Stephen Rothwell wrote: >> > > Hi Benjamin, >> > > >> > > After merging the aio tree, today's linux-next build (powerpc >> > > ppc44x_defconfig) failed like this: >> > > >> > > fs/built-in.o: In function `aio_thread_op_foo_at': >> > > aio.c:(.text+0x4dab4): undefined reference to `__get_user_bad' >> > > aio.c:(.text+0x4daec): undefined reference to `__get_user_bad' >> > > >> > > Caused by commit >> > > >> > > 150a0b4905f1 ("aio: add support for async openat()") >> > > >> > > despite commit >> > > >> > > d2f7a973e11e ("aio: don't use __get_user() for 64 bit values") >> > > >> I've removed everything from the aio-next.git tree for now. Will revisit >> after the merge window. I think it is the best solution right now. > I've also sent a patch that fixes the link error on ARM and that should > work on all other architectures too. In case of avr32 signalfd_read() fails. Does your patch help with it as well? P.S. Bisecting shows same culprit: 150a0b4905f1 ("aio: add support for async openat()") -- With Best Regards, Andy Shevchenko