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 A0292257435; Tue, 12 Aug 2025 18:10:55 +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=1755022255; cv=none; b=qRh7OU7cYGb/2Z8kXBkG+F9DXAo/puvMlpT5axcluz7yEFGwKimkrkMlzOCRWjjxsKu6S1335cLR4ZqGM8afkrx5RlhGN8MXuyPV0WS3VTP3LIb0AoT6eAclm1bcJs2rToCVN7K3ruT1Jaz0I8M2MR1Y3mrNpgqcWaxAfznnCBM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755022255; c=relaxed/simple; bh=XzSMrb6Q0krqkhizIa2vhA08byD3P9Wc7bUh2mJ1myE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=UdJupLmsWJhgN2MvwmzUgXyDBOxxOgypz0pXlwThOknWmXbnoWrEBEMOXOAwYFMnnvEUbrxxSlWo2mlnHrJQ5gE2ax8+1/H0RD6Z1sJAdPBDGSaP0+h4cEHDvQquXIsqF0kzuTA/Wx1IyrHYKpPgT7fat5B9/0KzDfXeOz+wSqc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=omUyfi4b; 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="omUyfi4b" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 283CEC4CEF0; Tue, 12 Aug 2025 18:10:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1755022255; bh=XzSMrb6Q0krqkhizIa2vhA08byD3P9Wc7bUh2mJ1myE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=omUyfi4b3K4X9VJQSYp6gyquWY8eNXxvdldBBHDVvnhUrrj1DjldIvxnUJANBPubp gDOBy6/O8UNJLbsz40FREgfhzJPKYTPYHYefXCRzX11pnpOtvP7/4oOhLl8BewPtYZ 9A2FfnLLimge5xQZRJ3R/WgCaw2Rq0tljZZ3ZMZQ= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Johan Korsnes , Christophe Leroy , Madhavan Srinivasan , Sasha Levin Subject: [PATCH 6.12 100/369] arch: powerpc: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX Date: Tue, 12 Aug 2025 19:26:37 +0200 Message-ID: <20250812173018.540957437@linuxfoundation.org> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250812173014.736537091@linuxfoundation.org> References: <20250812173014.736537091@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Johan Korsnes [ Upstream commit 75cd37c5f28b85979fd5a65174013010f6b78f27 ] This option was removed from the Kconfig in commit 8c710f75256b ("net/sched: Retire tcindex classifier") but it was not removed from the defconfigs. Fixes: 8c710f75256b ("net/sched: Retire tcindex classifier") Signed-off-by: Johan Korsnes Reviewed-by: Christophe Leroy Signed-off-by: Madhavan Srinivasan Link: https://patch.msgid.link/20250323191116.113482-1-johan.korsnes@gmail.com Signed-off-by: Sasha Levin --- arch/powerpc/configs/ppc6xx_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig index c06344db0eb3..1c67f64739a0 100644 --- a/arch/powerpc/configs/ppc6xx_defconfig +++ b/arch/powerpc/configs/ppc6xx_defconfig @@ -253,7 +253,6 @@ CONFIG_NET_SCH_DSMARK=m CONFIG_NET_SCH_NETEM=m CONFIG_NET_SCH_INGRESS=m CONFIG_NET_CLS_BASIC=m -CONFIG_NET_CLS_TCINDEX=m CONFIG_NET_CLS_ROUTE4=m CONFIG_NET_CLS_FW=m CONFIG_NET_CLS_U32=m -- 2.39.5