acl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Acl-devel] [PATCH] add 64-bit Arm xattr syscall numbers


From: Mike Frysinger
Subject: Re: [Acl-devel] [PATCH] add 64-bit Arm xattr syscall numbers
Date: Wed, 12 Dec 2012 15:47:12 -0500
User-agent: KMail/1.13.7 (Linux/3.6.5; KDE/4.6.5; x86_64; ; )

On Wednesday 12 December 2012 10:32:03 Riku Voipio wrote:
> The syscall numbers for Aarch64 (The official name for 64Bit arm) are
> defined in include/uapi/asm-generic/unistd.h. these numbers are also used
> by other architectures where there is no historic numbering of syscalls.
> Thus this patch uses the numbers on tilera (__tile__) and unicore
> (__unicore32__),
> 
> Applying this patch makes attr "make tests" pass on ext4 with Linux 3.7
> on the 64-Bit arm simulator.
> 
> Also, when making the next attr and acl release tarballs, make sure you run
> autoreconf autotools-dev 20120210.1 or later, to get aarch64 strings in
> config.sub and config.guess.

seems to me that this code is fundamentally taking the wrong approach.  it 
should just use SYS_xxx that sys/syscall.h already provides.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]