Re: linux-next: manual merge of the mm tree with Linus' tree

From: Christian Brauner
Date: Sat Feb 25 2023 - 02:14:09 EST


On Fri, Feb 24, 2023 at 06:04:43PM -0800, Andrew Morton wrote:
> On Sat, 25 Feb 2023 10:39:51 +1100 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>
> > Hi all,
> >
> > Today's linux-next merge of the mm tree got a conflict in:
> >
> > mm/shmem.c
> >
> > between commit:
> >
> > 7a80e5b8c6fa ("shmem: support idmapped mounts for tmpfs")
>
> mm/shmem.c is under, umm, mm/.
>
> Said patch was not made available to the linux-mm subscribers or to the
> shmem.c developers. It doesn't have a Link: tag and doesn't appear to
> have been cc:linux-kernel and a google search for the title doesn't tell
> me much.

Hey Andrew,

Sorry, I picked up that patch because it deals with a vfs only feature
we maintain. It has no implications for mm and just deals with per-mount
file ownership changes (Detailed documentation under
Documentation/filesystems/idmappings.rst. It needs updates as of v6.3
but is correct otherwise.). While Hugh was Cced I didn't pay more
attention to what lists were Cced. Sorry about that. But again, it
really has no consequences for mm otherwise I'd never have taken it.

Re Link: Patches I pick up don't have Link [1] tags pointing to the
submission on lore as Linus had said in a discussion in 2022 that he
prefers to not have the lore links in the commit message at all.

[1]: https://lore.kernel.org/linux-fsdevel/20230120094346.3182328-1-gscrivan@xxxxxxxxxx

Thanks!
Christian