1
0
Fork 0
alistair23-linux/drivers/staging/android/ion
Qing Xia 9bcf065e28 staging: android: ion: fix sys heap pool's gfp_flags
In the first loop, gfp_flags will be modified to high_order_gfp_flags,
and there will be no chance to change back to low_order_gfp_flags.

Fixes: e7f63771b6 ("ION: Sys_heap: Add cached pool to spead up cached buffer alloc")
Signed-off-by: Qing Xia <saberlily.xia@hisilicon.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Jing Xia <jing.xia@unisoc.com>
Reviewed-by: Yuming Han <yuming.han@unisoc.com>
Reviewed-by: Zhaoyang Huang <zhaoyang.huang@unisoc.com>
Reviewed-by: Orson Zhai <orson.zhai@unisoc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-02-19 11:12:08 +01:00
..
Kconfig mm: remove CONFIG_HAVE_MEMBLOCK 2018-10-31 08:54:15 -07:00
Makefile staging: android: ion: Merge ion-ioctl.c into ion.c 2019-01-18 10:42:27 +01:00
ion.c Merge 5.0-rc4 into staging-next 2019-01-28 08:17:02 +01:00
ion.h staging: android: ion: Sync comment docs with struct ion_buffer 2019-01-18 10:42:27 +01:00
ion_carveout_heap.c staging: android: ion: Remove unused headers 2019-01-18 10:46:18 +01:00
ion_chunk_heap.c staging: android: ion: Remove unused headers 2019-01-18 10:46:18 +01:00
ion_cma_heap.c staging: android: ion: Remove leftover comment 2019-01-18 10:42:27 +01:00
ion_heap.c staging: android: ion: Fixup some white-space issues 2019-01-18 10:42:27 +01:00
ion_page_pool.c staging: android: ion: Add proper header information 2019-01-18 10:42:27 +01:00
ion_system_heap.c staging: android: ion: fix sys heap pool's gfp_flags 2019-02-19 11:12:08 +01:00