Commit dae803e
mm: alloc_contig_range: demote pages busy message from warn to info
Having test_pages_isolated failure message as a warning confuses users
into thinking that it is more serious than it really is. In reality, if
called via CMA, allocation will be retried so a single
test_pages_isolated failure does not prevent allocation from succeeding.
Demote the warning message to an info message and reformat it such that
the text "failed" does not appear and instead a less worrying "PFNS
busy" is used.
This message is trivially reproducible on a 10GB x86 machine on 3.16.y
kernels configured with CONFIG_DMA_CMA.
Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Peter Hurley <peter@hurleysoftware.com>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>1 parent 95069ac commit dae803e
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6397 | 6397 | | |
6398 | 6398 | | |
6399 | 6399 | | |
6400 | | - | |
6401 | | - | |
| 6400 | + | |
| 6401 | + | |
6402 | 6402 | | |
6403 | 6403 | | |
6404 | 6404 | | |
6405 | 6405 | | |
6406 | | - | |
6407 | 6406 | | |
6408 | 6407 | | |
6409 | 6408 | | |
| |||
0 commit comments