Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1359067 > unrolled thread
| Started by | Josh Poimboeuf <jpoimboe@redhat.com> |
|---|---|
| First post | 2016-03-16 16:10 +0100 |
| Last post | 2016-03-17 00:20 +0100 |
| Articles | 6 — 6 participants |
Back to article view | Back to linux.kernel
[PATCH] livepatch: Update maintainers Josh Poimboeuf <jpoimboe@redhat.com> - 2016-03-16 16:10 +0100
Re: [PATCH] livepatch: Update maintainers Seth Jennings <sjenning@redhat.com> - 2016-03-16 16:20 +0100
Re: [PATCH] livepatch: Update maintainers Miroslav Benes <mbenes@suse.cz> - 2016-03-16 16:40 +0100
Re: [PATCH] livepatch: Update maintainers Vojtech Pavlik <vojtech@suse.com> - 2016-03-16 16:40 +0100
Re: livepatch: Update maintainers Jessica Yu <jeyu@redhat.com> - 2016-03-16 17:20 +0100
Re: [PATCH] livepatch: Update maintainers Jiri Kosina <jikos@kernel.org> - 2016-03-17 00:20 +0100
| From | Josh Poimboeuf <jpoimboe@redhat.com> |
|---|---|
| Date | 2016-03-16 16:10 +0100 |
| Subject | [PATCH] livepatch: Update maintainers |
| Message-ID | <rdlfb-2aF-3@gated-at.bofh.it> |
Seth and Vojtech are no longer active maintainers of livepatch, so remove them in favor of Jessica and Miroslav. Also add Petr as a designated reviewer. Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> --- MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 860e306..e04e0a5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6583,9 +6583,10 @@ F: drivers/platform/x86/hp_accel.c LIVE PATCHING M: Josh Poimboeuf <jpoimboe@redhat.com> -M: Seth Jennings <sjenning@redhat.com> +M: Jessica Yu <jeyu@redhat.com> M: Jiri Kosina <jikos@kernel.org> -M: Vojtech Pavlik <vojtech@suse.com> +M: Miroslav Benes <mbenes@suse.cz> +R: Petr Mladek <pmladek@suse.com> S: Maintained F: kernel/livepatch/ F: include/linux/livepatch.h -- 2.4.3
[toc] | [next] | [standalone]
| From | Seth Jennings <sjenning@redhat.com> |
|---|---|
| Date | 2016-03-16 16:20 +0100 |
| Message-ID | <rdloS-2eB-7@gated-at.bofh.it> |
| In reply to | #1359067 |
On Wed, Mar 16, 2016 at 10:03 AM, Josh Poimboeuf <jpoimboe@redhat.com> wrote: > Seth and Vojtech are no longer active maintainers of livepatch, so > remove them in favor of Jessica and Miroslav. > > Also add Petr as a designated reviewer. > > Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> > --- > MAINTAINERS | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 860e306..e04e0a5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6583,9 +6583,10 @@ F: drivers/platform/x86/hp_accel.c > > LIVE PATCHING > M: Josh Poimboeuf <jpoimboe@redhat.com> > -M: Seth Jennings <sjenning@redhat.com> > +M: Jessica Yu <jeyu@redhat.com> > M: Jiri Kosina <jikos@kernel.org> > -M: Vojtech Pavlik <vojtech@suse.com> > +M: Miroslav Benes <mbenes@suse.cz> > +R: Petr Mladek <pmladek@suse.com> > S: Maintained > F: kernel/livepatch/ > F: include/linux/livepatch.h Acked-by: Seth Jennings <sjenning@redhat.com> > -- > 2.4.3 >
[toc] | [prev] | [next] | [standalone]
| From | Miroslav Benes <mbenes@suse.cz> |
|---|---|
| Date | 2016-03-16 16:40 +0100 |
| Message-ID | <rdlId-2mU-3@gated-at.bofh.it> |
| In reply to | #1359067 |
On Wed, 16 Mar 2016, Josh Poimboeuf wrote: > Seth and Vojtech are no longer active maintainers of livepatch, so > remove them in favor of Jessica and Miroslav. > > Also add Petr as a designated reviewer. > > Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> > --- > MAINTAINERS | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 860e306..e04e0a5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6583,9 +6583,10 @@ F: drivers/platform/x86/hp_accel.c > > LIVE PATCHING > M: Josh Poimboeuf <jpoimboe@redhat.com> > -M: Seth Jennings <sjenning@redhat.com> > +M: Jessica Yu <jeyu@redhat.com> > M: Jiri Kosina <jikos@kernel.org> > -M: Vojtech Pavlik <vojtech@suse.com> > +M: Miroslav Benes <mbenes@suse.cz> > +R: Petr Mladek <pmladek@suse.com> > S: Maintained > F: kernel/livepatch/ > F: include/linux/livepatch.h Acked-by: Miroslav Benes <mbenes@suse.cz>
[toc] | [prev] | [next] | [standalone]
| From | Vojtech Pavlik <vojtech@suse.com> |
|---|---|
| Date | 2016-03-16 16:40 +0100 |
| Message-ID | <rdlIe-2mU-23@gated-at.bofh.it> |
| In reply to | #1359067 |
On Wed, Mar 16, 2016 at 10:03:36AM -0500, Josh Poimboeuf wrote: > Seth and Vojtech are no longer active maintainers of livepatch, so > remove them in favor of Jessica and Miroslav. > > Also add Petr as a designated reviewer. > > Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> > --- > MAINTAINERS | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 860e306..e04e0a5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6583,9 +6583,10 @@ F: drivers/platform/x86/hp_accel.c > > LIVE PATCHING > M: Josh Poimboeuf <jpoimboe@redhat.com> > -M: Seth Jennings <sjenning@redhat.com> > +M: Jessica Yu <jeyu@redhat.com> > M: Jiri Kosina <jikos@kernel.org> > -M: Vojtech Pavlik <vojtech@suse.com> > +M: Miroslav Benes <mbenes@suse.cz> > +R: Petr Mladek <pmladek@suse.com> > S: Maintained > F: kernel/livepatch/ > F: include/linux/livepatch.h > -- > 2.4.3 Acked-by: Vojtech Pavlik <vojtech@suse.com> -- Vojtech Pavlik Director SuSE Labs
[toc] | [prev] | [next] | [standalone]
| From | Jessica Yu <jeyu@redhat.com> |
|---|---|
| Date | 2016-03-16 17:20 +0100 |
| Subject | Re: livepatch: Update maintainers |
| Message-ID | <rdmkW-2QE-13@gated-at.bofh.it> |
| In reply to | #1359067 |
+++ Josh Poimboeuf [16/03/16 10:03 -0500]: >Seth and Vojtech are no longer active maintainers of livepatch, so >remove them in favor of Jessica and Miroslav. > >Also add Petr as a designated reviewer. > >Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> >--- > MAINTAINERS | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/MAINTAINERS b/MAINTAINERS >index 860e306..e04e0a5 100644 >--- a/MAINTAINERS >+++ b/MAINTAINERS >@@ -6583,9 +6583,10 @@ F: drivers/platform/x86/hp_accel.c > > LIVE PATCHING > M: Josh Poimboeuf <jpoimboe@redhat.com> >-M: Seth Jennings <sjenning@redhat.com> >+M: Jessica Yu <jeyu@redhat.com> > M: Jiri Kosina <jikos@kernel.org> >-M: Vojtech Pavlik <vojtech@suse.com> >+M: Miroslav Benes <mbenes@suse.cz> >+R: Petr Mladek <pmladek@suse.com> > S: Maintained > F: kernel/livepatch/ > F: include/linux/livepatch.h Acked-by: Jessica Yu <jeyu@redhat.com> >-- >2.4.3 >
[toc] | [prev] | [next] | [standalone]
| From | Jiri Kosina <jikos@kernel.org> |
|---|---|
| Date | 2016-03-17 00:20 +0100 |
| Message-ID | <rdsTo-7vZ-21@gated-at.bofh.it> |
| In reply to | #1359067 |
On Wed, 16 Mar 2016, Josh Poimboeuf wrote: > Seth and Vojtech are no longer active maintainers of livepatch, so > remove them in favor of Jessica and Miroslav. > > Also add Petr as a designated reviewer. > > Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Thanks to everybody for the Acks; I've just applied this to for-4.6/upstream. Petr is the only one affected who hasn't provided his Ack by the time this patch has been applied, as he is currently offline; but I hereby declare that I've been talking to him earlier today and he's OK with this change :) Thanks, -- Jiri Kosina SUSE Labs
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web