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 0F06921C187; Tue, 12 Aug 2025 19:11:07 +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=1755025867; cv=none; b=PpDyBk1LEyZcCgGfONS4WtqCKW14thY2vUqYmCWUJzGdHNkqGZbHNUy6Xub04aQfXnDTyKiVHAJ0IbOGqT0384pzDD2JoRHzL55WXXLlUXtf51vLSx5ibFN2YTfJApmreATC0qX5jMGo6QlIbAE7e0LJzBiW+l6IvrHSiMUZRyA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755025867; c=relaxed/simple; bh=1pXv73Mu+lOXuqPqGo2PvjCxuQIP+tZRSLYOF7rWmY0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=L28Rkx6/HMlrH4QDLCc2pfaal/Aafmk+WXWsw1wnUol83YqsLNofDLfm197s8+3Wl1MdP6ZVw5U2mqjKWyZaIrc0Zp/xxMtudzsRU0fze+YJ+2C54qks6/DlxDl8iNMp9l6vjrLcO8kGGOy9TR1ZOj95HfPUTht7Vl1t7YpfrpE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=CdIPUBqe; 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="CdIPUBqe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62BE3C4CEF0; Tue, 12 Aug 2025 19:11:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1755025866; bh=1pXv73Mu+lOXuqPqGo2PvjCxuQIP+tZRSLYOF7rWmY0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CdIPUBqeD2zkOZzlwZKNQtm8kSl7hUdFcigU35xou19PkbBZcDqdkMsG2URgUk+FG 3rJeOxQwxivTFniwywrvzIpZE0z27YJR6xWAj4UByI1jiMfNKXAscLcvz/PD9/OHYp XBcD7T8nMTzQUI3SJA67ALIw5e44hbiCJ7t5ECYY= 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.15 150/480] arch: powerpc: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX Date: Tue, 12 Aug 2025 19:45:58 +0200 Message-ID: <20250812174403.695672440@linuxfoundation.org> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250812174357.281828096@linuxfoundation.org> References: <20250812174357.281828096@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.15-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 a91a766b71a4..efa1411a52e0 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