From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6B740C44507 for ; Sat, 11 Jul 2026 00:23:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:To:From:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=M/o/prhRHK/YAh6eE3jaspP3NcXZCBODXl03eT6DoQ8=; b=Dg9002zz1ADnEY bz+Pyf2QLcTxWJFOmYxvGzkl+1PBVzzn+HuBETRJWGfQDIlWFYfLTU6d6X1P6DF5KAJvqZGroyVY1 sGSlH9ONUhNQJzi2nAJ7emCQhyag+yRZErwTTn23Fo888+QuqNvpMwqmwIkAQGO8rMPcI+6q/Dqvc pY4gLwdKBWPtKsDHtVM/Ed5Ux9bNNmzid2KCmi3QpWQgAUE5HnvlnkSsux6nMNinGTz1lpnna43mQ ePMPDJSzU/2wnf5XRql+eT7CdjRKKgngVE9PqyKPl82sNyuaIvDMo5NljDBqtmDEd/VeSmcdad4Tx pS7+waTJao/wG4lm1LOQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wiLUr-0000000635G-1tlY; Sat, 11 Jul 2026 00:23:09 +0000 Received: from confino.investici.org ([93.190.126.19]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wiLUn-0000000631I-3zhz for kexec@lists.infradead.org; Sat, 11 Jul 2026 00:23:07 +0000 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 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> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260710_172306_147736_726699A8 X-CRM114-Status: UNSURE ( 8.44 ) X-CRM114-Notice: Please train this message. X-BeenThere: kexec@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: pmladek@suse.com, include@grrlz.net, baoquan.he@linux.dev, arnd@arndb.de, corbet@lwn.net, gregkh@linuxfoundation.org, rdunlap@infradead.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, feng.tang@linux.alibaba.com Sender: "kexec" Errors-To: kexec-bounces+kexec=archiver.kernel.org@lists.infradead.org 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 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