* [PATCH 5.10] MAINTAINERS: add Amir as xfs maintainer for 5.10.y @ 2022-06-29 21:32 Amir Goldstein 2022-06-29 21:44 ` Darrick J. Wong 0 siblings, 1 reply; 5+ messages in thread From: Amir Goldstein @ 2022-06-29 21:32 UTC (permalink / raw) To: Darrick J . Wong Cc: Leah Rumancik, Chandan Babu R, Theodore Tso, Luis Chamberlain, linux-xfs This is an attempt to direct the bots and human that are testing LTS 5.10.y towards the maintainer of xfs in the 5.10.y tree. This is not an upstream MAINTAINERS entry and 5.15.y and 5.4.y will have their own LTS xfs maintainer entries. Suggested-by: Darrick J. Wong <djwong@kernel.org> Link: https://lore.kernel.org/linux-xfs/Yrx6%2F0UmYyuBPjEr@magnolia/T/#t Signed-off-by: Amir Goldstein <amir73il@gmail.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7c118b507912..574151230386 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19247,6 +19247,7 @@ F: drivers/xen/*swiotlb* XFS FILESYSTEM M: Darrick J. Wong <darrick.wong@oracle.com> +M: Amir Goldstein <amir73il@gmail.com> M: linux-xfs@vger.kernel.org L: linux-xfs@vger.kernel.org S: Supported -- 2.36.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 5.10] MAINTAINERS: add Amir as xfs maintainer for 5.10.y 2022-06-29 21:32 [PATCH 5.10] MAINTAINERS: add Amir as xfs maintainer for 5.10.y Amir Goldstein @ 2022-06-29 21:44 ` Darrick J. Wong 2022-06-29 21:52 ` Amir Goldstein 0 siblings, 1 reply; 5+ messages in thread From: Darrick J. Wong @ 2022-06-29 21:44 UTC (permalink / raw) To: Amir Goldstein Cc: Leah Rumancik, Chandan Babu R, Theodore Tso, Luis Chamberlain, linux-xfs On Thu, Jun 30, 2022 at 12:32:36AM +0300, Amir Goldstein wrote: > This is an attempt to direct the bots and human that are testing > LTS 5.10.y towards the maintainer of xfs in the 5.10.y tree. > > This is not an upstream MAINTAINERS entry and 5.15.y and 5.4.y will > have their own LTS xfs maintainer entries. > > Suggested-by: Darrick J. Wong <djwong@kernel.org> > Link: https://lore.kernel.org/linux-xfs/Yrx6%2F0UmYyuBPjEr@magnolia/T/#t > Signed-off-by: Amir Goldstein <amir73il@gmail.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7c118b507912..574151230386 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19247,6 +19247,7 @@ F: drivers/xen/*swiotlb* > > XFS FILESYSTEM > M: Darrick J. Wong <darrick.wong@oracle.com> > +M: Amir Goldstein <amir73il@gmail.com> Sounds good to me, though you might want to move your name to be first in line. :) --D > M: linux-xfs@vger.kernel.org > L: linux-xfs@vger.kernel.org > S: Supported > -- > 2.36.1 > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5.10] MAINTAINERS: add Amir as xfs maintainer for 5.10.y 2022-06-29 21:44 ` Darrick J. Wong @ 2022-06-29 21:52 ` Amir Goldstein 2022-06-29 22:07 ` Darrick J. Wong 0 siblings, 1 reply; 5+ messages in thread From: Amir Goldstein @ 2022-06-29 21:52 UTC (permalink / raw) To: Darrick J. Wong Cc: Leah Rumancik, Chandan Babu R, Theodore Tso, Luis Chamberlain, linux-xfs On Thu, Jun 30, 2022 at 12:44 AM Darrick J. Wong <djwong@kernel.org> wrote: > > On Thu, Jun 30, 2022 at 12:32:36AM +0300, Amir Goldstein wrote: > > This is an attempt to direct the bots and human that are testing > > LTS 5.10.y towards the maintainer of xfs in the 5.10.y tree. > > > > This is not an upstream MAINTAINERS entry and 5.15.y and 5.4.y will > > have their own LTS xfs maintainer entries. > > > > Suggested-by: Darrick J. Wong <djwong@kernel.org> > > Link: https://lore.kernel.org/linux-xfs/Yrx6%2F0UmYyuBPjEr@magnolia/T/#t > > Signed-off-by: Amir Goldstein <amir73il@gmail.com> > > --- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 7c118b507912..574151230386 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -19247,6 +19247,7 @@ F: drivers/xen/*swiotlb* > > > > XFS FILESYSTEM > > M: Darrick J. Wong <darrick.wong@oracle.com> > > +M: Amir Goldstein <amir73il@gmail.com> > > Sounds good to me, though you might want to move your name to be first > in line. :) Haha ok I can also add a typo in your email if you like :D I'll send it along with the 5.13 backports. Thanks, Amir. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5.10] MAINTAINERS: add Amir as xfs maintainer for 5.10.y 2022-06-29 21:52 ` Amir Goldstein @ 2022-06-29 22:07 ` Darrick J. Wong 2022-06-29 22:17 ` Amir Goldstein 0 siblings, 1 reply; 5+ messages in thread From: Darrick J. Wong @ 2022-06-29 22:07 UTC (permalink / raw) To: Amir Goldstein Cc: Leah Rumancik, Chandan Babu R, Theodore Tso, Luis Chamberlain, linux-xfs On Thu, Jun 30, 2022 at 12:52:57AM +0300, Amir Goldstein wrote: > On Thu, Jun 30, 2022 at 12:44 AM Darrick J. Wong <djwong@kernel.org> wrote: > > > > On Thu, Jun 30, 2022 at 12:32:36AM +0300, Amir Goldstein wrote: > > > This is an attempt to direct the bots and human that are testing > > > LTS 5.10.y towards the maintainer of xfs in the 5.10.y tree. > > > > > > This is not an upstream MAINTAINERS entry and 5.15.y and 5.4.y will > > > have their own LTS xfs maintainer entries. > > > > > > Suggested-by: Darrick J. Wong <djwong@kernel.org> > > > Link: https://lore.kernel.org/linux-xfs/Yrx6%2F0UmYyuBPjEr@magnolia/T/#t > > > Signed-off-by: Amir Goldstein <amir73il@gmail.com> > > > --- > > > MAINTAINERS | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 7c118b507912..574151230386 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -19247,6 +19247,7 @@ F: drivers/xen/*swiotlb* > > > > > > XFS FILESYSTEM > > > M: Darrick J. Wong <darrick.wong@oracle.com> > > > +M: Amir Goldstein <amir73il@gmail.com> > > > > Sounds good to me, though you might want to move your name to be first > > in line. :) > > Haha ok I can also add a typo in your email if you like :D > I'll send it along with the 5.13 backports. Actually -- can you change it to djwong@kernel.org while you're at it? Maybe this is why I keep getting community emails chewed to death by Outlook. With /my/ email updated and yours first in line, Reviewed-by: Darrick J. Wong <djwong@kernel.org> --D > Thanks, > Amir. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5.10] MAINTAINERS: add Amir as xfs maintainer for 5.10.y 2022-06-29 22:07 ` Darrick J. Wong @ 2022-06-29 22:17 ` Amir Goldstein 0 siblings, 0 replies; 5+ messages in thread From: Amir Goldstein @ 2022-06-29 22:17 UTC (permalink / raw) To: Darrick J. Wong Cc: Leah Rumancik, Chandan Babu R, Theodore Tso, Luis Chamberlain, linux-xfs On Thu, Jun 30, 2022 at 1:08 AM Darrick J. Wong <djwong@kernel.org> wrote: > > On Thu, Jun 30, 2022 at 12:52:57AM +0300, Amir Goldstein wrote: > > On Thu, Jun 30, 2022 at 12:44 AM Darrick J. Wong <djwong@kernel.org> wrote: > > > > > > On Thu, Jun 30, 2022 at 12:32:36AM +0300, Amir Goldstein wrote: > > > > This is an attempt to direct the bots and human that are testing > > > > LTS 5.10.y towards the maintainer of xfs in the 5.10.y tree. > > > > > > > > This is not an upstream MAINTAINERS entry and 5.15.y and 5.4.y will > > > > have their own LTS xfs maintainer entries. > > > > > > > > Suggested-by: Darrick J. Wong <djwong@kernel.org> > > > > Link: https://lore.kernel.org/linux-xfs/Yrx6%2F0UmYyuBPjEr@magnolia/T/#t > > > > Signed-off-by: Amir Goldstein <amir73il@gmail.com> > > > > --- > > > > MAINTAINERS | 1 + > > > > 1 file changed, 1 insertion(+) > > > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > > index 7c118b507912..574151230386 100644 > > > > --- a/MAINTAINERS > > > > +++ b/MAINTAINERS > > > > @@ -19247,6 +19247,7 @@ F: drivers/xen/*swiotlb* > > > > > > > > XFS FILESYSTEM > > > > M: Darrick J. Wong <darrick.wong@oracle.com> > > > > +M: Amir Goldstein <amir73il@gmail.com> > > > > > > Sounds good to me, though you might want to move your name to be first > > > in line. :) > > > > Haha ok I can also add a typo in your email if you like :D > > I'll send it along with the 5.13 backports. > > Actually -- can you change it to djwong@kernel.org while you're at it? Ok. Leah, note that 5.15.y needs that fix too. > Maybe this is why I keep getting community emails chewed to death by > Outlook. > > With /my/ email updated and yours first in line, > Reviewed-by: Darrick J. Wong <djwong@kernel.org> > Thanks, Amir. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-06-29 22:17 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-06-29 21:32 [PATCH 5.10] MAINTAINERS: add Amir as xfs maintainer for 5.10.y Amir Goldstein 2022-06-29 21:44 ` Darrick J. Wong 2022-06-29 21:52 ` Amir Goldstein 2022-06-29 22:07 ` Darrick J. Wong 2022-06-29 22:17 ` Amir Goldstein
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox