[0/2] Two minor cleanups for compaction

Message ID 20230720115351.2039431-1-shikemeng@huaweicloud.com
Headers
Series Two minor cleanups for compaction |

Message

Kemeng Shi July 20, 2023, 11:53 a.m. UTC
  Hi all, this series contains two random cleanups for compaction.
Patch 1 correct wrong comment in fast_isolate_freepages.
Patch 2 avoid to call unneeded pageblock_end_pfn when no_set_skip_hint
is set.
Thanks!

Kemeng Shi (2):
  mm/compaction: correct comment of candidate pfn in
    fast_isolate_freepages
  mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint
    is set

 mm/compaction.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Baolin Wang July 20, 2023, 6:08 a.m. UTC | #1
On 7/20/2023 7:53 PM, Kemeng Shi wrote:
> Hi all, this series contains two random cleanups for compaction.
> Patch 1 correct wrong comment in fast_isolate_freepages.
> Patch 2 avoid to call unneeded pageblock_end_pfn when no_set_skip_hint
> is set.
> Thanks!

I only received the patch 2 in this patch set, and I checked the lore
archives[1], still did not find patch 1. You missed patch 1?

[1] 
https://lore.kernel.org/linux-mm/20230720115351.2039431-1-shikemeng@huaweicloud.com/

> 
> Kemeng Shi (2):
>    mm/compaction: correct comment of candidate pfn in
>      fast_isolate_freepages
>    mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint
>      is set
> 
>   mm/compaction.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
  
Kemeng Shi July 20, 2023, 8:45 a.m. UTC | #2
on 7/20/2023 2:08 PM, Baolin Wang wrote:
> 
> 
> On 7/20/2023 7:53 PM, Kemeng Shi wrote:
>> Hi all, this series contains two random cleanups for compaction.
>> Patch 1 correct wrong comment in fast_isolate_freepages.
>> Patch 2 avoid to call unneeded pageblock_end_pfn when no_set_skip_hint
>> is set.
>> Thanks!
> 
> I only received the patch 2 in this patch set, and I checked the lore
> archives[1], still did not find patch 1. You missed patch 1?
> 
> [1] https://lore.kernel.org/linux-mm/20230720115351.2039431-1-shikemeng@huaweicloud.com/
> 
>>
>> Kemeng Shi (2):
>>    mm/compaction: correct comment of candidate pfn in
>>      fast_isolate_freepages
>>    mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint
>>      is set
>>
>>   mm/compaction.c | 6 +++---
>>   1 file changed, 3 insertions(+), 3 deletions(-)
>>
> 
> 
Hi Baolin, thanks for the review and for reminding me of this. I can recive the patch 1
in my mail client. There maybe some problem in my mail server. I also found there is
a whole patchset I have sent is missing in lcore archives. I will try to resend these
patches. Thanks a lot.