linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: change the arch/riscv git tree to the new shared tree
@ 2019-06-13  7:07 Paul Walmsley
  2019-06-13  7:25 ` Christoph Hellwig
  2019-06-15 14:47 ` Palmer Dabbelt
  0 siblings, 2 replies; 5+ messages in thread
From: Paul Walmsley @ 2019-06-13  7:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: palmer, linux-riscv

Palmer, with Konstantin's gracious help, set up a shared kernel.org
git tree for arch/riscv patches going forward.  Change the MAINTAINERS
file accordingly.

Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Cc: Palmer Dabbelt <palmer@sifive.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 57f496cff999..290359a46bbe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13476,7 +13476,7 @@ RISC-V ARCHITECTURE
 M:	Palmer Dabbelt <palmer@sifive.com>
 M:	Albert Ou <aou@eecs.berkeley.edu>
 L:	linux-riscv@lists.infradead.org
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git
 S:	Supported
 F:	arch/riscv/
 K:	riscv
-- 
2.20.1


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

* Re: [PATCH] MAINTAINERS: change the arch/riscv git tree to the new shared tree
  2019-06-13  7:07 [PATCH] MAINTAINERS: change the arch/riscv git tree to the new shared tree Paul Walmsley
@ 2019-06-13  7:25 ` Christoph Hellwig
  2019-06-27  9:01   ` Christoph Hellwig
  2019-06-15 14:47 ` Palmer Dabbelt
  1 sibling, 1 reply; 5+ messages in thread
From: Christoph Hellwig @ 2019-06-13  7:25 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-kernel, linux-riscv, palmer

On Thu, Jun 13, 2019 at 12:07:21AM -0700, Paul Walmsley wrote:
> Palmer, with Konstantin's gracious help, set up a shared kernel.org
> git tree for arch/riscv patches going forward.  Change the MAINTAINERS
> file accordingly.
> 
> Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
> Cc: Palmer Dabbelt <palmer@sifive.com>

Should you be added to the maintainers?  Is Albert still around, as
I see a lot of people Ccing him, but never getting an answer?

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

* Re: [PATCH] MAINTAINERS: change the arch/riscv git tree to the new shared tree
  2019-06-13  7:07 [PATCH] MAINTAINERS: change the arch/riscv git tree to the new shared tree Paul Walmsley
  2019-06-13  7:25 ` Christoph Hellwig
@ 2019-06-15 14:47 ` Palmer Dabbelt
  1 sibling, 0 replies; 5+ messages in thread
From: Palmer Dabbelt @ 2019-06-15 14:47 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-kernel, linux-riscv

On Thu, 13 Jun 2019 00:07:21 PDT (-0700), Paul Walmsley wrote:
> Palmer, with Konstantin's gracious help, set up a shared kernel.org
> git tree for arch/riscv patches going forward.  Change the MAINTAINERS
> file accordingly.
>
> Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
> Cc: Palmer Dabbelt <palmer@sifive.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 57f496cff999..290359a46bbe 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13476,7 +13476,7 @@ RISC-V ARCHITECTURE
>  M:	Palmer Dabbelt <palmer@sifive.com>
>  M:	Albert Ou <aou@eecs.berkeley.edu>
>  L:	linux-riscv@lists.infradead.org
> -T:	git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git
>  S:	Supported
>  F:	arch/riscv/
>  K:	riscv

Reiewed-by: Palmer Dabbelt <palmer@sifive.com>

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

* Re: [PATCH] MAINTAINERS: change the arch/riscv git tree to the new shared tree
  2019-06-13  7:25 ` Christoph Hellwig
@ 2019-06-27  9:01   ` Christoph Hellwig
  2019-06-28  0:30     ` Palmer Dabbelt
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Hellwig @ 2019-06-27  9:01 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-riscv, palmer, linux-kernel

On Thu, Jun 13, 2019 at 12:25:18AM -0700, Christoph Hellwig wrote:
> On Thu, Jun 13, 2019 at 12:07:21AM -0700, Paul Walmsley wrote:
> > Palmer, with Konstantin's gracious help, set up a shared kernel.org
> > git tree for arch/riscv patches going forward.  Change the MAINTAINERS
> > file accordingly.
> > 
> > Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
> > Cc: Palmer Dabbelt <palmer@sifive.com>
> 
> Should you be added to the maintainers?  Is Albert still around, as
> I see a lot of people Ccing him, but never getting an answer?

ping?

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

* Re: [PATCH] MAINTAINERS: change the arch/riscv git tree to the new shared tree
  2019-06-27  9:01   ` Christoph Hellwig
@ 2019-06-28  0:30     ` Palmer Dabbelt
  0 siblings, 0 replies; 5+ messages in thread
From: Palmer Dabbelt @ 2019-06-28  0:30 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Paul Walmsley, linux-riscv, linux-kernel

On Thu, 27 Jun 2019 02:01:16 PDT (-0700), Christoph Hellwig wrote:
> On Thu, Jun 13, 2019 at 12:25:18AM -0700, Christoph Hellwig wrote:
>> On Thu, Jun 13, 2019 at 12:07:21AM -0700, Paul Walmsley wrote:
>> > Palmer, with Konstantin's gracious help, set up a shared kernel.org
>> > git tree for arch/riscv patches going forward.  Change the MAINTAINERS
>> > file accordingly.
>> >
>> > Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
>> > Cc: Palmer Dabbelt <palmer@sifive.com>
>>
>> Should you be added to the maintainers?  Is Albert still around, as
>> I see a lot of people Ccing him, but never getting an answer?
>
> ping?

Odd.  I significantly remember saying "let me just finish writing this patch
before we have lunch" at the last day of the workshop, but it looks like I
never sent it out and can't find the actual patch.  I'm blaming this new
laptop, which is constantly blowing up on me :)

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

end of thread, other threads:[~2019-06-28  0:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13  7:07 [PATCH] MAINTAINERS: change the arch/riscv git tree to the new shared tree Paul Walmsley
2019-06-13  7:25 ` Christoph Hellwig
2019-06-27  9:01   ` Christoph Hellwig
2019-06-28  0:30     ` Palmer Dabbelt
2019-06-15 14:47 ` Palmer Dabbelt

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).