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.2 required=3.0 tests=ALL_TRUSTED,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 40D381F852 for ; Fri, 23 Dec 2022 12:51:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1671799868; bh=JNFe/VtvJyda/l4dNEgvC0s3vL/5NKBquIk4BWnjkNo=; h=From:To:Subject:Date:From; b=U1KsvRzg9XqJs48lTy01nUvuzTUSXwYVgNJETThbfdavhZQuz5e+hOOjJGyjbhGr4 xIYOfZ4HrcJ+m3Wlq+Jx1O+pDdGP/RSxvVOVPT/E31jMxHfWUdOyzayo38UNLXhxa2 Yq45nPi9TMPAi0JBJ+bYZfLx1E4obW8pHYB3cjeQ= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] syscall debloating Date: Fri, 23 Dec 2022 12:51:06 +0000 Message-Id: <20221223125108.963997-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: syscall.ph has the potential to be dangerously wrong, so I'm avoiding it. Preparing to finally add inotify syscall numbers support so I can get rid of Linux::Inotify2 and the common::sense package it pulls in. I'm also tempted to drop some abandoned architectures (e.g. IA-64) since there's no cfarm machines to test with. Eric Wong (2): syscall: get rid of epoll_defined() sub syscall: drop syscall.ph support lib/PublicInbox/DS.pm | 2 +- lib/PublicInbox/Syscall.pm | 36 ++++++------------------------------ 2 files changed, 7 insertions(+), 31 deletions(-)