From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-relay-internal-1.canonical.com (smtp-relay-internal-1.canonical.com [185.125.188.123]) by sourceware.org (Postfix) with ESMTPS id B83DD3858426 for ; Tue, 14 Sep 2021 00:46:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B83DD3858426 Received: from mail-pf1-f199.google.com (mail-pf1-f199.google.com [209.85.210.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-internal-1.canonical.com (Postfix) with ESMTPS id 981DD3F328 for ; Tue, 14 Sep 2021 00:46:30 +0000 (UTC) Received: by mail-pf1-f199.google.com with SMTP id k29-20020aa7973d000000b0043937d52143so4292394pfg.10 for ; Mon, 13 Sep 2021 17:46:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qAg1vgwpX6+7RopsF6VrLFhuiSZErHenasWM0jjNLlg=; b=5mVgmCfmWMZddhsA/GSudXFTN8Ih8sYuid+BFkwW++AQkHatRu12tOVcDJf5/0Jip7 0HiAW4cRn2SWaC/LZZ+KitRUsx/VjP5pkGwHTd0fyZ+QcVrMQxCYGcDw26L5jl9+8eD/ Rf5bAcd7c9eCe8f62H22GdcoJjyMHp/e4g1u2+jIUa6gCfX6itAcNJWZ/NCC29VLBYX/ 6vtPbwGREPUVC1GGzKgwNO4D8z39wt5joe8o2KSMd5ihwz9ItXG1RIIO4Avh9yKS80nT y5dmV2dFEaqP5narI7uzZ7hQsYEc/sC+zAQjhTDTWiWc+vPI46pAI0QEhINzSNIlnkGp TMbA== X-Gm-Message-State: AOAM530rB7/2+2xPBBgBWAUKrmYPeSnmEPpDkih4P7HTb77Cti8pmccU GIZkatYKyIAamL12oP1OFSEaj6D7NK0KaGsPd15TacvZYkLcoDlu7oeEiJmBf2ui8354b8qQy4A BpDl6xdAwxJBvjwLHYgW5X6exuwRBx3ShqqnmLCoHXaGLTGhd3B4T/Q== X-Received: by 2002:a63:2343:: with SMTP id u3mr13455895pgm.100.1631580388718; Mon, 13 Sep 2021 17:46:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyop4fUb98YCewhApUtzT7o1GR230Y0w/Z/4PKf5LwL1eSCQ0kgXjYFEQghwBP8HbRjmr872UPBOpIRpvGODaI= X-Received: by 2002:a63:2343:: with SMTP id u3mr13455879pgm.100.1631580388393; Mon, 13 Sep 2021 17:46:28 -0700 (PDT) MIME-Version: 1.0 References: <20210824192858.681680-1-adhemerval.zanella@linaro.org> <20210824192858.681680-3-adhemerval.zanella@linaro.org> <61bf036c-033c-553e-1c45-3cf3fc3a305f@linaro.org> In-Reply-To: <61bf036c-033c-553e-1c45-3cf3fc3a305f@linaro.org> From: Michael Hudson-Doyle Date: Tue, 14 Sep 2021 12:46:17 +1200 Message-ID: Subject: Re: [PATCH 2/2] Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and posix/tst-spawn5 (BZ #28260) To: Adhemerval Zanella Cc: libc-alpha@sourceware.org X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2021 00:46:35 -0000 Hi, On Wed, 25 Aug 2021 at 23:46, Adhemerval Zanella < adhemerval.zanella@linaro.org> wrote: > Thanks for catching it, I add merged on the patch and I will commit this > shortly. > Thanks for committing this to master. Should it be backported to the 2.34 branch too? Cheers, mwh