From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-177.mta0.migadu.com (out-177.mta0.migadu.com [91.218.175.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3AFD02D6409 for ; Sun, 19 Apr 2026 09:10:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.177 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776589834; cv=none; b=Bjz6A37m6cvziLh6gL9Prz7N3JeeZ/SY6LVYVLfp1q7Ab6m3Z+XEB/I6Ax+Wf7ObC0JU3k1UThglA+OwT2GrXks3+LIEgA5tooukx3UiBp/CvI2OdIwCTcHM2jy0wtFQI8qNfcwUcWUOFuRgnX7JwNFlXMizzri1fOsa+hWLkMg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776589834; c=relaxed/simple; bh=ma9+rg6cYLJnh0sPQv7gQrShTg2jqAoxW/yCLCx6V28=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uR0fUr7IiU00Gc9V/2ZmfmO39DuTpqLSVWH0raEWAD/fDJF+peGhK/vlLUuVtzfOc4MkUA/Sdrg4wI1VAJyy+0/wIdq5rSSIURjZ4I7cT4NdV3gzZeQ5p/ckMgLq0jWHNQa7Sb5YP0xnvPWZesS+TKivN+XeMGQejSkgMZGXpg8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=Q5h5B38i; arc=none smtp.client-ip=91.218.175.177 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="Q5h5B38i" Date: Sun, 19 Apr 2026 17:10:23 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1776589830; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6J8ehCkrmP/V19GUsfdL2G29gjzTaGv6leFxhWhWang=; b=Q5h5B38i847Ynd7aWT65awEod7gzuzVpJSxSBNOBeT13hXKgHXEUOQKaFmdB6GhKdmm2n1 JSRRgAnag8Csn+8dVfqTmktEA59lk8hjKnuHQjxXs3gIHudhGUB1NsjoDqBuQNyp+G7iez L7iUyiinuG/o/LQB0yMsyIeuVZCcl6k= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Baoquan He To: Pasha Tatashin , 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 , Baoquan He Subject: Re: [PATCH] MAINTAINERS: update kexec/kdump maintainers entries Message-ID: References: <20260413121146.49215-1-pasha.tatashin@soleen.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT 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 > 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 > > --- > > 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 > > M: Baoquan He > > -R: Vivek Goyal > > +M: Mike Rapoport > > +M: Pasha Tatashin > > +M: Pratyush Yadav > > R: Dave Young > > L: kexec@lists.infradead.org > > S: Maintained > > @@ -14112,6 +14114,9 @@ F: include/linux/kernfs.h > > KEXEC > > M: Andrew Morton > > M: Baoquan He > > +M: Mike Rapoport > > +M: Pasha Tatashin > > +M: Pratyush Yadav > > L: kexec@lists.infradead.org > > W: http://kernel.org/pub/linux/utils/kernel/kexec/ > > F: include/linux/kexec.h > > -- > > 2.43.0 > >