projects
/
linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c40d762
)
mm: Remove the PFN busy warning
author
Eric Anholt
<eric@anholt.net>
Fri, 19 Dec 2014 00:07:15 +0000
(16:07 -0800)
committer
Raspbian kernel package updater
<root@raspbian.org>
Sun, 8 Oct 2017 01:09:09 +0000
(
01:09
+0000)
See commit
dae803e165a11bc88ca8dbc07a11077caf97bbcb
-- the warning is
expected sometimes when using CMA. However, that commit still spams
my kernel log with these warnings.
Signed-off-by: Eric Anholt <eric@anholt.net>
mm/page_alloc.c
patch
|
blob
|
history
diff --git
a/mm/page_alloc.c
b/mm/page_alloc.c
index 2abf8d5f0ad408adb9dca717959ad0c4edd6d701..23497e8da8909ef17e2f045d028aa45b9f931482 100644
(file)
--- a/
mm/page_alloc.c
+++ b/
mm/page_alloc.c
@@
-7339,8
+7339,6
@@
int alloc_contig_range(unsigned long start, unsigned long end,
/* Make sure the range is really isolated. */
if (test_pages_isolated(outer_start, end, false)) {
- pr_info_ratelimited("%s: [%lx, %lx) PFNs busy\n",
- __func__, outer_start, end);
ret = -EBUSY;
goto done;
}