From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [PATCH resend 01/15] asm-generic: allow generic unaligned access if the arch supports it Date: Tue, 6 May 2014 16:14:11 +0100 Message-ID: <20140506151410.GG23957@arm.com> References: <1398959381-8126-1-git-send-email-ard.biesheuvel@linaro.org> <1398959381-8126-2-git-send-email-ard.biesheuvel@linaro.org> <20140506143120.GD23957@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "linux-arm-kernel@lists.infradead.org" , "linux-crypto@vger.kernel.org" , Will Deacon , "steve.capper@linaro.org" , Russell King - ARM Linux To: Ard Biesheuvel Return-path: Received: from fw-tnat.austin.arm.com ([217.140.110.23]:48688 "EHLO collaborate-mta1.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752511AbaEFPOs (ORCPT ); Tue, 6 May 2014 11:14:48 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-crypto-owner@vger.kernel.org List-ID: On Tue, May 06, 2014 at 03:34:23PM +0100, Ard Biesheuvel wrote: > On 6 May 2014 16:31, Catalin Marinas wrote: > > On Thu, May 01, 2014 at 04:49:33PM +0100, Ard Biesheuvel wrote: > >> Switch the default unaligned access method to 'hardware implemented' > >> if HAVE_EFFICIENT_UNALIGNED_ACCESS is set. > >> > >> Signed-off-by: Ard Biesheuvel > >> Acked-by: Arnd Bergmann > >> --- > >> include/asm-generic/unaligned.h | 21 +++++++++++++-------- > >> 1 file changed, 13 insertions(+), 8 deletions(-) > > > > I'm happy to take this patch via the arm64 tree. But arm is affected as > > well, so it would be good to know if Russell has any objections (cc'ed). > > > > Patch below for reference. Thanks. > > > > Russell has already replied to that: > http://marc.info/?l=linux-arm-kernel&m=139696976302889&w=2 Thanks. -- Catalin