Bug 432393
Summary: | memory leak on size-8192 buckets with NFSV4 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Jeff Layton <jlayton> | ||||||
Component: | kernel | Assignee: | Jeff Layton <jlayton> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Martin Jenner <mjenner> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 4.6 | CC: | aime.le-rouzic, jtluka, potluri, riek, staubach, steved | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2009-05-18 19:19:08 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: | 423521 | ||||||||
Bug Blocks: | 461297 | ||||||||
Attachments: |
|
Description
Jeff Layton
2008-02-11 19:33:39 UTC
For RHEL4, we'll need the same patch as RHEL5 and will also need. The following upstream patch. nfs_callback_svc() never calls svc_exit_thread(), so it's also leaking memory in this situation: commit f25bc34967d76610d17bc70769d7c220976eeeb1 Author: Trond Myklebust <Trond.Myklebust> Date: Mon Mar 20 13:44:46 2006 -0500 NFSv4: Ensure nfs_callback_down() calls svc_destroy() Signed-off-by: Trond Myklebust <Trond.Myklebust> Created attachment 295316 [details]
patch -- fix several problems with callback thread shutdown
Untested patch. I'm planning to add this to my test kernels for a bit before
proposing internally...
Created attachment 295447 [details] patch -- fix several problems with callback thread shutdown Posted the wrong patch to this BZ yesterday. This one is the real patch... I've got kernels on my people page with this patch in case anyone is interested: http://people.redhat.com/jlayton This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. Updating PM score. Committed in 78.28.EL . RPMS are available at http://people.redhat.com/vgoyal/rhel4/ Patch is in -89.EL kernel. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2009-1024.html |