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 A3D1920248 for ; Fri, 1 Mar 2019 17:16:30 +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=csMH sJH6pYf03xneypbuJrAy4YNpRLLv61BROzVyuTQsRL9jSbQAtZ5ieH1Hle+GT7pi BMq9aijJDqCDWTQARAoAV6KD73d/lV9JiumyTOj2MIeXDhoCx4FAkFNAGk2rnUg8 HgU3K0XN36hbo6ThrjBgklbNxhECJKHE/70fqSI= 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=PWS6H2jSyi 4xwXbzadIIEUKuPWs=; b=szV5oFF9NyjcrPz4UU1ismcspmkKnqdOFkXvFbRm1T iAZMRO10t/unQjX7NrL9zzZPvpU/puA/gbIkuvlEBPJlzFFLk59zuuFGPCCUg4yO Y8fygfqepWX+1l7MtptBnYvuuu6DinnZJH0zvICmmBw9iV7JrGKZs3y+cnbY+wf2 I= Received: (qmail 93139 invoked by alias); 1 Mar 2019 17:14:46 -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 93024 invoked by uid 89); 1 Mar 2019 17:14:45 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-ot1-f47.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=nKL7RsLjMJj/oHNAIibqk6QaoIzttUa7/9Fsb2gjY0g=; b=WehSCpReDGfQErpvjFnisjcxKafTmtpYum50T21+Q9nd6IGHmJWTUKD1c2pksfxghI m3aqW7RSc25vG8Gqx1owH16jGCWdTeBFPraFqnGLRdIv5dxwqgnJXWgfYgz60Pq51zJ7 fKXz50AyUN2PNsm4lIx5G3CdUGiI8WO1QRkPPXjD1tJmt8m/kH7lmOd4besXSw3OU4NL ItUH3AaEolYRmJegDy9hIPxIdfa2WGUzZkciWgNkMSzpIeG+ufku5yUGniDhzwj21jvU Xv6OweyekCc8LCxjw/UETGWoXG6bfpCQBZFW3Y1UjdQKbQ7ZLEDqOYdQn6qVs+lN7OED OTOw== MIME-Version: 1.0 References: <875zt2v8pm.fsf_-_@oldenburg2.str.redhat.com> In-Reply-To: <875zt2v8pm.fsf_-_@oldenburg2.str.redhat.com> From: "H.J. Lu" Date: Fri, 1 Mar 2019 09:14:07 -0800 Message-ID: Subject: Re: Siddhesh as the tunables maintainer (was: Re: I nominate Florian Weimer for support/ subsystem maintainer.) To: Florian Weimer Cc: Siddhesh Poyarekar , "Carlos O'Donell" , GNU C Library , "Joseph S. Myers" , Andreas Schwab Content-Type: text/plain; charset="UTF-8" On Fri, Mar 1, 2019 at 8:52 AM Florian Weimer wrote: > > * Siddhesh Poyarekar: > > > 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 fine, please update MAINTAINERS on the wiki. > Me too. -- H.J.