Re: [PATCH v2 1/2] mm/damon/vaddr: Fix issue in damon_va_evenly_split_region()
From: SeongJae Park
Date: Tue Oct 22 2024 - 14:00:49 EST
On Tue, 22 Oct 2024 16:39:26 +0800 Zheng Yejian <zhengyejian@xxxxxxxxxxxxxxx> wrote:
[...]
> Fixes: 3f49584b262c ("mm/damon: implement primitives for the virtual memory address spaces")
> Signed-off-by: Zheng Yejian <zhengyejian@xxxxxxxxxxxxxxx>
> ---
>
> v1 -> v2:
> - Move 'nr_pieces == 1' check into separate patch and update commit messages;
> - Change type of variable 'i' to be 'unsigned int';
> - Remove a puzzling comment;
>
> v1: https://lore.kernel.org/all/20241018035304.1050135-1-zhengyejian@xxxxxxxxxxxxxxx/
Nit. If the patch series has a cover letter, we usually put this kind of
revision history on the cover letter.
Thanks,
SJ
[...]