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

2021-04-13 Thread Xu, Yanfei
Gentle ping. On 4/7/21 11:05 AM, yanfei...@windriver.com wrote: From: Yanfei Xu 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:

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

2021-04-06 Thread yanfei . xu
From: Yanfei Xu 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