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 42095423A8F for ; Tue, 28 Apr 2026 12:48:42 +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=1777380523; cv=none; b=pPzroQB1q7J1I+GN9v6UXJmwCouvOxOj7eEQXD/esUA8hIF1Kkd8hnSPnZqYKTvbZIqlJXYJJoIwPv61nzpzC5ermFs6G/aDlMqOSo65bnN9i/ugMbB4wMz+pN7bPzwWGTDk00yuBCoa2FnNK8WPnnoKxIC+WKVJrNGwdL2NZ7Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777380523; c=relaxed/simple; bh=n5wCm15+K3+O44nSoPI+pxf4Moq6WiC8pN5zqLPu6y4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=UDEJlnIJSGL21WADjW1PhrVC45UxbIZtjkUpxMpDbg3Jhb/r24Q2owwIvIjD1v3HnPMicb1XEpBNFIIYIKyORfbiJQEVGRU7y+jZjENy15xvy/7x3Kk2XK9YbhLD0caoxRBpkZHteJA80xFDpW50enRxyRfYK5ZszRRj226n904= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jBYDFTqg; 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="jBYDFTqg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C751C2BCB5; Tue, 28 Apr 2026 12:48:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777380522; bh=n5wCm15+K3+O44nSoPI+pxf4Moq6WiC8pN5zqLPu6y4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jBYDFTqgY74W3Nx4q4t4eeLXg0fv06ArwPH8T3Lpm3nQfZpI/p9jOTRkxVQYbU4nm cjDZwTjRSOc2KM2HqbZluQsumaLCCERATaE47SwFCOUx3CjQ5ZY/S3ZVAqwV9Q18a1 yhEWMNINnZicNm4hETuhbi6V1wOsfqJIjr0/hFNLF5uTd3lDEvjKTg/uLGzfVAas1r QDN/zAImaFFPtbO78SVoGcvCnkl1mGmkHrkuhjF6rokTXZ296qVm1uTmWNKYPkyfl+ QO+f3Pmk9fMawYShQFwrH8M40VegvRZ3kjdvPLlhJ6f51UIYxP7/WCm/fiBcAfRMZF yIS92dCWcwy/g== From: Mike Rapoport To: Andrew Morton Cc: Baoquan He , Mike Rapoport , Pasha Tatashin , Pratyush Yadav , Dave Young , kexec@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] MAINTAINERS: add tree for KDUMP and KEXEC Date: Tue, 28 Apr 2026 15:48:32 +0300 Message-ID: <20260428124833.1903302-2-rppt@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260428124833.1903302-1-rppt@kernel.org> References: <20260428124833.1903302-1-rppt@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: "Mike Rapoport (Microsoft)" KHO and LiveUpdate team is going to pick kdump and kexec patches to their tree at https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git Update MAINTAINERS to reflect it. Signed-off-by: Mike Rapoport (Microsoft) --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2fb1c75afd16..2685cbf89b5e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13861,6 +13861,7 @@ R: Dave Young L: kexec@lists.infradead.org S: Maintained W: http://lse.sourceforge.net/kdump/ +T: git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git F: Documentation/admin-guide/kdump/ F: fs/proc/vmcore.c F: include/linux/crash_core.h @@ -14177,6 +14178,7 @@ M: Pasha Tatashin M: Pratyush Yadav L: kexec@lists.infradead.org W: http://kernel.org/pub/linux/utils/kernel/kexec/ +T: git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git F: include/linux/kexec.h F: include/uapi/linux/kexec.h F: kernel/kexec* -- 2.53.0