public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Baoquan He <baoquan.he@linux.dev>
To: Pasha Tatashin <pasha.tatashin@soleen.com>,
	vgoyal@redhat.com, ruirui.yang@linux.dev, dyoung@redhat.com
Cc: rppt@kernel.org, tglx@kernel.org, kuba@kernel.org,
	enelsonmoore@gmail.com, martink@posteo.de,
	magnus.karlsson@intel.com, akpm@linux-foundation.org,
	linux-kernel@vger.kernel.org, pratyush@kernel.org,
	krzysztof.kozlowski@oss.qualcomm.com, diego.viola@gmail.com,
	broonie@kernel.org, cl@gentwo.org, masahiroy@kernel.org,
	kexec mailing list <kexec@lists.infradead.org>,
	Baoquan He <bhe@redhat.com>
Subject: Re: [PATCH] MAINTAINERS: update kexec/kdump maintainers entries
Date: Sun, 19 Apr 2026 17:10:23 +0800	[thread overview]
Message-ID: <aeSb_xv9gzPS0Vv5@MiWiFi-R3L-srv> (raw)
In-Reply-To: <CA+CK2bDwcGLasN56NXJdwq_AvFWrz+WMv9L9uxK8MkChXw29rg@mail.gmail.com>

On 04/17/26 at 05:57pm, Pasha Tatashin wrote:
> CC: kexec mailing list.

CC more people in reivewers' list.

> 
> On Mon, Apr 13, 2026 at 8:11 AM Pasha Tatashin
> <pasha.tatashin@soleen.com> wrote:
> >
> > Update KEXEC and KDUMP maintainer entries by adding the live
> > update group maintainers. Remove Vivek Goyal due to inactivity
> > to keep the MAINTAINERS file up-to-date, and add Vivek to the
> > CREDITS file to recognize their contributions.
> >
> > Signed-off-by: Pasha Tatashin <pasha.tatashin@soleen.com>
> > ---
> >  CREDITS     | 4 ++++
> >  MAINTAINERS | 7 ++++++-
> >  2 files changed, 10 insertions(+), 1 deletion(-)
> >
> > diff --git a/CREDITS b/CREDITS
> > index 9091bac3d2da..035f70bae0cc 100644
> > --- a/CREDITS
> > +++ b/CREDITS
> > @@ -1456,6 +1456,10 @@ N: Andy Gospodarek
> >  E: andy@greyhouse.net
> >  D: Maintenance and contributions to the network interface bonding driver.
> >
> > +N: Vivek Goyal
> > +E: vgoyal@redhat.com
> > +D: KDUMP, KEXEC, and VIRTIO FILE SYSTEM
> > +
> >  N: Wolfgang Grandegger
> >  E: wg@grandegger.com
> >  D: Controller Area Network (device drivers)
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index d238590a31f2..e5b4db2d8f88 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -13796,7 +13796,9 @@ F:      scripts/Makefile.kcsan
> >  KDUMP
> >  M:     Andrew Morton <akpm@linux-foundation.org>
> >  M:     Baoquan He <bhe@redhat.com>
> > -R:     Vivek Goyal <vgoyal@redhat.com>
> > +M:     Mike Rapoport <rppt@kernel.org>
> > +M:     Pasha Tatashin <pasha.tatashin@soleen.com>
> > +M:     Pratyush Yadav <pratyush@kernel.org>
> >  R:     Dave Young <dyoung@redhat.com>
> >  L:     kexec@lists.infradead.org
> >  S:     Maintained
> > @@ -14112,6 +14114,9 @@ F:      include/linux/kernfs.h
> >  KEXEC
> >  M:     Andrew Morton <akpm@linux-foundation.org>
> >  M:     Baoquan He <bhe@redhat.com>
> > +M:     Mike Rapoport <rppt@kernel.org>
> > +M:     Pasha Tatashin <pasha.tatashin@soleen.com>
> > +M:     Pratyush Yadav <pratyush@kernel.org>
> >  L:     kexec@lists.infradead.org
> >  W:     http://kernel.org/pub/linux/utils/kernel/kexec/
> >  F:     include/linux/kexec.h
> > --
> > 2.43.0
> >

  reply	other threads:[~2026-04-19  9:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-13 12:11 [PATCH] MAINTAINERS: update kexec/kdump maintainers entries Pasha Tatashin
2026-04-13 13:09 ` Pratyush Yadav
2026-04-13 13:29 ` Mike Rapoport
2026-04-14  2:40   ` Pasha Tatashin
2026-04-14 12:10     ` Mike Rapoport
2026-04-14 13:00       ` Pasha Tatashin
2026-04-17 21:57 ` Pasha Tatashin
2026-04-19  9:10   ` Baoquan He [this message]
2026-04-19  9:11   ` Baoquan He

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aeSb_xv9gzPS0Vv5@MiWiFi-R3L-srv \
    --to=baoquan.he@linux.dev \
    --cc=akpm@linux-foundation.org \
    --cc=bhe@redhat.com \
    --cc=broonie@kernel.org \
    --cc=cl@gentwo.org \
    --cc=diego.viola@gmail.com \
    --cc=dyoung@redhat.com \
    --cc=enelsonmoore@gmail.com \
    --cc=kexec@lists.infradead.org \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=magnus.karlsson@intel.com \
    --cc=martink@posteo.de \
    --cc=masahiroy@kernel.org \
    --cc=pasha.tatashin@soleen.com \
    --cc=pratyush@kernel.org \
    --cc=rppt@kernel.org \
    --cc=ruirui.yang@linux.dev \
    --cc=tglx@kernel.org \
    --cc=vgoyal@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox