Re: 答复: 答复: [PATCH] ION: Sys_heap: fix the incorrect pool->gfp_mask setting

2018-01-11 Thread Laura Abbott
...@driverdev.osuosl.org; linux-ker...@vger.kernel.org 主题: Re: 答复: [PATCH] ION: Sys_heap: fix the incorrect pool->gfp_mask setting On 01/09/2018 04:06 AM, Zengtao (B) wrote: -邮件原件- 发件人: Dan Carpenter [mailto:dan.carpen...@oracle.com] 发送时间: 2018年1月9日 17:14 收件人: Chenfeng (puck) 抄送: Zengtao

答复: 答复: [PATCH] ION: Sys_heap: fix the incorrect pool->gfp_mask setting

2018-01-10 Thread Zengtao (B)
ev.osuosl.org; linux-ker...@vger.kernel.org >主题: Re: 答复: [PATCH] ION: Sys_heap: fix the incorrect pool->gfp_mask >setting > >On 01/09/2018 04:06 AM, Zengtao (B) wrote: >>> -邮件原件- >>> 发件人: Dan Carpenter [mailto:dan.carpen...@oracle.com] >>> 发送时间: 20

Re: 答复: [PATCH] ION: Sys_heap: fix the incorrect pool->gfp_mask setting

2018-01-10 Thread Laura Abbott
...@android.com; de...@driverdev.osuosl.org; linux-ker...@vger.kernel.org 主题: Re: [PATCH] ION: Sys_heap: fix the incorrect pool->gfp_mask setting On Tue, Jan 09, 2018 at 11:30:09AM +0800, Chen Feng wrote: On 2018/1/9 18:43, Zeng Tao wrote: This issue is introduced by the commit ("ION: Sys_heap: Ad

答复: [PATCH] ION: Sys_heap: fix the incorrect pool->gfp_mask setting

2018-01-09 Thread Zengtao (B)
@driverdev.osuosl.org; >linux-ker...@vger.kernel.org >主题: Re: [PATCH] ION: Sys_heap: fix the incorrect pool->gfp_mask setting > >On Tue, Jan 09, 2018 at 11:30:09AM +0800, Chen Feng wrote: >> >> >> On 2018/1/9 18:43, Zeng Tao wrote: >> > This issue is introduced b

Re: [PATCH] ION: Sys_heap: fix the incorrect pool->gfp_mask setting

2018-01-09 Thread Dan Carpenter
On Tue, Jan 09, 2018 at 11:30:09AM +0800, Chen Feng wrote: > > > On 2018/1/9 18:43, Zeng Tao wrote: > > This issue is introduced by the commit ("ION: Sys_heap: > > Add cached pool to spead up cached buffer alloc"), Use the Fixes tag. Fixes: e7f63771b60e ("ION: Sys_heap: Add cached pool to spea

Re: [PATCH] ION: Sys_heap: fix the incorrect pool->gfp_mask setting

2018-01-08 Thread Chen Feng
On 2018/1/9 18:43, Zeng Tao wrote: > This issue is introduced by the commit ("ION: Sys_heap: > Add cached pool to spead up cached buffer alloc"), the gfp_mask low > order pool is overlapped by the high order inside the loop, so the > gfp_mask of all pools are set to high_order_gfp_flags. > Tha

[PATCH] ION: Sys_heap: fix the incorrect pool->gfp_mask setting

2018-01-08 Thread Zeng Tao
This issue is introduced by the commit ("ION: Sys_heap: Add cached pool to spead up cached buffer alloc"), the gfp_mask low order pool is overlapped by the high order inside the loop, so the gfp_mask of all pools are set to high_order_gfp_flags. Signed-off-by: Zeng Tao --- drivers/staging/andro