Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 292038 Details for
Bug 428612
RHEL 5.1 regression in hugepages due to pagetable sharing patch
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
hugetlb page leak patch
linux-2.6.18-hugetlb-fix-for-page-sharing.patch (text/plain), 460 bytes, created by
John Sobecki
on 2008-01-17 18:09:59 UTC
(
hide
)
Description:
hugetlb page leak patch
Filename:
MIME Type:
Creator:
John Sobecki
Created:
2008-01-17 18:09:59 UTC
Size:
460 bytes
patch
obsolete
>--- linux-2.6.18.noarch/mm/hugetlb.c.orig 2008-01-17 07:51:19.000000000 -0800 >+++ linux-2.6.18.noarch/mm/hugetlb.c 2008-01-17 07:54:14.000000000 -0800 >@@ -340,6 +340,11 @@ > dst_pte = huge_pte_alloc(dst, addr); > if (!dst_pte) > goto nomem; >+ >+ /* if the pagetables are shared dont copy or take references */ >+ if(dst_pte == src_pte) >+ continue; >+ > spin_lock(&dst->page_table_lock); > spin_lock(&src->page_table_lock); > if (!pte_none(*src_pte)) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 428612
: 292038