Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758533AbbLBNrc (ORCPT ); Wed, 2 Dec 2015 08:47:32 -0500 Received: from mout.kundenserver.de ([212.227.126.134]:56994 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758272AbbLBNr3 (ORCPT ); Wed, 2 Dec 2015 08:47:29 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: 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 Date: Wed, 02 Dec 2015 14:46:32 +0100 Message-ID: <2623148.F7bGmbuQQh@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20151202103522.GB21461@yury-N73SV> References: <1447795019-30176-1-git-send-email-ynorov@caviumnetworks.com> <1712431.VUth4NvudT@wuerfel> <20151202103522.GB21461@yury-N73SV> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:i29GplRYW1QL7MTsCg7rZf4DrPiRaP43QjzeJ6SPP61gL/itmGl HrI4OqpPm99BH05qbDlImAckkpXz4nuPBWwM4Y3I17UT0zJGQVj9ERblAptVUSzdPxYOAyQ Sq1NSiz2s6qjsCMCEBQUZzLID772IzszMPAK6VtuVx801U5kJv3TWRgYoMlP0yNED42Ht9Z VYFg88upH+YJjb6LiLn0Q== X-UI-Out-Filterresults: notjunk:1;V01:K0:T1TfHbgpiEQ=:77UfRSj/96psVjzBu69L5K 9UR1LTKoh1+v0uP67XvuRedGHBBLqqtrP3zTqMW0MHYWVmSYDSMO0rzrhDDLpmeEppJ4lDa7d ZS5THrZhpvZp7XR2gxMXrbGAfa09xRR8HAGPJAiwDiaNI+EuL7kbAQ4mEUDq3gBE0u8Hj5jVS AsOAbu/kSMyM4FQYAaScVnVp73c3ig+BjFstD2G+4pdHjsxtRI7hNi8hcrF4HzgsBlyLrE2Rc MSuco/ndhMJKkzWmIoVneS3JNpztLIL7zse0Z7O7KfiPP/lwYTECBPeph2ypj3Pq+8/d9AC5N 8tAG2LIi4AZJ/5Zq8ntGH47PYH6kr1QtM+AT/A+4xEOpflbRibu585jH4jpKexazyko4A5D2/ 4N4xcBXsNXVlYlNRe1J1/E7dwsWME5qrdlVucnJXkPI9hxvZz5Yleo45RihOzJesv89vlnqDa DuZ+oeJ10J43L8XNDQdgxnJQG9ckUTimBCpL+geGAeJmczXN95zTusJOiLW7wePi1UPViv2eq 0tQ/zv42pZD41H2f1ETkElCYundFO31hUyvBBPO8ONUZzZFJlbmP0h4f2pEaE6Tr6kPTBmIbH 4q4wDZdX6+4vxrG763gVSdsV3FZEk/RGu+T4UimUHda5N6/ExFGzxaz1yPLyedWUyXTClpAqE QnkLuje4xbThUOj8IzYye4vregjGMybqvl+5jiCpv0aZy8CKWBXB8temsSZy3nj33GM+PBOCn CkG+UDwmMKvStjAo Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 975 Lines: 23 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 -- 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/