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.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 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 180A61F45F for ; Wed, 8 May 2019 19:18:56 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] Danga::Socket bundling cleanups Date: Wed, 8 May 2019 19:18:52 +0000 Message-Id: <20190508191856.20485-1-e@80x24.org> In-Reply-To: <20190505005219.31772-1-e@80x24.org> References: <20190505005219.31772-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Dropping some unused stuff, and a bugfix for an error path we never hit. (all bugfixes are queued for the future maintainer via bug-Danga-Socket@rt.cpan.org ) Eric Wong (4): build: do not manify DS and Syscall pods syscall: drop readahead wrapper DS: drop unused "_undef" sub DS: epoll: fix misordered EPOLL_CTL_DEL call Makefile.PL | 10 ++++++++++ lib/PublicInbox/DS.pm | 9 +-------- lib/PublicInbox/Syscall.pm | 14 -------------- 3 files changed, 11 insertions(+), 22 deletions(-) The "danga-bundle" is up to 10 patches, now; and dogfooded on public-inbox.org for several days without problems. Will merge to "master" soon: bundle Danga::Socket and Sys::Syscall listener: use EPOLLEXCLUSIVE for listen sockets DS: remove unused fields and functions DS: drop profiling support DS: workaround IO::Kqueue EINTR (mis-)handling DS: handle EINTR in IO::Poll path, too build: do not manify DS and Syscall pods syscall: drop readahead wrapper DS: drop unused "_undef" sub DS: epoll: fix misordered EPOLL_CTL_DEL call