mbox series

[v2,0/2] mm: khugepaged: cleanup and a minor tuning in THP

Message ID 20210407030548.189104-1-yanfei.xu@windriver.com (mailing list archive)
Headers show
Series mm: khugepaged: cleanup and a minor tuning in THP | expand

Message

Xu, Yanfei April 7, 2021, 3:05 a.m. UTC
From: Yanfei Xu <yanfei.xu@windriver.com>

v1-->v2:
1.correct the wrong location where the goto jump to.
2.keep the cond_resched() dropped in v1 still there.

Thanks for Yang's review.

Yanfei Xu (2):
  mm: khugepaged: use macro to align addresses
  mm: khugepaged: check MMF_DISABLE_THP ahead of iterating over vmas

 mm/khugepaged.c | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

Comments

Xu, Yanfei April 14, 2021, 2:14 a.m. UTC | #1
Gentle ping.

On 4/7/21 11:05 AM, yanfei.xu@windriver.com wrote:
> From: Yanfei Xu <yanfei.xu@windriver.com>
> 
> v1-->v2:
> 1.correct the wrong location where the goto jump to.
> 2.keep the cond_resched() dropped in v1 still there.
> 
> Thanks for Yang's review.
> 
> Yanfei Xu (2):
>    mm: khugepaged: use macro to align addresses
>    mm: khugepaged: check MMF_DISABLE_THP ahead of iterating over vmas
> 
>   mm/khugepaged.c | 29 +++++++++++++++--------------
>   1 file changed, 15 insertions(+), 14 deletions(-)
>