From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5A9315800D for ; Mon, 10 Jul 2023 03:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E48F0E0891; Mon, 10 Jul 2023 03:53:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5D02E0885 for ; Mon, 10 Jul 2023 03:53:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8567340F7C for ; Mon, 10 Jul 2023 03:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36F5AA99 for ; Mon, 10 Jul 2023 03:53:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1688961175.f877f81191289a416cdc79a4782abd42f13a1b85.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bees/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/bees/bees-9999.ebuild X-VCS-Directories: sys-fs/bees/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f877f81191289a416cdc79a4782abd42f13a1b85 X-VCS-Branch: master Date: Mon, 10 Jul 2023 03:53:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 49234a10-1068-4ea4-a2b8-e394a662e996 X-Archives-Hash: e010d2adf42a43da7f33fb95c7b17079 commit: f877f81191289a416cdc79a4782abd42f13a1b85 Author: Kai Krakow kaishome de> AuthorDate: Mon Feb 27 00:44:57 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 10 03:52:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f877f811 sys-fs/bees: update 9999 The statement about using bees with kernel 5.4 or later is no longer true for bees as it serializes the kernel calls since December 2022. The kernel itself still suffers from the bug, tho. But that's not business of the bees ebuild. Signed-off-by: Kai Krakow kaishome.de> Signed-off-by: Sam James gentoo.org> sys-fs/bees/bees-9999.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys-fs/bees/bees-9999.ebuild b/sys-fs/bees/bees-9999.ebuild index f84aba717799..65c3cbecea85 100644 --- a/sys-fs/bees/bees-9999.ebuild +++ b/sys-fs/bees/bees-9999.ebuild @@ -66,14 +66,6 @@ pkg_pretend() { ewarn "https://github.com/Zygo/bees/blob/master/docs/btrfs-kernel.md" ewarn fi - if kernel_is -ge 5 4 0; then - ewarn "With kernel version 5.4 or later, the kernel may hang when multiple threads" - ewarn "are running LOGICAL_INO and dedupe ioctl. This is not exclusively triggered" - ewarn "by bees but also other software running such operations, bees will just more" - ewarn "likely trigger this bug. You can work around this issue by reducing the" - ewarn "thread count of bees to 1." - ewarn - fi elog "Bees recommends running the latest current kernel for performance and" elog "reliability reasons, see README.md."