Re: [PATCH] MAINTAINERS: add RELAY entry
From: Jason Xing
Date: Mon Mar 02 2026 - 04:14:51 EST
On Mon, Mar 2, 2026 at 4:54 PM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
>
> On Mon, Mar 02, 2026 at 04:47:49PM +0800, Jason Xing wrote:
> > On Mon, Mar 2, 2026 at 4:40 PM Jason Xing <kerneljasonxing@xxxxxxxxx> wrote:
> > > On Mon, Mar 2, 2026 at 4:35 PM Andy Shevchenko
> > > <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
> > > > On Sun, Mar 01, 2026 at 10:09:02AM +0800, Jason Xing wrote:
>
> ...
>
> > > > > [1]: commit e82894f84dbb ("[PATCH] relayfs")
> > > > > [2]: commit b86ff981a825 ("[PATCH] relay: migrate from relayfs to
> > > > > a generic relay API")
> > > >
> > > > It's better to read as a single line here
> > > >
> > > > [2]: commit b86ff981a825 ("[PATCH] relay: migrate from relayfs to a generic relay API")
> > > >
> > > > OR you can even have it as a proper Link tag:
> > > >
> > > > Link: https://git.kernel.org/torvalds/c/b86ff981a825 [2]
> > > >
> > > > Same for the rest.
> > >
> > > Thanks for the review.
> > >
> > > The fact is that originally I used a single line but checkpatch warned
> > > me because of exceeding 75 chars. The current format is just to split
> > > it into two lines as script requested.
> >
> > Oh interesting thing is Andrew already kindly revised the patch just
> > like you said:
> > https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git/commit/?h=mm-hotfixes-unstable&id=46947075c75b9b213ba31c1af8c45e0a9c85bf74
> >
> > So I think there is no need to repost it :)
>
> LGTM, but if people wants real Link tags... Up to you.
> (I think we are fine now with the current code.)
Great! Thanks!
Thanks,
Jason