From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751956AbcF0HwG (ORCPT ); Mon, 27 Jun 2016 03:52:06 -0400 Received: from mx2.suse.de ([195.135.220.15]:44889 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751638AbcF0HwE (ORCPT ); Mon, 27 Jun 2016 03:52:04 -0400 From: Andreas Schwab To: Yury Norov Cc: , , , , , , , , , , , Yury Norov Subject: Re: [PATCH 22/27] [AARCH64] ILP32: support stat syscall family References: <1466485631-3532-1-git-send-email-ynorov@caviumnetworks.com> <1466485631-3532-24-git-send-email-ynorov@caviumnetworks.com> X-Yow: Didn't KIERKEGAARD wear out his TIRES in VIENNA during a SNOWSTORM of FREUD's unpaid DENTAL BILLS? Date: Mon, 27 Jun 2016 09:51:57 +0200 In-Reply-To: <1466485631-3532-24-git-send-email-ynorov@caviumnetworks.com> (Yury Norov's message of "Tue, 21 Jun 2016 08:07:06 +0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Yury Norov writes: > From: Yury Norov > > stat and statfs structures has their layouts identical to lp64 > after changing off_t, ino_t etc sizes to 64-bit. It means we can > pass it to kernel same way as lp64 does. > > Signed-off-by: Yury Norov > --- > sysdeps/unix/sysv/linux/aarch64/bits/stat.h | 195 +++++++++++++++++++++ > sysdeps/unix/sysv/linux/aarch64/bits/statfs.h | 72 ++++++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/fstatfs.c | 29 +++ > sysdeps/unix/sysv/linux/aarch64/ilp32/fstatfs64.c | 72 ++++++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/fxstat.c | 51 ++++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/fxstat64.c | 54 ++++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/fxstatat.c | 48 +++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/fxstatat64.c | 52 ++++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/lxstat.c | 47 +++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/statfs.c | 30 ++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/statfs64.c | 29 +++ > sysdeps/unix/sysv/linux/aarch64/ilp32/xstat.c | 47 +++++ > sysdeps/unix/sysv/linux/aarch64/ilp32/xstat64.c | 47 +++++ > 13 files changed, 773 insertions(+) > create mode 100644 sysdeps/unix/sysv/linux/aarch64/bits/stat.h > create mode 100644 sysdeps/unix/sysv/linux/aarch64/bits/statfs.h > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/fstatfs.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/fstatfs64.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/fxstat.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/fxstat64.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/fxstatat.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/fxstatat64.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/lxstat.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/statfs.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/statfs64.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/xstat.c > create mode 100644 sysdeps/unix/sysv/linux/aarch64/ilp32/xstat64.c This is missing lxstat64. Without that the perl testsuite fails. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."