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: Wed, 16 Mar 2016 14:59:38 +0100 Message-ID: <4892345.flKnDo9XDS@wuerfel> References: <20160315174634.6766cd88@canb.auug.org.au> <15874870.hBfxUomX5V@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: linuxppc-dev@lists.ozlabs.org Cc: Andy Shevchenko , Stephen Rothwell , "linux-kernel@vger.kernel.org" , Benjamin LaHaise , linux-next , Christoph Hellwig , Al Viro , Sudip Mukherjee List-Id: linux-next.vger.kernel.org On Wednesday 16 March 2016 13:12:36 Andy Shevchenko wrote: > > > 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()") I don't know. What is the symptom on avr32? My patch only removes the get_user() instances on 64-bit values and replaces them with a single copy_from_user() call. Arnd