From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 From: dutyrok@altlinux.org To: devel-kernel@lists.altlinux.org Date: Mon, 30 Sep 2024 14:49:56 +0300 Message-ID: <20240930115223.29540-2-dutyrok@altlinux.org> X-Mailer: git-send-email 2.42.2 In-Reply-To: <20240930115223.29540-1-dutyrok@altlinux.org> References: <20240930115223.29540-1-dutyrok@altlinux.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: gerben@altlinux.org Subject: [d-kernel] [PATCH 1/1] config: unset CONFIG_BPFILTER and CONFIG_BPFILTER_UMH X-BeenThere: devel-kernel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2024 11:52:30 -0000 Archived-At: List-Archive: List-Post: From: Alexandr Shashkin Disable bpfilter in the config because of it's unsupported, unused and obsolete. It occurs different false positive errors during kernel's fuzzing, for example: various 'possible deadlocks'. It has already been removed from upstream in the commit 98e20e5e13d2 [1]. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=98e20e5e13d2 Signed-off-by: Alexandr Shashkin --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 025c4caa990f..41ba64b29ba3 100644 --- a/config +++ b/config @@ -1555,8 +1555,8 @@ CONFIG_BRIDGE_EBT_REDIRECT=m CONFIG_BRIDGE_EBT_SNAT=m CONFIG_BRIDGE_EBT_LOG=m CONFIG_BRIDGE_EBT_NFLOG=m -CONFIG_BPFILTER=y -CONFIG_BPFILTER_UMH=m +# CONFIG_BPFILTER is not set +# CONFIG_BPFILTER_UMH is not set CONFIG_IP_DCCP=m CONFIG_INET_DCCP_DIAG=m -- 2.42.2