From patchwork Thu Apr 13 21:11:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thadeu Lima de Souza Cascardo X-Patchwork-Id: 1768670 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=lQL8CtDr; dkim-atps=neutral Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4PyC5t5crJz1yZn for ; Fri, 14 Apr 2023 07:15:14 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1pn4HW-0001Ro-IS; Thu, 13 Apr 2023 21:15:02 +0000 Received: from smtp-relay-canonical-1.internal ([10.131.114.174] helo=smtp-relay-canonical-1.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1pn4HA-0000ZW-Du for kernel-team@lists.ubuntu.com; Thu, 13 Apr 2023 21:14:40 +0000 Received: from quatroqueijos.. (unknown [179.93.161.98]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-1.canonical.com (Postfix) with ESMTPSA id 87CEE3FFEA for ; Thu, 13 Apr 2023 21:14:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1681420477; bh=KckupvfxCV4dLc6wWzYo0XuEWHm9Pjsf6vaJkMgaK2Q=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=lQL8CtDrVTWYgShMuvDuqB4O+iM6Cvz6xbewUVhynsxJnEWOi9DBvOlONhCxBkKlb UwjUfYpr12iPzUUqrRWOaM/99OSVt+eGmjUKVWoRAyHkPNdAtmzU92OmqJK1EduTgP iKkDZPkWAd3VUjKPpuXtQVfYx1Dgz751q0urMdYMFfWDAJR2zPDYOIM2eye1WYMZRZ Oq0w1QmTAMhMXfpfktpi7FsDRYmSIXcm7h00JMszjARsecvrkyL99Ct9uOapGXcBVR LoBFXpSgucS4t7uCwUW4g7/MygwB9kVhPZ5AA1rGQaA56JMmLj84ABzi3VEX1ka4mK mK0it8E+B4OEg== From: Thadeu Lima de Souza Cascardo To: kernel-team@lists.ubuntu.com Subject: [SRU OEM-6.1 2/2] UBUNTU: [Config]: CONFIG_NET_CLS_TCINDEX is not available anymore Date: Thu, 13 Apr 2023 18:11:14 -0300 Message-Id: <20230413211114.3130540-15-cascardo@canonical.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230413211114.3130540-1-cascardo@canonical.com> References: <20230413211114.3130540-1-cascardo@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" CVE-2023-1829 Signed-off-by: Thadeu Lima de Souza Cascardo --- debian.oem/abi/amd64/oem.modules | 1 - debian.oem/config/annotations | 1 - 2 files changed, 2 deletions(-) diff --git a/debian.oem/abi/amd64/oem.modules b/debian.oem/abi/amd64/oem.modules index da6b96d22551..c47abd1625e4 100644 --- a/debian.oem/abi/amd64/oem.modules +++ b/debian.oem/abi/amd64/oem.modules @@ -840,7 +840,6 @@ cls_matchall cls_route cls_rsvp cls_rsvp6 -cls_tcindex cls_u32 cm109 cm32181 diff --git a/debian.oem/config/annotations b/debian.oem/config/annotations index 7adcf91f080f..03ff9a95cc17 100644 --- a/debian.oem/config/annotations +++ b/debian.oem/config/annotations @@ -5769,7 +5769,6 @@ CONFIG_NET_CLS_MATCHALL policy<{'amd64': 'm'}> CONFIG_NET_CLS_ROUTE4 policy<{'amd64': 'm'}> CONFIG_NET_CLS_RSVP policy<{'amd64': 'm'}> CONFIG_NET_CLS_RSVP6 policy<{'amd64': 'm'}> -CONFIG_NET_CLS_TCINDEX policy<{'amd64': 'm'}> CONFIG_NET_CLS_U32 policy<{'amd64': 'm'}> CONFIG_NET_CORE policy<{'amd64': 'y'}> CONFIG_NET_DEVLINK policy<{'amd64': 'y'}>