[PATCH v3 0/2] mm: minor cleanups in rmap

Ye Liu posted 2 patches 7 months, 3 weeks ago
mm/rmap.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
[PATCH v3 0/2] mm: minor cleanups in rmap
Posted by Ye Liu 7 months, 3 weeks ago
From: Ye Liu <liuye@kylinos.cn>

Minor cleanups in mm/rmap.c:

- Rename a local variable for consistency
- Fix a typo in a comment

No functional changes.

Changes in v3:
- Rename variable from page_anon_vma to anon_vma.
- Link to v2: https://lore.kernel.org/all/20250418095600.721989-1-ye.liu@linux.dev/

Changes in v2:
- Dropped the "mm/memory-failure" patch.
- Kept only the uncontroversial rmap cleanups.
- Link to v1: https://lore.kernel.org/all/20250418075226.695014-1-ye.liu@linux.dev/

Ye Liu (2):
  mm/rmap: rename page__anon_vma to anon_vma for consistency
  mm/rmap: fix typo in comment in page_address_in_vma

 mm/rmap.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
2.25.1
Re: [PATCH v3 0/2] mm: minor cleanups in rmap
Posted by Harry Yoo 7 months, 3 weeks ago
On Mon, Apr 21, 2025 at 04:57:27PM +0800, Ye Liu wrote:
> From: Ye Liu <liuye@kylinos.cn>
> 
> Minor cleanups in mm/rmap.c:
> 
> - Rename a local variable for consistency
> - Fix a typo in a comment
> 
> No functional changes.
> 
> Changes in v3:
> - Rename variable from page_anon_vma to anon_vma.
> - Link to v2: https://lore.kernel.org/all/20250418095600.721989-1-ye.liu@linux.dev/
> 
> Changes in v2:
> - Dropped the "mm/memory-failure" patch.
> - Kept only the uncontroversial rmap cleanups.
> - Link to v1: https://lore.kernel.org/all/20250418075226.695014-1-ye.liu@linux.dev/
> 
> Ye Liu (2):
>   mm/rmap: rename page__anon_vma to anon_vma for consistency
>   mm/rmap: fix typo in comment in page_address_in_vma
> 
>  mm/rmap.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> -- 

For the series:

LGTM,
Reviewed-by: Harry Yoo <harry.yoo@oracle.com>

Thanks!

-- 
Cheers,
Harry / Hyeonggon