This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] asm-generic ABI: Allow statx syscall despite fstatat64,fstat64
- From: Vineet Gupta <Vineet dot Gupta1 at synopsys dot com>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>, "arnd at arndb dot de" <arnd at arndb dot de>, "linux-snps-arc at lists dot infradead dot org" <linux-snps-arc at lists dot infradead dot org>, "alistair23 at gmail dot com" <alistair23 at gmail dot com>, "lukma at denx dot de" <lukma at denx dot de>
- Date: Mon, 24 Feb 2020 19:03:03 +0000
- Subject: Re: [PATCH] asm-generic ABI: Allow statx syscall despite fstatat64,fstat64
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=synopsys.com; dmarc=pass action=none header.from=synopsys.com; dkim=pass header.d=synopsys.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=HfuV9U71U8kiGhkhu/J/mog1RJHsWxgECrZHI2P69fw=; b=TIjz/2EvEcvhV9eWo4itLYrM/Qyh9OPbT+W3v1MnC6Lj+64q2xrjIprFUN7r24yNBbPuXKVW3YNuZhVnWVUZpP9EHloChn0aib1Js8t8fkEXmQn+8EIBwFejn+yRILunpQNxCCeDAwB0v56MsvuLqLP3/Xxtej6mIEo5BUweOLddqvjd+oNKi0R3sIBpes8YdQNTBWhl3mH9T5MJce1NhfOyjG4YGgn/GZuPFrqJSBMsWSptbvlK91WI3QYOQAU/43K886FHvN2C/GAl0IISLi9nQ1nHIbrT13osb3Ykuo5PUgVXfy8ktCrNj0OQBFbNXV8ckcNml93J0MsTO6jytw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LbvazAZrrpreQriIW4dIaY6ut6dRKbsKtL1SNQJp6Y9NTDP5xCHRfhFSY8q/OqdEXJQ4tTjx6jXZDRbA+MEOann7ixkkQNzGYLsAa6ZiXwekea4yu9VtOovZ0PKC0I6rWdm9A1i7ahDrEjYxOydN1PSHNetroCaS4SMJYetJV976mI7h8jrdqreTwyTyAUguDwnuii6MFlCEbeo2yY3jZH0dorO1z5WK+sGH4AKk5EFmjmrcyVdA5/nPRoBh/pdHT4a8pFWGHmE7qa1GSYj2l9VYgf68TkbHVaRP9LOa8HLOEVLI+ulrZLlZ081yXjaBeIoaMR6I9GAqHeWTusRjZg==
- References: <20200224182305.28027-1-vgupta@synopsys.com> <87wo8bn839.fsf@oldenburg2.str.redhat.com>
On 2/24/20 10:39 AM, Florian Weimer wrote:
>> +# undef STAT64_IS_NOT_KERNEL_STAT64
>
> Sorry, I think that going forward, we prefer that such macros are always
> defined, with values 0 or 1 as appropriate.
And that means we also need to additionally define this to 0 in all ports which
don't end up including the generic header ?
Thx,
-Vineet