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 2CDF93E51F8 for ; Tue, 14 Apr 2026 12:18:05 +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=1776169086; cv=none; b=jY5qaqaMdX1GneeYcNMaVUS74fJuBO5LTvWvTKrpx7PHYkrkjlxKxs3IAp4gIi1Y8hkrcQ9SegtuuUtyXpep0Hawb/r+zQDJQiWMlC+ahVJHacueQLhgnHKdVVbxLzg5PnW/tqK7Su/m+puxgmyUUsnHeUz7ulAr64w3FZESz/M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776169086; c=relaxed/simple; bh=C8aNWw0AbQoUzlLKddK8Zjdqea5+Y0/v3eZoxdIwDQw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=H1SMsvZsB8geDWHP3E1OkxYCOrpy9N2wHjrRIc5y0OxxWrTWrO67g+qrhAb283joyfnF3D3jTRKnBXKx0A/3+dzgkrZRrUY4ro+Wssuf6wFSX2d4ENMmopH+m6tjBAFgcfJATCkkMRuQlWOUJSThWYgcEIymQkXNtO4DY9M2tLU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=T0M98o8d; 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="T0M98o8d" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C5D58C2BCB5; Tue, 14 Apr 2026 12:18:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776169085; bh=C8aNWw0AbQoUzlLKddK8Zjdqea5+Y0/v3eZoxdIwDQw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=T0M98o8dweNBxTJhaWK3u8rQ7z1SfMNuA+rueB7kiH1oylkCUSsbU62eSYn7jdXss YwaRpyX8FuP6VObBMD0F6PtzT90BP1PEMoGDIWM8YfcRZAUnudMZfSwElHMGArXPbO PascLPYk7Q0dge1QUCe+kOYmE8+tvEEe3ohH369SHT6KxFcJeCm2sG6KQQlpydJiJt uRS7L+fWk3ehBDzwWK4OaTFEp+DxiPpwlpqBHMbWIx5stKVouGnzhhk3/VXVl0Ajot 2F9grHKy/5Asws7FOmiplUxPrka4eW1DRWOxc4cfYcUZAX8TNTTVF+uK9MnnEBlpu7 jeMqz87u/FxAw== From: Pratyush Yadav To: Andrew Morton , Baoquan He , Pasha Tatashin , Pratyush Yadav , Alexander Graf , Mike Rapoport , "David Hildenbrand (Arm)" Cc: kexec@lists.infradead.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers Date: Tue, 14 Apr 2026 12:17:18 +0000 Message-ID: <20260414121752.1912847-2-pratyush@kernel.org> X-Mailer: git-send-email 2.54.0.rc0.605.g598a273b03-goog In-Reply-To: <20260414121752.1912847-1-pratyush@kernel.org> References: <20260414121752.1912847-1-pratyush@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Pratyush Yadav (Google)" I have been helping out with reviewing and developing KHO. I would also like to help maintain it. Change my entry from R to M for KHO and live update. Alex has been inactive for a while, so to avoid over-crowding the KHO entry and to keep the information up-to-date, move his entry from M to R. We also now have a tree for KHO and live update at liveupdate/linux.git where we plan to start maintaining those subsystems and start queuing the patches. List that in the entries as well. Signed-off-by: Pratyush Yadav (Google) --- CREDITS | 4 ++++ MAINTAINERS | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CREDITS b/CREDITS index 9091bac3d2da..9173508b4e03 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: Alexander Graf +E: graf@amazon.com +D: Kexec Handover (KHO) + N: Wolfgang Grandegger E: wg@grandegger.com D: Controller Area Network (device drivers) diff --git a/MAINTAINERS b/MAINTAINERS index 915f074c3577..97820188a600 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14109,13 +14109,14 @@ F: include/uapi/linux/kexec.h F: kernel/kexec* KEXEC HANDOVER (KHO) -M: Alexander Graf M: Mike Rapoport M: Pasha Tatashin -R: Pratyush Yadav +M: Pratyush Yadav +R: Alexander Graf L: kexec@lists.infradead.org L: linux-mm@kvack.org S: Maintained +T: git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git F: Documentation/admin-guide/mm/kho.rst F: Documentation/core-api/kho/* F: include/linux/kexec_handover.h @@ -14802,9 +14803,10 @@ F: tools/testing/selftests/livepatch/ LIVE UPDATE M: Pasha Tatashin M: Mike Rapoport -R: Pratyush Yadav +M: Pratyush Yadav L: linux-kernel@vger.kernel.org S: Maintained +T: git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git F: Documentation/core-api/liveupdate.rst F: Documentation/mm/memfd_preservation.rst F: Documentation/userspace-api/liveupdate.rst -- 2.54.0.rc0.605.g598a273b03-goog