Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 485170 Details for
Bug 625330
sys-kernel/gentoo-sources-4.1.42 Failed to dry-run patch 1800_fix-lru-cache-add-oom-regression.patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Malformed 1800_fix-lru-cache-add-oom-regression.patch
file_625330.txt (text/plain), 625 bytes, created by
Michael 'veremitz' Everitt
on 2017-07-17 00:09:28 UTC
(
hide
)
Description:
Malformed 1800_fix-lru-cache-add-oom-regression.patch
Filename:
MIME Type:
Creator:
Michael 'veremitz' Everitt
Created:
2017-07-17 00:09:28 UTC
Size:
625 bytes
patch
obsolete
>Revert commit 8f182270dfec mm/swap.c: flush lru pvecs on compound page arrival to fix OOM error. > >Signed-off-by: Steven Rostedt <rostedt <at> goodmis.org> >--- >diff --git a/mm/swap.c b/mm/swap.c >index b523f0a4cbfb..ab3b9c2dd783 100644 >--- a/mm/swap.c >+++ b/mm/swap.c > <at> <at> -631,7 +631,7 <at> <at> static void __lru_cache_add(struct page *page) > struct pagevec *pvec = &get_cpu_var(lru_add_pvec); > > page_cache_get(page); >- if (!pagevec_space(pvec) || PageCompound(page)) >+ if (!pagevec_add(pvec, page) || PageCompound(page)) > __pagevec_lru_add(pvec); > put_cpu_var(lru_add_pvec); > }
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 Raw
Actions:
View
Attachments on
bug 625330
:
485166
|
485168
| 485170