From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Metcalf Subject: Re: [PATCH 1/2] compat ABI: use non-compat openat and open_by_handle_at variants Date: Mon, 28 Dec 2015 12:57:56 -0500 Message-ID: <56817824.8020609@ezchip.com> References: <1451146000-5646-1-git-send-email-ynorov@caviumnetworks.com> <1451146000-5646-2-git-send-email-ynorov@caviumnetworks.com> <5945276.2UuG1prsU3@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5945276.2UuG1prsU3@wuerfel> Sender: linux-kernel-owner@vger.kernel.org To: Arnd Bergmann , Yury Norov Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, klimov.linux@gmail.com List-Id: linux-arch.vger.kernel.org On 12/28/2015 06:18 AM, Arnd Bergmann wrote: > On Saturday 26 December 2015 19:06:39 Yury Norov wrote: >> >The only difference is that non-compat version forces O_LARGEFILE, >> >and it should be the default behaviour for all architectures, as >> >we don't support 32-bit off_t. The only exception is tile32, that >> >continues with compat version of syscalls. >> > >> >Signed-off-by: Yury Norov > Looks good, > > Acked-by: Arnd Bergmann > > (adding Chris to Cc a well, in case he has further comments) Seems plausible. Acked-by: Chris Metcalf [for tile] -- Chris Metcalf, EZChip Semiconductor http://www.ezchip.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-am1on0096.outbound.protection.outlook.com ([157.56.112.96]:12849 "EHLO emea01-am1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751199AbbL1SMS (ORCPT ); Mon, 28 Dec 2015 13:12:18 -0500 Subject: Re: [PATCH 1/2] compat ABI: use non-compat openat and open_by_handle_at variants References: <1451146000-5646-1-git-send-email-ynorov@caviumnetworks.com> <1451146000-5646-2-git-send-email-ynorov@caviumnetworks.com> <5945276.2UuG1prsU3@wuerfel> From: Chris Metcalf Message-ID: <56817824.8020609@ezchip.com> Date: Mon, 28 Dec 2015 12:57:56 -0500 MIME-Version: 1.0 In-Reply-To: <5945276.2UuG1prsU3@wuerfel> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann , Yury Norov Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, klimov.linux@gmail.com Message-ID: <20151228175756.vm1vYtPOWcI-3RurPhoGCq0Ra5a7a_Ko414xuMmMbDg@z> On 12/28/2015 06:18 AM, Arnd Bergmann wrote: > On Saturday 26 December 2015 19:06:39 Yury Norov wrote: >> >The only difference is that non-compat version forces O_LARGEFILE, >> >and it should be the default behaviour for all architectures, as >> >we don't support 32-bit off_t. The only exception is tile32, that >> >continues with compat version of syscalls. >> > >> >Signed-off-by: Yury Norov > Looks good, > > Acked-by: Arnd Bergmann > > (adding Chris to Cc a well, in case he has further comments) Seems plausible. Acked-by: Chris Metcalf [for tile] -- Chris Metcalf, EZChip Semiconductor http://www.ezchip.com