From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 873EA1FAF5 for ; Mon, 19 Dec 2022 11:19:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1671448764; bh=zPdkLAB3Veg1ftNy4P8WaceVPeum2sAK0z+jIpr+Mig=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aKJaZjPdYc+sIf/k8STffhDlAf73sxC8jNrpCPjVsPDN4kUisT8NDaQXTz3nczZRF zoUhRwSW/8hFofaLii00KzGo3VtBdZ3j4lMva7QgW4KBjI+D0swhb0SCwZ7JISMUIs GK1cxxoUiFdJ+RY2toeuom4Y75GgnXICD6uB1be8= From: Eric Wong To: mwrap-perl@80x24.org Subject: [PATCH 7/7] README: add some caveats (signalfd usage w/ current URCU) Date: Mon, 19 Dec 2022 11:19:22 +0000 Message-Id: <20221219111922.1079128-8-e@80x24.org> In-Reply-To: <20221219111922.1079128-1-e@80x24.org> References: <20221219111922.1079128-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Fortunately, there aren't a lot of signalfd users right now (except me :x). In any case, this problem should sort itself out in a few years when new URCU releases replace old ones. Also, only the EXTREMELY EXPENSIVE ENTERPRISE EDITION will be able to support Perl files with over 16.7M lines in them :P --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index ba95d47..0acbe50 100644 --- a/README +++ b/README @@ -61,6 +61,11 @@ malloc locations. * 32-bit machines are prone to overflow (WONTFIX) +* signalfd(2)-reliant code will need latest URCU with commit + ea3a28a3f71dd02f (Disable signals in URCU background threads, 2022-09-23) + +* Perl source files over 16.7 million lines long are not supported :P + == Public mail archives (HTTP, Atom feeds, IMAP mailbox, NNTP group): https://80x24.org/mwrap-perl/