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 163F83858C3A for ; Tue, 21 Sep 2021 10:30:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 163F83858C3A Received: from mail-pg1-f199.google.com (mail-pg1-f199.google.com [209.85.215.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 085683F30E for ; Tue, 21 Sep 2021 10:30:27 +0000 (UTC) Received: by mail-pg1-f199.google.com with SMTP id w5-20020a654105000000b002692534afceso17493131pgp.8 for ; Tue, 21 Sep 2021 03:30:26 -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=0zOxbB1KYZ9hC4X3OZJtphPRATTYic8hD//QWT0dleM=; b=UWMTn0cI1u7D0C8YjuQ6RjxTnv5ghlLXLi3614nW5IknAHDidS1zIAw6Zh1Gi1y4Dx e8GhIjmZ/a5k8a4aOKQxm+IqW0/2Z6adVJvcxi/1wYALXfDHOWfmZ2oiUBssrPhbK1kA aOirXugNAJ+ENFieUU9k8MdULMPW6WHx72A4hXobmTWaxY+TZn2dIhjMt5tSAZPGuAGM bk1DKvh7Rgxb/1tXWHn3VALqGf1BjJ7eo9SS/6HjMRS6TQy0I5BYjMjMvM4babbXeut0 Qjy4NAS9GX/KiF43LcrjcwgNt9uKgZeF/RH7GQZTQ9xwZsLhrjWWSYg9GNjLHtuASV7e pLzQ== X-Gm-Message-State: AOAM5312Hxn0CUD6r5eW+gg+Qt/UhZVdozJTHozlfkMXuvuqRygKr7mA hwW/jRFfr+wX1CbdxFxuH/Z8Z5q7A69qzmAmSdNSwoHra01yCuXby8Uy8CauH7myNwpQjOrS/gZ Zu7QpzvwnLcTzG0sMKzBdb/UaeMvNNqEgg/iTqwd5c1bokufIJDkY6Q== X-Received: by 2002:a17:90b:1d0d:: with SMTP id on13mr621179pjb.170.1632220225233; Tue, 21 Sep 2021 03:30:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz3s1ImRezn1MaONmFT7IAv0VhXX+BENMvGPSC2IeNviadYn2Y8YL8Nsjudd7eac68owAEd1Edxp8u2qNIgbNU= X-Received: by 2002:a17:90b:1d0d:: with SMTP id on13mr621149pjb.170.1632220224887; Tue, 21 Sep 2021 03:30:24 -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> <87lf3wlo2f.fsf@oldenburg.str.redhat.com> <8735q3fr4b.fsf@oldenburg.str.redhat.com> <87tuif4iv8.fsf@oldenburg.str.redhat.com> In-Reply-To: From: Michael Hudson-Doyle Date: Tue, 21 Sep 2021 22:30:13 +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: Florian Weimer Cc: Michael Hudson-Doyle via Libc-alpha , Adhemerval Zanella X-Spam-Status: No, score=-3.5 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, 21 Sep 2021 10:30:30 -0000 On Tue, 21 Sept 2021 at 11:20, Michael Hudson-Doyle < michael.hudson@canonical.com> wrote: > On Mon, 20 Sept 2021 at 22:55, Florian Weimer wrote: > >> * Michael Hudson-Doyle: >> >> > I found this guide: >> > >> https://sourceware.org/glibc/wiki/MAINTAINERS#Becoming_a_maintainer_.28developer.29 >> > which perhaps is a little out of date wrt copyright assignments? >> > (Although I'm 99.99% certain Canonical has a copyright assignment on >> > file with the FSF anyway). I've created a patchwork account (mwhudson) >> > and a wiki account (MichaelHudsonDoyle), I think the next step would >> > be to fill out this form? >> > https://sourceware.org/cgi-bin/pdw/ps_form.cgi >> >> Yes, that's the right form to fill out. You can list me as the >> approver. >> > > Done, thanks. > > >> In the meantime, it might make sense to check internally if your >> contributions will be covered by Canonical assignment, so that you know >> whether posted patches should have Signed-off-by: or not. >> > > I've asked about this, hopefully will find out soon. I guess it's not > needed to cherry-pick something to 2.34/master! > OK, I've pushed these commits to release/2.34/master and emailed libc-stable. Thanks for the support! I'm not super familiar with email-based git development so apologies in advance for any mis-steps... Cheers, mwh