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: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (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 0BF4F1F45E for ; Fri, 14 Feb 2020 16:49:05 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Yr6AyJab0CuI72mO nKLij+PcWOAitlCnaHOEDtGLhS7dNp9AEGoiZyy3s/c6aCZjDKcz3yLpjC2n9Oi7 wgmnjn2QMqzZpROub0tybhxcpff/KKq05BhPObKqesHeCT6fYHmxlb6Tr6GjhAx4 q1R06hcGNifiOoexkLfHIOdrMuY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=bpjmDaPDbTTJmZ+osmuQP1 Q7/Xk=; b=V8pn3XfAPkcJzjEbZdjqrfxkU+/TqsHYdG8RjQ+xY91XVjAN9uvq+o 195vBW+90C+CRVsR+Dk8M9tGYVKhEKDm1Hft6+b1MtsGAaIapsRhTbXC2ZU/OSAf TUM1ndxWoXfkGjvldsThA722gtWo2ZcpqDV86q1CjeZ4q14tU1ius= Received: (qmail 108054 invoked by alias); 14 Feb 2020 16:48:54 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 107988 invoked by uid 89); 14 Feb 2020 16:48:46 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581698923; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pi904anfmcoEKEaypI7bBVTL+cIb381/ySRjhJumZAA=; b=eRzoYVVDCEcTgSy8CzPRC9a3E330tE5UHCOGcv+/LxgRrDFosot26qqLbgLx3G8BbWsf/4 QICZEAKF58XyiALhn8fYbhq+nsX/guALdMmu1ZyZIkA7euOrB3RANRPE4Lkxn+num18c4y Sw/pgZ/ExA5mcROK4WMRtDbqSGq8aTM= Subject: Re: Review promise :-) To: Stefan Liebler , libc-alpha@sourceware.org References: <878sl65pzw.fsf@oldenburg2.str.redhat.com> <5cf39f78-902c-a1a6-f91d-9325cf59a773@linux.ibm.com> From: Carlos O'Donell Message-ID: <6b193815-f19e-089b-657b-f26ad974df38@redhat.com> Date: Fri, 14 Feb 2020 11:48:32 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <5cf39f78-902c-a1a6-f91d-9325cf59a773@linux.ibm.com> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2/14/20 3:43 AM, Stefan Liebler wrote: > On 2/13/20 7:31 PM, Zack Weinberg wrote: >> On Thu, Feb 13, 2020 at 1:21 PM Carlos O'Donell wrot= e: >>>> To avoid further round-trips, here is a screenshot of everything I can >>>> see on a search results page.=C2=A0 (My actual queue is three pages lo= ng, >>>> this is a very small subset.) >>> >>> Fixed. >>> >>> You need to be a listed project maintainer to be able to edit patch sta= tus. >> >> Thanks, it works now.=C2=A0 (It's a little odd that _bulk_ edits require >> this privilege but edits on individual patches don't, but that's >> probably something to take up with patchwork upstream.) >> >> zw >> >=20 > Carlos, >=20 > Can you please help. I see the checkboxes, but it seems as I only have th= e option to "Create bundle" at the bottom of the page or change each single= patch. >=20 > Its not clear to me where I have to be listed? > - https://sourceware.org/glibc/wiki/MAINTAINERS > (here I am listed) > - https://patchwork.sourceware.org/project/glibc/ > (here I am not listed in the maintainers box. Is this the missing piece? = If yes, can you please add me.) >=20 > Another hint: > I had created my patchwork account with stli@linux.vnet.ibm.com . > In the meantime I use stli@linux.ibm.com . > I've just also linked stli@linux.ibm.com to the patchwork account. I just added you as a maintainer. Should be fixed now. Tell me if it's not. --=20 Cheers, Carlos.