All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] modules: begin maintainer transition
@ 2016-10-25 23:46 Rusty Russell
  2016-10-27 21:15 ` Linus Torvalds
  2016-10-28 17:57 ` [PULL] " Jonathan Corbet
  0 siblings, 2 replies; 6+ messages in thread
From: Rusty Russell @ 2016-10-25 23:46 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Jessica Yu

The following changes since commit 9fe68cad6e74967b88d0c6aeca7d9cd6b6e91942:

  Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2016-10-24 21:34:13 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/modules-next-for-linus

for you to fetch changes up to a467a672cf097ec11332a9b22db6e31d3ef50359:

  MAINTAINERS: Begin module maintainer transition (2016-10-26 10:11:30 +1030)

----------------------------------------------------------------
(Quoting from the MAINTAINERS commit:)

Being a Linux kernel maintainer has been my proudest professional
accomplishment, spanning the last 19 years.  But now we have a surfeit
of excellent hackers, and I can hand this over without regret.

I'll still be around as co-maintainer for another cycle, but Jessica
is now the one to convince if you want your patches applied.  She
rocks, and is far more timely than me too!

Cheers,
Rusty.

----------------------------------------------------------------
Rusty Russell (1):
      MAINTAINERS: Begin module maintainer transition

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

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

* Re: [PULL] modules: begin maintainer transition
  2016-10-25 23:46 [PULL] modules: begin maintainer transition Rusty Russell
@ 2016-10-27 21:15 ` Linus Torvalds
  2016-10-27 23:00   ` Rusty Russell
  2016-10-28 17:57 ` [PULL] " Jonathan Corbet
  1 sibling, 1 reply; 6+ messages in thread
From: Linus Torvalds @ 2016-10-27 21:15 UTC (permalink / raw)
  To: Rusty Russell; +Cc: LKML, Jessica Yu

On Tue, Oct 25, 2016 at 4:46 PM, Rusty Russell <rusty@rustcorp.com.au> wrote:
>
> Rusty Russell (1):
>       MAINTAINERS: Begin module maintainer transition

Jessica, do you have a pgp key? And Rusty, have you signed it? That
makes the whole "pull signed tags" transition nicer..

                Linus

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

* Re: [PULL] modules: begin maintainer transition
  2016-10-27 21:15 ` Linus Torvalds
@ 2016-10-27 23:00   ` Rusty Russell
  2016-10-27 23:29     ` Linus Torvalds
  0 siblings, 1 reply; 6+ messages in thread
From: Rusty Russell @ 2016-10-27 23:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Jessica Yu

Linus Torvalds <torvalds@linux-foundation.org> writes:
> On Tue, Oct 25, 2016 at 4:46 PM, Rusty Russell <rusty@rustcorp.com.au> wrote:
>>
>> Rusty Russell (1):
>>       MAINTAINERS: Begin module maintainer transition
>
> Jessica, do you have a pgp key? And Rusty, have you signed it? That
> makes the whole "pull signed tags" transition nicer..

Well, I don't know her, I just know her work.

But I'll figure it out.  I see a module implementation trivia game in my
future!

Thanks,
Rusty.

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

* Re: [PULL] modules: begin maintainer transition
  2016-10-27 23:00   ` Rusty Russell
@ 2016-10-27 23:29     ` Linus Torvalds
  2016-10-28 17:23       ` Jessica Yu
  0 siblings, 1 reply; 6+ messages in thread
From: Linus Torvalds @ 2016-10-27 23:29 UTC (permalink / raw)
  To: Rusty Russell; +Cc: LKML, Jessica Yu

On Thu, Oct 27, 2016 at 4:00 PM, Rusty Russell <rusty@rustcorp.com.au> wrote:
>
> Well, I don't know her, I just know her work.
>
> But I'll figure it out.  I see a module implementation trivia game in my
> future!

It's fine, and I certainly don't require any key signing on
maintainership change, it's just obviously a nice thing to have as a
"handoff".

I'm assuming that Jessica can get her key signed lots of ways through
various redhat people..

              Linus

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

* Re: modules: begin maintainer transition
  2016-10-27 23:29     ` Linus Torvalds
@ 2016-10-28 17:23       ` Jessica Yu
  0 siblings, 0 replies; 6+ messages in thread
From: Jessica Yu @ 2016-10-28 17:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Rusty Russell, LKML

+++ Linus Torvalds [27/10/16 16:29 -0700]:
>On Thu, Oct 27, 2016 at 4:00 PM, Rusty Russell <rusty@rustcorp.com.au> wrote:
>>
>> Well, I don't know her, I just know her work.
>>
>> But I'll figure it out.  I see a module implementation trivia game in my
>> future!
>
>It's fine, and I certainly don't require any key signing on
>maintainership change, it's just obviously a nice thing to have as a
>"handoff".
>
>I'm assuming that Jessica can get her key signed lots of ways through
>various redhat people..

Yeah, and luckily with Plumbers coming up next week I'll be able to
get a good number of signatures by then.

Jessica

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

* Re: [PULL] modules: begin maintainer transition
  2016-10-25 23:46 [PULL] modules: begin maintainer transition Rusty Russell
  2016-10-27 21:15 ` Linus Torvalds
@ 2016-10-28 17:57 ` Jonathan Corbet
  1 sibling, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2016-10-28 17:57 UTC (permalink / raw)
  To: Rusty Russell; +Cc: Linus Torvalds, LKML, Jessica Yu

On Wed, 26 Oct 2016 10:16:15 +1030
Rusty Russell <rusty@rustcorp.com.au> wrote:

> Being a Linux kernel maintainer has been my proudest professional
> accomplishment, spanning the last 19 years.  But now we have a surfeit
> of excellent hackers, and I can hand this over without regret.

So somebody needs to say this, I can't be the only one thinking it...
Thanks, Rusty, for all you did over all those years.  The technical work
was great, but what you did to make the community a more welcoming,
interesting, and fun place was just as important.  We'll miss you around
here!

jon

P.S. I will admit that I'm still annoyed at how you took all the
profanity out of the early kernel docs.

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

end of thread, other threads:[~2016-10-28 17:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-25 23:46 [PULL] modules: begin maintainer transition Rusty Russell
2016-10-27 21:15 ` Linus Torvalds
2016-10-27 23:00   ` Rusty Russell
2016-10-27 23:29     ` Linus Torvalds
2016-10-28 17:23       ` Jessica Yu
2016-10-28 17:57 ` [PULL] " Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.