From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from confino.investici.org (confino.investici.org [93.190.126.19]) (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 3C9F073463 for ; Sat, 11 Jul 2026 00:23:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=93.190.126.19 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783729385; cv=none; b=Iz/GWu666RQiBopcSydMo/Ns2OxVlpjoWJM7MRdXm+I8gOMEJLPXrUnwV7IhBBJBFHcxuL7NCIKcz1MtQk7RkriKQ2Axc10Gbig4ZlH0rGydhuIYShMnFWgezyj9QzHqaAkf0NKw/2VzJ3KGxD5uDXy2/70fysMDUj54AUjqVh4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783729385; c=relaxed/simple; bh=f8c4+LmHHa7g6CzUXT2Iw8/2V6m6jffnTdZ4w/cz524=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=eLyslr1vIsbcZkEGxg594yvIRYch3HuJNHM5eTwGlKlCH+R1PPvMTKAgSG7+U4XCxllRbEs3wgNuPCHT8l/qha9Q0KEj41Pws2y7CqQCBpnb49sYxxtRDlStIwv3eeWFzCMxfOdxHJrjd8OVBOw7ZNPbJgGsrGVBrtWvwC4mWak= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=grrlz.net; spf=pass smtp.mailfrom=grrlz.net; dkim=pass (1024-bit key) header.d=grrlz.net header.i=@grrlz.net header.b=dC8VWkDP; arc=none smtp.client-ip=93.190.126.19 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=grrlz.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=grrlz.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=grrlz.net header.i=@grrlz.net header.b="dC8VWkDP" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=grrlz.net; s=stigmate; t=1783729376; bh=M/o/prhRHK/YAh6eE3jaspP3NcXZCBODXl03eT6DoQ8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dC8VWkDPzB7ob+S7yGd5EF2uMjdw/GDqx9n21Eu5r7ika4JNPMz7C9MMDINoDbo2r 9d+cjTuOe46xHraY4wwI8tcvfEOV/pTyvzULU5OAOWhT0cFTWqDfajRbb2r/5XzO6h r7069jKkuljy95dXlIXrS4SF896wb8PnBIv2olZQ= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4gxqD00nf5z114w; Sat, 11 Jul 2026 00:22:56 +0000 (UTC) Received: by mx1.investici.org (Postfix) id 4gxqCz2p1Rz113X; Sat, 11 Jul 2026 00:22:55 +0000 (UTC) From: Bradley Morgan To: akpm@linux-foundation.org Cc: baoquan.he@linux.dev, pmladek@suse.com, feng.tang@linux.alibaba.com, gregkh@linuxfoundation.org, arnd@arndb.de, corbet@lwn.net, rdunlap@infradead.org, gpiccoli@igalia.com, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, include@grrlz.net Subject: [RFC PATCH 4/4] MAINTAINERS: add an entry for the pre kdump notifier list Date: Sat, 11 Jul 2026 00:22:53 +0000 Message-ID: <20260711002253.1115-5-include@grrlz.net> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260711002253.1115-1-include@grrlz.net> References: <20260711002253.1115-1-include@grrlz.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Scoped to the new file and the header so patches touching the callback contract get an extra reviewer. Signed-off-by: Bradley Morgan --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 895a87b571c3..44b6318ed692 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20453,6 +20453,12 @@ L: platform-driver-x86@vger.kernel.org S: Maintained F: drivers/platform/x86/panasonic-laptop.c +PANIC PRE KDUMP NOTIFIER LIST +M: Bradley Morgan +S: Maintained +F: include/linux/panic_notifier.h +F: kernel/panic_notifiers.c + PARALLAX PING IIO SENSOR DRIVER M: Andreas Klinger L: linux-iio@vger.kernel.org -- 2.53.0