From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E25233B9DA2 for ; Mon, 13 Apr 2026 13:29:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776086969; cv=none; b=EHDeEHG19NwRrO46ytgiiK8zxnhZIU2thboePUstuWiCpwEptppE746nRIO+jsH/azsuEWkx6JnYtDTul8rFj1gch05UtwbCrWK6gdqMOTnlCZvd/MfqXV2hI231qj4LkU5mamsC42DXdf93J//a3xsNrk5AXo51RG5qFS82cqU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776086969; c=relaxed/simple; bh=tMdKgAISHP5vztkOjWdqAtjm9l1AP3vCQ/ymPkqo58o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=p5gZh8WDLgtLjfBhkNd3IXa6CBie4vwTDx3xZw03isSYDj2/ZO6OIs4pmMgfys+39iYRDrYuj2QE5FiuD/o7LhXsZ5lYsVeBizfdU+vXgaP0zL4o1trLS+WLWPTNs+5M9rU4mlsbqUw7lRVVTg8w44O/oEO9WG3Jl3f02/BgtFQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QdSSyCnK; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QdSSyCnK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 07241C2BCAF; Mon, 13 Apr 2026 13:29:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776086968; bh=tMdKgAISHP5vztkOjWdqAtjm9l1AP3vCQ/ymPkqo58o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QdSSyCnKed3IWvbG0dfHSIJ/77z/+2upBlWOWzo3y0w+scnZoGTi+0WOeGwhXNvW/ iywleY3yA8kHtA/60Qfz1rne4rm/frnu2rbGSKMUhKLK76dso8Pmappy+UxEwkXUGl /+BMJe4qlOdYc6JeWc9ETxDEeVETku8ZF+EyJ8kNMXe+Bgfl0zar/aS/2RT58eAH6l 5/zQL/5Lf5YYS/hr8lLma5okYS0ulPkzBAdQk25h95o+WG5s+a7LsOstpqjpWRAKLk 7zLefPgQJxhW/tMWtFHUxvqd6EegdnvXTNOMDplwujdTQABm69uL3Q//ucp2B+B2Y7 A3+vbOn9Ma40Q== Date: Mon, 13 Apr 2026 16:29:20 +0300 From: Mike Rapoport To: Pasha Tatashin Cc: 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 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=us-ascii Content-Disposition: inline In-Reply-To: <20260413121146.49215-1-pasha.tatashin@soleen.com> On Mon, Apr 13, 2026 at 12:11:46PM +0000, 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 Acked-by: Mike Rapoport (Microsoft) > --- > 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 > -- Sincerely yours, Mike.