Bug 245415

Summary: libattr 2.4.32's syscall numbers are wrong for ARM EABI systems
Product: [Fedora] Fedora Reporter: Lennert Buytenhek <buytenh>
Component: attrAssignee: Zdenek Prikryl <zprikryl>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: twoerner, wtogami
Target Milestone: ---Flags: petersen: fedora-cvs+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-31 11:27:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 245418    
Attachments:
Description Flags
Backported ARM EABI system call numbering fix. none

Description Lennert Buytenhek 2007-06-22 21:54:02 UTC
libattr's syscalls.c contains a set of system call numbers copied from Linux
kernel header files.  On ARM EABI systems, system call numbering differs from
that on non-EABI systems, and the set included in syscalls.c in libattr 2.4.32
does not work on EABI systems.

This problem is fixed in later upstream versions of libattr.  I have extracted
the specific patch for your convenience.  Would you please consider applying
this patch to the Fedora libattr package, or alternatively, rebasing to a newer
upstream libattr version?

Thanks for your time.

Comment 1 Lennert Buytenhek 2007-06-22 21:54:02 UTC
Created attachment 157658 [details]
Backported ARM EABI system call numbering fix.

Comment 2 Zdenek Prikryl 2007-07-20 12:07:51 UTC
Package Change Request
======================
Package Name: attr
Updated Fedora Owners: zprikryl


Comment 3 Warren Togami 2007-07-23 21:17:05 UTC
twoerner, can you confirm this change of ownership?

Comment 4 Thomas Woerner 2007-07-24 11:07:53 UTC
Here is my ACK for the change.

Comment 5 Jens Petersen 2007-07-24 15:04:53 UTC
reassigned

Comment 6 Zdenek Prikryl 2007-07-31 11:27:07 UTC
Updated to new version 2.4.38.

Zdenek