From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: linux-next: build failure after merge of the aio tree Date: Tue, 15 Mar 2016 17:42:41 +0100 Message-ID: <5520023.cASC7FRVoJ@wuerfel> References: <20160315174634.6766cd88@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from mout.kundenserver.de ([217.72.192.74]:62416 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934196AbcCOQmw (ORCPT ); Tue, 15 Mar 2016 12:42:52 -0400 In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: linuxppc-dev@lists.ozlabs.org Cc: Andy Shevchenko , Stephen Rothwell , "linux-kernel@vger.kernel.org" , Benjamin LaHaise , linux-next , Christoph Hellwig , Al Viro On Tuesday 15 March 2016 16:38:51 Andy Shevchenko wrote: > On Tue, Mar 15, 2016 at 8:46 AM, 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' > > avr32 seems affected as well and the below solution is not suitable > (should be much more verbose in asm, I guess). > ARM as well, at least for ARMv7-M. Arnd