From: Jeff Xu <jeffxu@chromium.org>
To: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Yu Zhao <yuzhao@google.com>,
Andrew Morton <akpm@linux-foundation.org>,
"Liam R . Howlett" <Liam.Howlett@oracle.com>,
Vlastimil Babka <vbabka@suse.cz>, Jann Horn <jannh@google.com>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
David Hildenbrand <david@redhat.com>
Subject: Re: [PATCH] MAINTAINERS: update MEMORY MAPPING section
Date: Fri, 13 Dec 2024 07:05:06 -0800 [thread overview]
Message-ID: <CABi2SkXgTnjiTnBF-dwsf1Wvjo0FngOyHAMw6ba0MAKf1Wr9PQ@mail.gmail.com> (raw)
In-Reply-To: <cb5eea98-2515-4b06-8f65-515842e1081b@lucifer.local>
Hi Lorenzo
On Fri, Dec 13, 2024 at 1:18 AM Lorenzo Stoakes
<lorenzo.stoakes@oracle.com> wrote:
>
> On Thu, Dec 12, 2024 at 10:50:19PM -0700, Yu Zhao wrote:
> > On Wed, Dec 11, 2024 at 11:57 AM Lorenzo Stoakes
> > <lorenzo.stoakes@oracle.com> wrote:
> > >
> > > On Wed, Dec 11, 2024 at 10:36:42AM -0800, Jeff Xu wrote:
> > > > On Wed, Dec 11, 2024 at 2:53 AM Lorenzo Stoakes
> > > > <lorenzo.stoakes@oracle.com> wrote:
> > > > >
> > > > > Update the MEMORY MAPPING section to contain VMA logic as it makes no
> > > > > sense to have these two sections separate.
> > > > >
> > > > > Additionally, add files which permit changes to the attributes and/or
> > > > > ranges spanned by memory mappings, in essence anything which might alter
> > > > > the output of /proc/$pid/[s]maps.
> > > > >
> > > > > This is necessarily fuzzy, as there is not quite as good separation of
> > > > > concerns as we would ideally like in the kernel. However each of these
> > > > > files interacts with the VMA and memory mapping logic in such a way as to
> > > > > be inseparatable from it, and it is important that they are maintained in
> > > > > conjunction with it.
> > > > >
> > > > > Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> > > > > ---
> > > > > MAINTAINERS | 23 ++++++++---------------
> > > > > 1 file changed, 8 insertions(+), 15 deletions(-)
> > > > >
> > > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > > > index 68d825a4c69c..fb91389addd7 100644
> > > > > --- a/MAINTAINERS
> > > > > +++ b/MAINTAINERS
> > > > > @@ -15071,7 +15071,15 @@ L: linux-mm@kvack.org
> > > > > S: Maintained
> > > > > W: http://www.linux-mm.org
> > > > > T: git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
> > > > > +F: mm/mlock.c
> > > > > F: mm/mmap.c
> > > > > +F: mm/mprotect.c
> > > > > +F: mm/mremap.c
> > > > > +F: mm/mseal.c
> > > > > +F: mm/vma.c
> > > > > +F: mm/vma.h
> > > > > +F: mm/vma_internal.h
> > > > > +F: tools/testing/vma/
> > > > >
> > > > Will madvise be here too ?
> > >
> > > No. We had a long discussion about this on another version of this patch :)
> > > it's blurry lines but it, in the end, is too much related to things other
> > > than VMA logic.
> > >
> > > We probably need better separation of stuff, but that's another thing...
> > >
> > > > I'd like to be added as a reviewer on mm/mseal.c. Is there any way to
> > > > indicate this from this file ?
> > >
> > > This is something we can consider in the future, sure.
> >
> > What'd be the downsides of having an additional reviewer? Especially
> > the one who wrote the code...
> >
> > > However at this time you have had really significant issues in engaging
> > > with the community on a regular basis
> >
> > I'm not aware that this can disqualify anyone from being a reviewer of
> > a specific file.
> >
> > > so I think the community is unlikely
> > > to be open to this until you have improved in this area.
> >
> > I do not know Jeff personally, but I think the community should make
> > anyone who wants to contribute feel welcome.
>
> This is very unfair.
>
> I have personally spent several hours doing my best to try to provide
> advice and review strictly to help Jeff get series into the kernel, perhaps
> more than anybody else.
>
Thanks for your help (and others ) on reviewing mseal_test.c.
For the reference: I sent RFC [1] to follow up on refactor work of
selftest. To save your review time, I made minimal changes using two
test cases, and intended as a baseline/pattern for remaining
refactoring work for mseal_test.c. If you have time to give your
comments about the RFC before the holiday break, great! I can start
refactoring the other mseal_test. Otherwise, the after-holiday will
be fine too.
[1] https://lore.kernel.org/all/20241211053311.245636-1-jeffxu@google.com/
Best regards,
-Jeff
next prev parent reply other threads:[~2024-12-13 15:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-11 10:53 Lorenzo Stoakes
2024-12-11 18:36 ` Jeff Xu
2024-12-11 18:57 ` Lorenzo Stoakes
2024-12-13 5:50 ` Yu Zhao
2024-12-13 8:25 ` Vlastimil Babka
2024-12-13 9:00 ` Yu Zhao
2024-12-13 9:10 ` Vlastimil Babka
2024-12-13 9:17 ` Lorenzo Stoakes
2024-12-13 9:23 ` Lorenzo Stoakes
2024-12-13 9:36 ` Yu Zhao
2024-12-13 15:05 ` Jeff Xu [this message]
2024-12-13 15:19 ` Lorenzo Stoakes
2024-12-12 8:09 ` Vlastimil Babka
2024-12-12 14:40 ` David Hildenbrand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CABi2SkXgTnjiTnBF-dwsf1Wvjo0FngOyHAMw6ba0MAKf1Wr9PQ@mail.gmail.com \
--to=jeffxu@chromium.org \
--cc=Liam.Howlett@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=david@redhat.com \
--cc=jannh@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=lorenzo.stoakes@oracle.com \
--cc=vbabka@suse.cz \
--cc=yuzhao@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox