Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754886AbbKQWJ6 (ORCPT ); Tue, 17 Nov 2015 17:09:58 -0500 Received: from mout.kundenserver.de ([212.227.126.187]:65484 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750867AbbKQWJ5 (ORCPT ); Tue, 17 Nov 2015 17:09:57 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Yury Norov , catalin.marinas@arm.com, linux-kernel@vger.kernel.org, pinskia@gmail.com, Prasun.Kapoor@caviumnetworks.com, schwab@suse.de, Nathan_Lynch@mentor.com, agraf@suse.de, klimov.linux@gmail.com, broonie@kernel.org, jan.dakinevich@gmail.com, ddaney.cavm@gmail.com, bamvor.zhangjian@huawei.com, philipp.tomsich@theobroma-systems.com, andrey.konovalov@linaro.org, joseph@codesourcery.com, christoph.muellner@theobroma-systems.com Subject: Re: [PATCH v6 16/19] aarch64: ilp32: use generic stat64 structure Date: Tue, 17 Nov 2015 23:09:05 +0100 Message-ID: <4020528.IPMzSqapue@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1447795019-30176-17-git-send-email-ynorov@caviumnetworks.com> References: <1447795019-30176-1-git-send-email-ynorov@caviumnetworks.com> <1447795019-30176-17-git-send-email-ynorov@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:ltdmSCaPnXudhkTdWBiDnLN06oqLVDqRS5eKCvMgTrLuqoQHS3r S8Fvjx0YLwGqA3U6/P6HPAnmcfKjJYQ5CnaSWUqaQhUo0yUga2ib6Un8Jhn9GKMKUCH1edy Y0pY+tGwoGYQ5znvd1mhH1CLwIsolfRjhGZvFnJiNG7jcY+sX1hs1tGN4o3CRRW+o3YGm8G wbCPetN1IcMt26XYZb52A== X-UI-Out-Filterresults: notjunk:1;V01:K0:95K/o2M9QhY=:YFvx+oV8lzdh0HD84Kcs+l SjKaiIF2xhCLqLS67FsicnCh5m9Zm45GHBGRu0zrFTnE1jW9TYQiaY+ZRPKQrBndDf6s4eLhB LehZ6WIBme8wNZi6n+scOhYa3SxdwrANbCISet0xAaxw7Mr3llNB1Uo2aGzzzif751IaR8IlQ D6UEkMY9mMaDUsZ8J8KYLplYATrTsLbr2MeFTSwu2dlWaFzELnwZ7HVadVxbTp6BTUxMoX72r gfpex5yXzAQT585vI5LvkgzGHEAHTVXWpoQnRd4maGh/R6dBOflGPVKObW74+iJ18u9kj4Umv 6UdlYfalyv7p6YxD41UT4CAWm17KYWWDUDqj4eafyRqPV0t/C57fxbG8EzOSMNjS8obq26gje x/JnIWaeMI/7s0QckEb90ik60FPxUwBd+b7zrDTHiyvI5pjc2phlq7xI8ozzh43WbCzGHRHPL cw5IE6Fe8bhlaGFTLPhU+a7umr1S4xZi6y5Ebqk3gl8VSipCDtW7hchP7Ojk1UujEofaspg2L 67y80fESvfcKvDS8gXd+xgA39r6TbyFqAJ39Ur54VlyeDDoT2UVvQvdxD4RCgVJd2dGC4yc/f 1ptMAHLMjO1MvqWHlAmPNtmk7fXVqrhKytEnwXWEe20n+2ZM9UUZFqm9d97VSuJ19UIWjxyPS hsBDOMsN5+le03FvemgDgO7ePSpxR9sabMN97eAROTC+l5g8rKWfSgLOjgzDPPXqxzs/x5hd8 SMZUueLp4fLlo5SJ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 719 Lines: 17 On Wednesday 18 November 2015 00:16:56 Yury Norov wrote: > Generic 32-bit and AARCH32 stat64 structures has same names. > ILP32 needs generic stat64. So we can either make ILP32 mutual > exclusive with AARCH32, or duplicate generic cp_new_stat64 code > and struct stat64 to sys_ilp32.c. We choose second because it's > more flexible to have independend support for ABIs. > I commented on the previous version, but you have not replied to that, or changed anything. Arnd -- 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/