Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 3 product line. The current stable release is 3.9. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 140928

Summary: [PATCH] Quota system call for 32bit apps on AMD64 is not mapped
Product: Red Hat Enterprise Linux 3 Reporter: Helmut Tschemernjak <redhat>
Component: kernelAssignee: Peter Martuccelli <peterm>
Status: CLOSED WONTFIX QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0CC: petrides, riel, shillman
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-19 19:13:01 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:

Description Helmut Tschemernjak 2004-11-26 15:57:54 UTC
Description of problem:
Quota system call for 32bit apps on AMD64 is not mapped.
Our patch will enable the quota support for the 32 API. (at end)

Please note: your include file sys/quota.h is based on the old API
and needs to be updated to match your kernel.

Version-Release number of selected component (if applicable):

How reproducible:
use the quotactl system call from a 32bit API

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
1) ---- /usr/src/linux-2.4/arch/x86_64/ia32/ia32entry.S -----

--- ia32entry.S.SAVE    2004-11-25 16:08:17.000000000 +0100
+++ ia32entry.S 2004-11-25 16:08:19.000000000 +0100
@@ -260,7 +260,7 @@
         .quad sys32_module_warning      /* init_module */
         .quad sys32_module_warning      /* delete module */
         .quad sys32_module_warning      /* 130  get_kernel_syms */
-       .quad ni_syscall        /* quotactl */
+       .quad sys_quotactl      /* quotactl */
         .quad sys_getpgid
         .quad sys_fchdir
         .quad ni_syscall        /* bdflush */

Comment 1 Red Hat Bugzilla 2007-03-18 22:26:42 UTC
User jparadis's account has been closed

Comment 2 RHEL Program Management 2007-10-19 19:13:01 UTC
This bug is filed against RHEL 3, which is in maintenance phase.
During the maintenance phase, only security errata and select mission
critical bug fixes will be released for enterprise products. Since
this bug does not meet that criteria, it is now being closed.
 
For more information of the RHEL errata support policy, please visit:
http://www.redhat.com/security/updates/errata/
 
If you feel this bug is indeed mission critical, please contact your
support representative. You may be asked to provide detailed
information on how this bug is affecting you.