Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758223AbbLBN6C (ORCPT ); Wed, 2 Dec 2015 08:58:02 -0500 Received: from foss.arm.com ([217.140.101.70]:42675 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753331AbbLBN6B (ORCPT ); Wed, 2 Dec 2015 08:58:01 -0500 Date: Wed, 2 Dec 2015 13:57:57 +0000 From: Will Deacon To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Yury Norov , pinskia@gmail.com, Prasun.Kapoor@caviumnetworks.com, catalin.marinas@arm.com, Nathan_Lynch@mentor.com, linux-kernel@vger.kernel.org, agraf@suse.de, klimov.linux@gmail.com, broonie@kernel.org, jan.dakinevich@gmail.com, joseph@codesourcery.com, ddaney.cavm@gmail.com, schwab@suse.de, bamvor.zhangjian@huawei.com, philipp.tomsich@theobroma-systems.com, andrey.konovalov@linaro.org, christoph.muellner@theobroma-systems.com Subject: Re: [PATCH v6 14/19] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it Message-ID: <20151202135757.GA6367@arm.com> References: <1447795019-30176-1-git-send-email-ynorov@caviumnetworks.com> <20151202103522.GB21461@yury-N73SV> <2623148.F7bGmbuQQh@wuerfel> <7159845.QvBivUPZSS@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7159845.QvBivUPZSS@wuerfel> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1390 Lines: 37 On Wed, Dec 02, 2015 at 02:54:18PM +0100, Arnd Bergmann wrote: > On Wednesday 02 December 2015 14:46:32 Arnd Bergmann wrote: > > On Wednesday 02 December 2015 13:35:22 Yury Norov wrote: > > > On Wed, Dec 02, 2015 at 09:37:05AM +0100, Arnd Bergmann wrote: > > > > The 4*PAGE_SIZE on ARM is an architecture specific oddity, I believe > > > > to work around aliasing caches on ARMv6. As no other architecture does > > > > this, we're probably better off not duplicating it for aarch64-ilp32 > > > > and just use sys_shmat as your v6 patch does. > > > > Arnd > > > > > > If you feel ARMv6 fix for caches will come soon, just ignore it. > > > Otherwise, please pull it because compat_sys_shmat is broken now > > > for 64K pages. > > > > > > Signed-off-by: Yury Norov > > > > > > > Sounds good. Will, do you want to take this for the arm64 tree. > > > > Acked-by: Arnd Bergmann > > (actually Cc Will Deacon) > > Will or Catalin, does this look ok to you? Looks ok on the face of it (although I haven't tried compat w/ 64k pages). I'll take it via the arm64 tree with your ack. Cheers, Will -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/