Commit 354ad60
mm: slub: only warn once when allocating slab obj extensions fails
In memory bound systems, a large number of warnings for failing this
allocation repeatedly may mask any real issues in the system
during memory pressure being reported in dmesg. Change this to
warning only once.
Signed-off-by: Usama Arif <[email protected]>
Reported-by: Vlad Poenaru <[email protected]>
Closes: https://lore.kernel.org/all/[email protected]/
Reviewed-by: Shakeel Butt <[email protected]>
Reviewed-by: SeongJae Park <[email protected]>
Acked-by: Harry Yoo <[email protected]>
Signed-off-by: Vlastimil Babka <[email protected]>1 parent 4645915 commit 354ad60
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2102 | 2102 | | |
2103 | 2103 | | |
2104 | 2104 | | |
2105 | | - | |
2106 | | - | |
2107 | | - | |
| 2105 | + | |
| 2106 | + | |
| 2107 | + | |
2108 | 2108 | | |
| 2109 | + | |
2109 | 2110 | | |
2110 | 2111 | | |
2111 | 2112 | | |
| |||
0 commit comments