linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: Update fpga-mgr entry with new linux-fpga mailing list
@ 2016-11-21 21:49 Moritz Fischer
  2016-11-21 21:49 ` [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework Moritz Fischer
  0 siblings, 1 reply; 8+ messages in thread
From: Moritz Fischer @ 2016-11-21 21:49 UTC (permalink / raw)
  To: linux-kernel
  Cc: marex, mbrugger, jgunthorpe, mike.looijmans, michal.simek,
	linux-arm-kernel, Moritz Fischer, Alan Tull, Greg Kroah-Hartman,
	Michal Simek, Sören Brinkmann, David S . Miller,
	Geert Uytterhoeven, Andrew Morton, linux-fpga

Update the fpga-mgr framework entry with new linux-fpga@vger.kernel.org
mailing list.

Signed-off-by: Moritz Fischer <mdf@kernel.org>
Cc: Alan Tull <atull@opensource.altera.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Sören Brinkmann <soren.brinkmann@xilinx.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-fpga@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---

Hi all,

Alan & me have been talking about this during Plumbers, so I went ahead
and worked on getting it all set up.

The list is now up and running & you can sign up if you're interested,
we'll be using it in parallel to LKML in the beginning I think.

I'm currently working on getting a list archive setup over at marc.info.

If you have comments or suggestions on alternatives, send me an email.

Cheers,

Moritz
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5e25ba1..19527a0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5005,6 +5005,7 @@ K:	fmc_d.*register
 FPGA MANAGER FRAMEWORK
 M:	Alan Tull <atull@opensource.altera.com>
 R:	Moritz Fischer <moritz.fischer@ettus.com>
+L:	linux-fpga@vger.kernel.org
 S:	Maintained
 F:	drivers/fpga/
 F:	include/linux/fpga/fpga-mgr.h
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework.
  2016-11-21 21:49 [PATCH 1/2] MAINTAINERS: Update fpga-mgr entry with new linux-fpga mailing list Moritz Fischer
@ 2016-11-21 21:49 ` Moritz Fischer
  2016-11-21 22:09   ` Marek Vasut
  2016-11-22  2:29   ` atull
  0 siblings, 2 replies; 8+ messages in thread
From: Moritz Fischer @ 2016-11-21 21:49 UTC (permalink / raw)
  To: linux-kernel
  Cc: marex, mbrugger, jgunthorpe, mike.looijmans, michal.simek,
	linux-arm-kernel, Moritz Fischer, Alan Tull, Greg Kroah-Hartman,
	linux-fpga

Add myself as co-maintainer to fpga mgr framework.

Signed-off-by: Moritz Fischer <mdf@kernel.org>
Cc: Alan Tull <atull@opensource.altera.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org
Cc: linux-fpga@vger.kernel.org
---
Hi all,

Lately we've fallen behind a bit on reviewing patches lately.

'Behind the scenes', Alan has worked on getting a git tree setup
for us on kernel.org and I've worked on getting the mailing list setup.
The mailing list is up and running (see patch [1/2]) of this series.

Greg said he'd be happy to take pull requests from now on, so I hope
once we have figured out the exact workflow things will be much smoother
getting your patches merged into the fpga mgr framework.

Feel free to comment / speak up if you're not cool with this change.

Thanks,

Moritz

---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 19527a0..1856594 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5004,7 +5004,7 @@ K:	fmc_d.*register
 
 FPGA MANAGER FRAMEWORK
 M:	Alan Tull <atull@opensource.altera.com>
-R:	Moritz Fischer <moritz.fischer@ettus.com>
+M:	Moritz Fischer <moritz.fischer@ettus.com>
 L:	linux-fpga@vger.kernel.org
 S:	Maintained
 F:	drivers/fpga/
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework.
  2016-11-21 21:49 ` [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework Moritz Fischer
@ 2016-11-21 22:09   ` Marek Vasut
  2016-11-22  2:29   ` atull
  1 sibling, 0 replies; 8+ messages in thread
From: Marek Vasut @ 2016-11-21 22:09 UTC (permalink / raw)
  To: Moritz Fischer, linux-kernel
  Cc: mbrugger, jgunthorpe, mike.looijmans, michal.simek,
	linux-arm-kernel, Moritz Fischer, Alan Tull, Greg Kroah-Hartman,
	linux-fpga

On 11/21/2016 10:49 PM, Moritz Fischer wrote:
> Add myself as co-maintainer to fpga mgr framework.
> 
> Signed-off-by: Moritz Fischer <mdf@kernel.org>
> Cc: Alan Tull <atull@opensource.altera.com>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: linux-kernel@vger.kernel.org
> Cc: linux-fpga@vger.kernel.org

Acked-by: Marek Vasut <marex@denx.de>

> ---
> Hi all,
> 
> Lately we've fallen behind a bit on reviewing patches lately.
> 
> 'Behind the scenes', Alan has worked on getting a git tree setup
> for us on kernel.org and I've worked on getting the mailing list setup.
> The mailing list is up and running (see patch [1/2]) of this series.
> 
> Greg said he'd be happy to take pull requests from now on, so I hope
> once we have figured out the exact workflow things will be much smoother
> getting your patches merged into the fpga mgr framework.
> 
> Feel free to comment / speak up if you're not cool with this change.
> 
> Thanks,
> 
> Moritz
> 
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 19527a0..1856594 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5004,7 +5004,7 @@ K:	fmc_d.*register
>  
>  FPGA MANAGER FRAMEWORK
>  M:	Alan Tull <atull@opensource.altera.com>
> -R:	Moritz Fischer <moritz.fischer@ettus.com>
> +M:	Moritz Fischer <moritz.fischer@ettus.com>
>  L:	linux-fpga@vger.kernel.org
>  S:	Maintained
>  F:	drivers/fpga/
> 


-- 
Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework.
  2016-11-21 21:49 ` [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework Moritz Fischer
  2016-11-21 22:09   ` Marek Vasut
@ 2016-11-22  2:29   ` atull
  2016-11-22  7:48     ` Michal Simek
  1 sibling, 1 reply; 8+ messages in thread
From: atull @ 2016-11-22  2:29 UTC (permalink / raw)
  To: Moritz Fischer
  Cc: linux-kernel, marex, mbrugger, jgunthorpe, mike.looijmans,
	michal.simek, linux-arm-kernel, Moritz Fischer,
	Greg Kroah-Hartman, linux-fpga

On Mon, 21 Nov 2016, Moritz Fischer wrote:

> Add myself as co-maintainer to fpga mgr framework.
> 
> Signed-off-by: Moritz Fischer <mdf@kernel.org>
> Cc: Alan Tull <atull@opensource.altera.com>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: linux-kernel@vger.kernel.org
> Cc: linux-fpga@vger.kernel.org
> ---
> Hi all,
> 
> Lately we've fallen behind a bit on reviewing patches lately.

Hi Moritz,

drivers/fpga has been in the upstream kernel a year now.  Most of that
time, traffic has been very slow.  Recently we had more traffic while
I was travelling and moving to a new office, both cases leaving me
with bad network connectivity.  Things will probably return to normal.
I appreciate your passion and all your effort reviewing stuff.  I
don't see a need for two maintainers at this point.

Alan

> 
> 'Behind the scenes', Alan has worked on getting a git tree setup
> for us on kernel.org and I've worked on getting the mailing list setup.
> The mailing list is up and running (see patch [1/2]) of this series.
> 
> Greg said he'd be happy to take pull requests from now on, so I hope
> once we have figured out the exact workflow things will be much smoother
> getting your patches merged into the fpga mgr framework.
> 
> Feel free to comment / speak up if you're not cool with this change.
> 
> Thanks,
> 
> Moritz
> 
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 19527a0..1856594 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5004,7 +5004,7 @@ K:	fmc_d.*register
>  
>  FPGA MANAGER FRAMEWORK
>  M:	Alan Tull <atull@opensource.altera.com>
> -R:	Moritz Fischer <moritz.fischer@ettus.com>
> +M:	Moritz Fischer <moritz.fischer@ettus.com>
>  L:	linux-fpga@vger.kernel.org
>  S:	Maintained
>  F:	drivers/fpga/
> -- 
> 2.7.4
> 
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework.
  2016-11-22  2:29   ` atull
@ 2016-11-22  7:48     ` Michal Simek
  2016-11-22  8:07       ` Greg Kroah-Hartman
  2016-11-22 16:35       ` Jason Gunthorpe
  0 siblings, 2 replies; 8+ messages in thread
From: Michal Simek @ 2016-11-22  7:48 UTC (permalink / raw)
  To: atull, Moritz Fischer
  Cc: linux-kernel, marex, mbrugger, jgunthorpe, mike.looijmans,
	michal.simek, linux-arm-kernel, Moritz Fischer,
	Greg Kroah-Hartman, linux-fpga

On 22.11.2016 03:29, atull wrote:
> On Mon, 21 Nov 2016, Moritz Fischer wrote:
> 
>> Add myself as co-maintainer to fpga mgr framework.
>>
>> Signed-off-by: Moritz Fischer <mdf@kernel.org>
>> Cc: Alan Tull <atull@opensource.altera.com>
>> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>> Cc: linux-kernel@vger.kernel.org
>> Cc: linux-fpga@vger.kernel.org
>> ---
>> Hi all,
>>
>> Lately we've fallen behind a bit on reviewing patches lately.
> 
> Hi Moritz,
> 
> drivers/fpga has been in the upstream kernel a year now.  Most of that
> time, traffic has been very slow.  Recently we had more traffic while
> I was travelling and moving to a new office, both cases leaving me
> with bad network connectivity.  Things will probably return to normal.
> I appreciate your passion and all your effort reviewing stuff.  I
> don't see a need for two maintainers at this point.

TBH. I think it is not a bad option. I do normally have backup person
for all repos I do maintain. It doesn't mean that second maintainer does
something but it has all accesses to repos you maintain.
It means if something really happens to you (hopefully not) than this
person can continue in this work without any delay which is not a bad
thing.
It is really just about talking to each other what that second person
will do - probably just review patches as is done now. You can also
learn from each other.
I would like to be involved more in this but unfortunately I don't have
enough time to do it properly.

Regarding maintaining this repo. It is just standard process. Apply
sensible things, well described and test it. And then send pull request
to Greg based on signed tags and you are done.
Greg should told you what should be the base which you should use for
pull request. Someone is taking patches based on rc1 tag, someone is
rebasing it on the final tag.

Acked-by: Michal Simek <michal.simek@xilinx.com>

Thanks,
Michal

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework.
  2016-11-22  7:48     ` Michal Simek
@ 2016-11-22  8:07       ` Greg Kroah-Hartman
  2016-11-22  8:28         ` Michal Simek
  2016-11-22 16:35       ` Jason Gunthorpe
  1 sibling, 1 reply; 8+ messages in thread
From: Greg Kroah-Hartman @ 2016-11-22  8:07 UTC (permalink / raw)
  To: Michal Simek
  Cc: atull, Moritz Fischer, linux-kernel, marex, mbrugger, jgunthorpe,
	mike.looijmans, linux-arm-kernel, Moritz Fischer, linux-fpga

On Tue, Nov 22, 2016 at 08:48:57AM +0100, Michal Simek wrote:
> On 22.11.2016 03:29, atull wrote:
> > On Mon, 21 Nov 2016, Moritz Fischer wrote:
> > 
> >> Add myself as co-maintainer to fpga mgr framework.
> >>
> >> Signed-off-by: Moritz Fischer <mdf@kernel.org>
> >> Cc: Alan Tull <atull@opensource.altera.com>
> >> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> >> Cc: linux-kernel@vger.kernel.org
> >> Cc: linux-fpga@vger.kernel.org
> >> ---
> >> Hi all,
> >>
> >> Lately we've fallen behind a bit on reviewing patches lately.
> > 
> > Hi Moritz,
> > 
> > drivers/fpga has been in the upstream kernel a year now.  Most of that
> > time, traffic has been very slow.  Recently we had more traffic while
> > I was travelling and moving to a new office, both cases leaving me
> > with bad network connectivity.  Things will probably return to normal.
> > I appreciate your passion and all your effort reviewing stuff.  I
> > don't see a need for two maintainers at this point.
> 
> TBH. I think it is not a bad option. I do normally have backup person
> for all repos I do maintain. It doesn't mean that second maintainer does
> something but it has all accesses to repos you maintain.
> It means if something really happens to you (hopefully not) than this
> person can continue in this work without any delay which is not a bad
> thing.
> It is really just about talking to each other what that second person
> will do - probably just review patches as is done now. You can also
> learn from each other.
> I would like to be involved more in this but unfortunately I don't have
> enough time to do it properly.
> 
> Regarding maintaining this repo. It is just standard process. Apply
> sensible things, well described and test it. And then send pull request
> to Greg based on signed tags and you are done.
> Greg should told you what should be the base which you should use for
> pull request. Someone is taking patches based on rc1 tag, someone is
> rebasing it on the final tag.

Greg doesn't care what base you use, as long as you don't rebase
patches.  What subsystem does that?  I need to go yell at someone...

And I take patches just as easily, what ever works best for the
subsystem.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework.
  2016-11-22  8:07       ` Greg Kroah-Hartman
@ 2016-11-22  8:28         ` Michal Simek
  0 siblings, 0 replies; 8+ messages in thread
From: Michal Simek @ 2016-11-22  8:28 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Michal Simek
  Cc: atull, Moritz Fischer, linux-kernel, marex, mbrugger, jgunthorpe,
	mike.looijmans, linux-arm-kernel, Moritz Fischer, linux-fpga

On 22.11.2016 09:07, Greg Kroah-Hartman wrote:
> On Tue, Nov 22, 2016 at 08:48:57AM +0100, Michal Simek wrote:
>> On 22.11.2016 03:29, atull wrote:
>>> On Mon, 21 Nov 2016, Moritz Fischer wrote:
>>>
>>>> Add myself as co-maintainer to fpga mgr framework.
>>>>
>>>> Signed-off-by: Moritz Fischer <mdf@kernel.org>
>>>> Cc: Alan Tull <atull@opensource.altera.com>
>>>> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>>>> Cc: linux-kernel@vger.kernel.org
>>>> Cc: linux-fpga@vger.kernel.org
>>>> ---
>>>> Hi all,
>>>>
>>>> Lately we've fallen behind a bit on reviewing patches lately.
>>>
>>> Hi Moritz,
>>>
>>> drivers/fpga has been in the upstream kernel a year now.  Most of that
>>> time, traffic has been very slow.  Recently we had more traffic while
>>> I was travelling and moving to a new office, both cases leaving me
>>> with bad network connectivity.  Things will probably return to normal.
>>> I appreciate your passion and all your effort reviewing stuff.  I
>>> don't see a need for two maintainers at this point.
>>
>> TBH. I think it is not a bad option. I do normally have backup person
>> for all repos I do maintain. It doesn't mean that second maintainer does
>> something but it has all accesses to repos you maintain.
>> It means if something really happens to you (hopefully not) than this
>> person can continue in this work without any delay which is not a bad
>> thing.
>> It is really just about talking to each other what that second person
>> will do - probably just review patches as is done now. You can also
>> learn from each other.
>> I would like to be involved more in this but unfortunately I don't have
>> enough time to do it properly.
>>
>> Regarding maintaining this repo. It is just standard process. Apply
>> sensible things, well described and test it. And then send pull request
>> to Greg based on signed tags and you are done.
>> Greg should told you what should be the base which you should use for
>> pull request. Someone is taking patches based on rc1 tag, someone is
>> rebasing it on the final tag.
> 
> Greg doesn't care what base you use, as long as you don't rebase
> patches.  What subsystem does that?  I need to go yell at someone...

:-) Not sure if there is any subsystem which use this.
And for my microblaze tree I do normally base patches on the top of
rc7/8 or final tag but that's done mostly because I collect patches at
that time. But IIRC when I started with this someone mentioned that for
small number of patches this is fine.

Thanks,
Michal

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework.
  2016-11-22  7:48     ` Michal Simek
  2016-11-22  8:07       ` Greg Kroah-Hartman
@ 2016-11-22 16:35       ` Jason Gunthorpe
  1 sibling, 0 replies; 8+ messages in thread
From: Jason Gunthorpe @ 2016-11-22 16:35 UTC (permalink / raw)
  To: Michal Simek
  Cc: atull, Moritz Fischer, linux-kernel, marex, mbrugger,
	mike.looijmans, linux-arm-kernel, Moritz Fischer,
	Greg Kroah-Hartman, linux-fpga

On Tue, Nov 22, 2016 at 08:48:57AM +0100, Michal Simek wrote:

> TBH. I think it is not a bad option. I do normally have backup person
> for all repos I do maintain. It doesn't mean that second maintainer does
> something but it has all accesses to repos you maintain.

I agree, it is a good idea to have a maintainer team model as early as
possible just because stuff does happen. We've had to recover from MIA
maintainers in RDMA and TPM, and it is not really nice. Generally
a lot of patches just get dropped :(

Jason

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-11-22 16:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-21 21:49 [PATCH 1/2] MAINTAINERS: Update fpga-mgr entry with new linux-fpga mailing list Moritz Fischer
2016-11-21 21:49 ` [PATCH 2/2] MAINTAINERS: Add myself as co-maintainer to fpga mgr framework Moritz Fischer
2016-11-21 22:09   ` Marek Vasut
2016-11-22  2:29   ` atull
2016-11-22  7:48     ` Michal Simek
2016-11-22  8:07       ` Greg Kroah-Hartman
2016-11-22  8:28         ` Michal Simek
2016-11-22 16:35       ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).