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: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id B3ED21F670 for ; Fri, 15 Oct 2021 18:44:40 +0000 (UTC) Received: from localhost ([::1]:40308 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbSC7-0008Ec-P8 for normalperson@yhbt.net; Fri, 15 Oct 2021 14:44:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44018) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbS9W-0005G8-Rn for bug-gnulib@gnu.org; Fri, 15 Oct 2021 14:41:59 -0400 Received: from smtp2.cs.stanford.edu ([171.64.64.26]:59426) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbS9T-0003Za-G5 for bug-gnulib@gnu.org; Fri, 15 Oct 2021 14:41:58 -0400 Received: from mail-il1-f171.google.com ([209.85.166.171]:42953) by smtp2.cs.Stanford.EDU with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1mbS9O-0007u9-3L for bug-gnulib@gnu.org; Fri, 15 Oct 2021 11:41:50 -0700 Received: by mail-il1-f171.google.com with SMTP id y17so8124378ilb.9 for ; Fri, 15 Oct 2021 11:41:50 -0700 (PDT) X-Gm-Message-State: AOAM530Eu5/fbe97QLwfJ61lI5PRBx/dyiwA+GO1xxS1/PVgjMW4oo5g 4bHTdZaQWhQLGx5EsMxj01YWeWykQl4BP5ZGE0I= X-Google-Smtp-Source: ABdhPJyufd9nM5X0mHRFw9qXMeQJmLcoXaKkVvu3fjEYT7gEKj18IFv6vlhKKyzinviOVpdEW6aIxUq2saJ5QWhCoDM= X-Received: by 2002:a92:cd84:: with SMTP id r4mr4976287ilb.68.1634323309764; Fri, 15 Oct 2021 11:41:49 -0700 (PDT) MIME-Version: 1.0 References: <99eb360c-d51d-37f8-33a2-e2e25e4c8dc6@cs.ucla.edu> <6028a4cf-baa1-a4a8-d9dd-e240f69dc698@cs.ucla.edu> <20211015184011.nw2i5zoyfgtpj3sd@redhat.com> In-Reply-To: <20211015184011.nw2i5zoyfgtpj3sd@redhat.com> From: Ben Pfaff Date: Fri, 15 Oct 2021 11:41:38 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: close() behavior when there are multiple fds for a socket To: Eric Blake Content-Type: text/plain; charset="UTF-8" X-Scan-Signature: c6b7461a7773f457175e025605fe13fe Received-SPF: pass client-ip=171.64.64.26; envelope-from=blp@cs.stanford.edu; helo=smtp2.cs.Stanford.EDU X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Eggert , bug-gnulib Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" On Fri, Oct 15, 2021 at 11:40 AM Eric Blake wrote: > On Fri, Oct 15, 2021 at 09:10:04AM -0700, Ben Pfaff wrote: > > What a bureaucratic organization! The bug report form, once I got a login, > > requires one to specify a page number and line number, but it seems that > > you can only get the PDF version of the spec that has that information if > > you belong to an organization that is a member, so I filled those in with "?" > > and am hoping for the best. > > That's fine. Adding page numbers after the fact is something that > happens rather frequently; and I've done in for your bug in particular > just now. Thanks so much!