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=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FORGED_GMAIL_RCVD, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,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 2CF0920248 for ; Fri, 1 Mar 2019 16:50:11 +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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=sPkZ xDM1sT4xoRrGG5mkDqJ1iyZG4Psap9SgG7CB0RFYiBKfg4SHeJxuWNrLkiF1qhUs sA6rL0LT9CvwcBXy5w2bBbVoH/zR3HxiBuXWLasSck0RHrMBgTfqhIfT2OAq7VKO h3PgcBw9sSvrUPJlb0g+asLuS6r+jg2LaPgrZUo= 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; s=default; bh=YOub144ECL IWwnl6s5fJDTkEfjc=; b=NgYKg4mku36X79O1c7wvw9kmqB4y/dznqeIsb6dF2C uKyNn5mOYInlB3KrXOkeBAZfS4o6baMIR67tbR8IP96j17gTc0LtJccY61nPIawe IVFQxfmKWJbVCvkCmkF1OyFcNFs1wY0pDCCbauF+8qEw4rRQY0yngDrZUJbiVjKI o= Received: (qmail 130981 invoked by alias); 1 Mar 2019 16:50:08 -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 130853 invoked by uid 89); 1 Mar 2019 16:50:07 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-ot1-f48.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CmH1v3WJV2EO/ORHK9B9VzoeozkxSwXbsv7EGstJy/Q=; b=SSxinyrT2wsWzeEJ/+dKABW7MxrhHSuutnA+O1xQp3pEdl+2FmQwBaF+EzREd6OES4 rup/jot7TDZ3gDGMkGR5EbfG/MFUhJuAYSkv4sdWTHcsOwipLzSFPHVG0avyA58Xqrhy PxuGC2pnnIh8UY4jtF4jWUIdG8DXdBWEehHpiL1CYoWlwyF/ABK5qHpXzWsFocN9skL4 Ff+0VFdj5Kh2Q6ux1EKZsIYL6DyT29eLKNZ2nYVv4camqI8faTg6XxzzqGZatMCYOuHl hrXcw2/bdkKwaqr0al5zS/Q30Pt8oZjSVLYU22Io0UnQV1MPpOk3F3BVGbSZujvDNfrL aAKA== MIME-Version: 1.0 References: <20190301164644.GB214404@google.com> In-Reply-To: <20190301164644.GB214404@google.com> From: "H.J. Lu" Date: Fri, 1 Mar 2019 08:49:28 -0800 Message-ID: Subject: Re: I nominate Florian Weimer for support/ subsystem maintainer. To: Jonathan Nieder Cc: Siddhesh Poyarekar , "Carlos O'Donell" , Florian Weimer , GNU C Library , "Joseph S. Myers" , Andreas Schwab Content-Type: text/plain; charset="UTF-8" On Fri, Mar 1, 2019 at 8:46 AM Jonathan Nieder wrote: > > Siddhesh Poyarekar wrote: > > On 01/03/19 8:52 AM, Carlos O'Donell wrote: > > >> I nominate Florian Weimer for support/ subsystem maintainer. > >> > >> Florian is the original author of the support/ subsystem and continues to > >> be one of the major reviewers of the subsystem. > >> > >> Florian's leadership in this area makes a great case for having him own > >> the subsystem and drive technical and process improvements as needed. > >> > >> Any objections? > > No objection from me: he's been taking good care of that code. > > [...] > > PPS: I'm taking myself off the maintainer list for nscd since I haven't > > touchaed that code in almost 4 years. I'll take up tunables > > maintainership if nobody objects. > > Sounds good to me. > Me too. Appreciate it. -- H.J.