From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: from second.openwall.net (second.openwall.net [193.110.157.125]) by inbox.vuxu.org (Postfix) with SMTP id 33B7E299CB for ; Wed, 17 Jul 2024 00:34:27 +0200 (CEST) Received: (qmail 23853 invoked by uid 550); 16 Jul 2024 22:34:21 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 23812 invoked from network); 16 Jul 2024 22:34:21 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastly.com; s=google; t=1721169253; x=1721774053; darn=lists.openwall.com; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=MYcf9n2zl1FddpAHEb2/X67DPrkLERloyeDe9PnqoQc=; b=MqfndF0JFvWOUeNiM2EqQpVeW3+8r8P8NMu/xBwsFeqHmzNnAUrrKQOAJKJdGMAS/0 G9EJu5Lty08ugzxLp9t6A982eKbWdO9E5SrWpFeEDfuAJAnQiQYPVQG1aFYxM9fzKzwE nh8Ko9Gh8kdPDLjd2ARUQVgcuuXrdWk78wTJ0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721169253; x=1721774053; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=MYcf9n2zl1FddpAHEb2/X67DPrkLERloyeDe9PnqoQc=; b=CnlmM723DnSxalcS/NlAvEbZnhmLxKAXTVeV9y/HttiODpexAjscx2sP83GAufx9L1 fup4uLIXDMvW97fFZHNZsgqmVWW3VvhZEiGlrzuW2aj5hzRCBR8E7ktVt27AmHcU8RH5 a5gjAY+vqYfvOIVFxao4x3WBwWtMSfxwZ9WIjZ/5eM/dtkXkgWkrTS7GYex297EbZiDJ +wTFwp1VIWoyhJdWlYGBv7AUynKTRBOqlhZlKcrGqAz9mpMXVQkOg10iZGtXtiX8IWPL X0xOx7wBf8s4h4Os2yubGBLcO1iLKhCBTn84Q88bciDJeD/kX5jUdwK0eGtR+7WLZCQC 5QQw== X-Gm-Message-State: AOJu0YwX5HJG1QbkOvl2m6QSHDkWygRpmMsix5rKRbBNo9epmDN0mFIl k/JH7u4LfnBqfpDuqMc0bWRgIe4b7O8KWgyvFoI8TSv0I85+3OUegOrR7UWhvBs= X-Google-Smtp-Source: AGHT+IFdphaLXKwjA3vMlfYfuhaYSsb+pxigiK9NfbQiMxtbTwUUos+W3Mb+uMXKBc7SFtsJOx+P/A== X-Received: by 2002:a05:6a21:998b:b0:1bd:1d5f:35be with SMTP id adf61e73a8af0-1c3f1fb2b37mr5636012637.11.1721169252597; Tue, 16 Jul 2024 15:34:12 -0700 (PDT) Date: Tue, 16 Jul 2024 15:34:10 -0700 From: Joe Damato To: Rich Felker Cc: musl@lists.openwall.com Message-ID: References: <20240529064959.1733708-1-jdamato@fastly.com> <20240529131707.GI10433@brightrain.aerifal.cx> <20240610160551.GO10433@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240610160551.GO10433@brightrain.aerifal.cx> Subject: Re: [musl] [PATCH] sys/epoll.h: add epoll ioctls Hi: On Mon, Jun 10, 2024 at 12:05:52PM -0400, Rich Felker wrote: [.. snip ..] > I think it's okay as-is if this is what everyone else is doing too. > This is not a standard header so there aren't strong constraints on > what it can do; I just didn't want to be gratuitously more > namespace-invasive than on other systems with the same header. Just wanted to follow up on getting this patch merged. It was mentioned on IRC that it was queued; let me know if there's anything I can do to help get this merged. Thanks, Joe