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 0D7291FC8 for ; Tue, 14 Apr 2026 12:10:23 +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=1776168624; cv=none; b=V/TrsbSpbLMXl6VpbVoV0Z3QGxm9x5hXTzc3Xqorapi8oSIxuT5PvgCjmQ7cNpZLECGYqVt/dov8xFmhhnqnCuetonTCqgKK1WMAzdLuwMbxl8eMn+ZblsAbXkbBj+NZeBMyrhS6O92NdZKNI7ftFb1zUslf4clJwfK1EbexPao= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776168624; c=relaxed/simple; bh=MdQYoSKgWruz8lx7h4qX+NlGn/9cO8Xy8xFJ+hJFfXM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ysg73eTu7tqF5duVTuYO5ZNA036MJ1q6EC0RtCvpKKddugehVgusPed3JtWuY8dd0xYB8HNLWbUEte5DH/Xm3b0iwNncUcrGA4vcJxEiMRIfMSp6qM62jUuh+bfUQshOQbq7uCqqgmqcCokG0qmbwTM363yvXKt6Dk6D3iifk4Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=a54Erhtp; 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="a54Erhtp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB0E2C2BCB0; Tue, 14 Apr 2026 12:10:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776168623; bh=MdQYoSKgWruz8lx7h4qX+NlGn/9cO8Xy8xFJ+hJFfXM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a54Erhtp+/GUnHop1qGJp8ywp1eCKZxnJ5SMMVeOeWpzys9HgdHY0ZXU8cTqRoHbs DtGmHTdOl3relHJZAEc+lxoPwnGwpMHIW3uIoEWu43Ayxy6qOi9EE2x3l1db2Ax/sK a03zDuUbuOOvoKgE6lo/IaWOJRhWjcu6R2bzR55Wg0Tcv9Dp7LYscs896PY76GFuBX IKkBZJlZjnt1JbJOJ5gsnxZQFrZtXZ0QHu+t7vRglBM9dQtC4G2mb5agycuPWg63XE gS7RStShB8ltnzcKKFOSdXArixwa10byd8ijqg2CfRvB/rxsOQUDv4y4VH85rOqfnF WQb3zXyea/eIg== Date: Tue, 14 Apr 2026 15:10:14 +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, baoquan.he@linux.dev 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: CCing baoquan.he@linux.dev for real :) On Mon, Apr 13, 2026 at 10:40:34PM -0400, Pasha Tatashin wrote: > CCing baoquan.he@linux.dev > > get_maintainer.pl missed Baoquan's e-mail for some reason. > > Pasha > > On Mon, Apr 13, 2026 at 9:29 AM Mike Rapoport wrote: > > > > 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. -- Sincerely yours, Mike.