From nobody Tue Jun 16 01:19:14 2026 Received: from out-173.mta0.migadu.com (out-173.mta0.migadu.com [91.218.175.173]) (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 2CCA0314B9A for ; Wed, 15 Apr 2026 03:28:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.173 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776223717; cv=none; b=bd9RMWNw9N4Oni4t5gUoXXApf8m5QDAwv54BTVfIbUJ0CI88VVHXmGw6wgMvWxY2KZN9EG90K9jVzOp0D5m/BlTUwLynbGx0ZLJC1J/2/nDHrNDmgyrZwj+3NVCee9u2C3lyaFfZQ1KnB8XuEvMEFicUAaoAsze94gl8qeTS+Ew= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776223717; c=relaxed/simple; bh=0DUmgsBAgy33VQMfhdRQXx0c0LyKYg2Myg8vBt1qUW0=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=AWstk+WGy1vARUXYDqg4LaA05rIg7RsT+F/KDivhC0x7aouvytIH0aPawb4aPBWqw7EUELjb/zcoaGaSoAI1nAps1bLwiAPcCMNNnhZBpgrHkbeFQJHXYXbREy55BciFyh+jx8LFCHgfo/5dZeEWL2Eajix2Z+YyCDFG68LioQ8= 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=nE42GBVZ; arc=none smtp.client-ip=91.218.175.173 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="nE42GBVZ" Date: Wed, 15 Apr 2026 11:29:26 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1776223710; 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; bh=U/1YeftxyXxiZyNoCcSkEe4v5kVzE3kFLwi3F22KFhI=; b=nE42GBVZWi2OOY9ks/Aqvn3GMtyAK/fdHmwhNE9FG71goOfE7HVM114JPMlCEftAno4ke/ W2vp9xJuuNws2Hg9syDyjmJcW2kwFFYoWFzaD3UVqEDqbxJfc7c777zHqCD+c/WecyDSxj y+nGrVZNswkYAp1xk6aAnUdmELjRHbo= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Dave Young To: Andrew Morton Cc: kexec@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] MAINTAINERS: update kdump reviewer email address Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline X-Migadu-Flow: FLOW_OUT Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Use my personal email address due to the Red Hat work will stop soon=20 Signed-off-by: Dave Young Acked-by: Dave Young --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c3fe46d7c4bc..473340e09175 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13796,7 +13796,7 @@ KDUMP M: Andrew Morton M: Baoquan He R: Vivek Goyal -R: Dave Young +R: Dave Young L: kexec@lists.infradead.org S: Maintained W: http://lse.sourceforge.net/kdump/ --=20 2.51.1