Re: [PATCH 6/9] mm/memory: split non-tlb flushing part from zap_page_range_single()
From: SeongJae Park
Date: Tue Apr 01 2025 - 17:25:47 EST
On Tue, 1 Apr 2025 10:03:17 -0400 "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx> wrote:
> * SeongJae Park <sj@xxxxxxxxxx> [250331 22:48]:
> > On Mon, 31 Mar 2025 21:45:40 -0400 "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx> wrote:
> >
> > > * SeongJae Park <sj@xxxxxxxxxx> [250310 13:24]:
[...]
> Thanks. I don't really mind if you have anything else to name it, as
> long as it reduces the confusion.
Fully agreed and thanks again for the nice name suggestion.
[...]
> > That makes sense. In the next revision, I will add the kernel-doc comment
> > here, but not as a valid kernel-doc comment (maybe wtarts with /* instead of
> > /**) since this function is a static function as of this patch. On the next
> > patch that makes this non-static, I will make the comment a valid kernel-doc
> > comment with a minimum change.
> >
> > I prefer not having a valid kernel-doc comment for static function, but that's
> > just a personal preferrence and I have no strong reason to object other way.
> > Please feel free to let me know if you prefer making it valid kernel doc
> > comment starting from this patch.
> >
>
> Yes, that was what I was thinking as well.
Thanks for kindly clarifying, Liam :)
Thanks,
SJ
[...]