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 D22042690F9; Tue, 8 Apr 2025 11:55:45 +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=1744113345; cv=none; b=beQ/sbmT3gLKsVwZRQzKV7ZF6DbEU/P6fHiIzZgM9blrgGGLpXRyXxoYXjiJzMfd6sE++gQ0Sap6Wlkeq4ljjka9E0iFCuK4cFeSjdIa0cblRMPLzX+9rkY9zt37qRBUBrjwR9q+Lrayc9PNCuVa9OSOrNIOv3coQR0AXvpvI74= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744113345; c=relaxed/simple; bh=EXUnH54XpLyIGGk3zo5tRirKN/OuY0C7+87KdQUmNa8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=P637GOsewXnlELMHs3m8VLtYwU7jNA80WM1oRtPhJTknnjzLZoc3YRpqEaYVL0fgE4d+Lewkn35cSww7QhsfFmVocW3iqNSr6ppCRPRICOuMTUcybR01Ybdk1+5PES6ym6eE6lU8xgQluuy/j63O0yRb2u6O5P/FONc4YYGYlao= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=LbrfUVqu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="LbrfUVqu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37722C4CEE5; Tue, 8 Apr 2025 11:55:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744113345; bh=EXUnH54XpLyIGGk3zo5tRirKN/OuY0C7+87KdQUmNa8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LbrfUVquMwEEBJxy46tQ8VTqFYa4q+lfTlth+Y+CdnYrCw+UlIlRZb8h9iU45q3Z4 /dVBl9dsXRk8BpMHre7wW44m/UL55yf1xJD//WK7lNuCTzRy3zZOshcXquc8Lae7Gs dHqt7S09S36QHtDFnKP5H/aRRRddJX9T7j1JP/lY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Anshuman Khandual , Christophe Leroy , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , Catalin Marinas , Heiko Carstens , Ingo Molnar , Jonathan Corbet , Marc Zyngier , Mark Rutland , Palmer Dabbelt , Paul Walmsley , Steven Price , Thomas Gleixner , Vasily Gorbik , Will Deacon , Andrew Morton , Sasha Levin Subject: [PATCH 6.6 126/268] arch/powerpc: drop GENERIC_PTDUMP from mpc885_ads_defconfig Date: Tue, 8 Apr 2025 12:48:57 +0200 Message-ID: <20250408104831.901193105@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250408104828.499967190@linuxfoundation.org> References: <20250408104828.499967190@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Anshuman Khandual [ Upstream commit 2c5e6ac2db64ace51f66a9f3b3b3ab9553d748e8 ] GENERIC_PTDUMP gets selected on powerpc explicitly and hence can be dropped off from mpc885_ads_defconfig. Replace with CONFIG_PTDUMP_DEBUGFS instead. Link: https://lkml.kernel.org/r/20250226122404.1927473-3-anshuman.khandual@arm.com Fixes: e084728393a5 ("powerpc/ptdump: Convert powerpc to GENERIC_PTDUMP") Signed-off-by: Anshuman Khandual Suggested-by: Christophe Leroy Reviewed-by: Christophe Leroy Cc: Madhavan Srinivasan Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Catalin Marinas Cc: Heiko Carstens Cc: Ingo Molnar Cc: Jonathan Corbet Cc: Marc Zyngier Cc: Mark Rutland Cc: Palmer Dabbelt Cc: Paul Walmsley Cc: Steven Price Cc: Thomas Gleixner Cc: Vasily Gorbik Cc: Will Deacon Signed-off-by: Andrew Morton Signed-off-by: Sasha Levin --- arch/powerpc/configs/mpc885_ads_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/configs/mpc885_ads_defconfig b/arch/powerpc/configs/mpc885_ads_defconfig index 56b876e418e91..6b998cb572553 100644 --- a/arch/powerpc/configs/mpc885_ads_defconfig +++ b/arch/powerpc/configs/mpc885_ads_defconfig @@ -78,4 +78,4 @@ CONFIG_DEBUG_VM_PGTABLE=y CONFIG_DETECT_HUNG_TASK=y CONFIG_BDI_SWITCH=y CONFIG_PPC_EARLY_DEBUG=y -CONFIG_GENERIC_PTDUMP=y +CONFIG_PTDUMP_DEBUGFS=y -- 2.39.5