summaryrefslogtreecommitdiffstats
path: root/mm/cleancache.c
diff options
context:
space:
mode:
authorJoonsoo Kim <iamjoonsoo.kim@lge.com>2014-03-12 17:26:20 +0900
committerPekka Enberg <penberg@kernel.org>2014-03-27 14:27:34 +0200
commit80c3a9981a544b6e96debfbcca5190b727ecd09e (patch)
tree90e7b058d1378dfe049ae103e4e43139eed3d719 /mm/cleancache.c
parent5087c8229986cc502c807a15f8ea416b0ef22346 (diff)
downloadlinux-80c3a9981a544b6e96debfbcca5190b727ecd09e.tar.gz
linux-80c3a9981a544b6e96debfbcca5190b727ecd09e.tar.bz2
linux-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 <casteyde.christian@free.fr> Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'mm/cleancache.c')
0 files changed, 0 insertions, 0 deletions