diff options
| author | Joonsoo Kim <[email protected]> | 2014-03-12 08:26:20 +0000 |
|---|---|---|
| committer | Pekka Enberg <[email protected]> | 2014-03-27 12:27:34 +0000 |
| commit | 80c3a9981a544b6e96debfbcca5190b727ecd09e (patch) | |
| tree | 90e7b058d1378dfe049ae103e4e43139eed3d719 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | slab: Make allocations with GFP_ZERO slightly more efficient (diff) | |
| download | kernel-80c3a9981a544b6e96debfbcca5190b727ecd09e.tar.gz kernel-80c3a9981a544b6e96debfbcca5190b727ecd09e.zip | |
slub: fix high order page allocation problem with __GFP_NOFAIL
SLUB already try to allocate high order page with clearing __GFP_NOFAIL.
But, when allocating shadow page for kmemcheck, it missed clearing
the flag. This trigger WARN_ON_ONCE() reported by Christian Casteyde.
https://bugzilla.kernel.org/show_bug.cgi?id=65991
https://lkml.org/lkml/2013/12/3/764
This patch fix this situation by using same allocation flag as original
allocation.
Reported-by: Christian Casteyde <[email protected]>
Acked-by: David Rientjes <[email protected]>
Signed-off-by: Joonsoo Kim <[email protected]>
Signed-off-by: Pekka Enberg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions
