Re: [PATCH bpf-next v5 01/34] mm: memcontrol: use helpers to read page's memcg data

From: Roman Gushchin
Date: Thu Nov 12 2020 - 19:26:53 EST


On Fri, Nov 13, 2020 at 09:56:32AM +1100, Stephen Rothwell wrote:
> Hi Roman,
>
> On Thu, 12 Nov 2020 14:15:10 -0800 Roman Gushchin <guro@xxxxxx> wrote:
> >
> > Patch series "mm: allow mapping accounted kernel pages to userspace", v6.
> >
> > Currently a non-slab kernel page which has been charged to a memory cgroup
> > can't be mapped to userspace. The underlying reason is simple: PageKmemcg
> > flag is defined as a page type (like buddy, offline, etc), so it takes a
> > bit from a page->mapped counter. Pages with a type set can't be mapped to
> > userspace.
> >
> .....
> >
> > To make sure nobody uses a direct access, struct page's
> > mem_cgroup/obj_cgroups is converted to unsigned long memcg_data.
> >
> > Link: https://lkml.kernel.org/r/20201027001657.3398190-1-guro@xxxxxx
> > Link: https://lkml.kernel.org/r/20201027001657.3398190-2-guro@xxxxxx
> > Signed-off-by: Roman Gushchin <guro@xxxxxx>
> > Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx>
> > Reviewed-by: Shakeel Butt <shakeelb@xxxxxxxxxx>
> > Acked-by: Michal Hocko <mhocko@xxxxxxxx>
> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> > Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
>
> What is going on here? You are taking patches from linux-next and
> submitting them to another maintainer? Why?

Hi Stephen!

These patches are not intended to be merged through the bpf tree.
They are included into the patchset to make bpf selftests pass and for
informational purposes.
It's written in the cover letter.

>
> You should not do that from Andrew's tree as it changes/rebases every
> so often ... and you should not have my SOB on there as it is only
> there because that patch is in linux-next i.e. I in the submission
> chain to linux-next - if the patch is to go via some other tree, then
> my SOB should not be there. (The same may be true for Andrew's SOB.)
> In general you cannot add someone else's SOB to one of your patch
> submissions.

I'm sorry for the confusion.

Maybe I had to just list their titles in the cover letter. Idk what's
the best option for such cross-subsystem dependencies.

Thanks!