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: | kernel | Assignee: | Peter Martuccelli <peterm> |
| Status: | CLOSED WONTFIX | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | CC: | 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: | |||
User jparadis's account has been closed 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. |
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 */