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: Riku Voipio
Subject: Re: [Acl-devel] [PATCH] add 64-bit Arm xattr syscall numbers
Date: Thu, 13 Dec 2012 11:35:04 +0200

On 12 December 2012 22:47, Mike Frysinger <address@hidden> wrote:
On Wednesday 12 December 2012 10:32:03 Riku Voipio wrote:
> 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.

I guess the original approach originates from time when kernel headers were more often broken than not for userspace. I've attached a new patch that includes sys/syscall.h and removes the local defines. It passes the testsuite on x86, x86_64, arm eabi and 64bit arm.

Riku

Attachment: syscall-rewrite.patch
Description: Binary data


reply via email to

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