From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dormouse.elm.relay.mailchannels.net (dormouse.elm.relay.mailchannels.net [23.83.212.50]) by sourceware.org (Postfix) with ESMTPS id 70758383E833 for ; Mon, 30 Nov 2020 10:21:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 70758383E833 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=siddhesh@gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id BAE8B920DFC; Mon, 30 Nov 2020 10:21:05 +0000 (UTC) Received: from pdx1-sub0-mail-a90.g.dreamhost.com (100-96-87-12.trex.outbound.svc.cluster.local [100.96.87.12]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id D83E19212C9; Mon, 30 Nov 2020 10:21:04 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a90.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.10); Mon, 30 Nov 2020 10:21:05 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Whimsical-Fumbling: 780830d232fb1935_1606731665287_2357616087 X-MC-Loop-Signature: 1606731665287:3939486335 X-MC-Ingress-Time: 1606731665286 Received: from pdx1-sub0-mail-a90.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a90.g.dreamhost.com (Postfix) with ESMTP id 6493A7F955; Mon, 30 Nov 2020 02:21:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :cc:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=/IjgyU vgJYu4Y711tLv9GPA/B5k=; b=mKSY2e8sPk4eMmfmdNmwgBW+tYtXIf0jZBMRcS Dyo+4lxKy8A34tYrJzkKkgmCA2YGZJD5HVbWRNUiF/r76Dw6O789tNB81q+bvTDI 3rPN3t/c7vn4KpMmFf3ugoueS5sm7iI/dRjRLwGJ2tvh9rxsaaxswNb1HaKOOD71 UL+YA= Received: from [192.168.1.111] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a90.g.dreamhost.com (Postfix) with ESMTPSA id 47F317E5FA; Mon, 30 Nov 2020 02:20:58 -0800 (PST) Subject: Re: [PATCH] Fix typo in NEWS file To: Paul Zimmermann , Shuo Wang Cc: hushiyuan@huawei.com, libc-alpha@sourceware.org References: <20201128015416.12040-1-wangshuo47@huawei.com> X-DH-BACKEND: pdx1-sub0-mail-a90 From: Siddhesh Poyarekar Message-ID: Date: Mon, 30 Nov 2020 15:50:53 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: Mon, 30 Nov 2020 10:21:11 -0000 On 11/30/20 3:21 PM, Paul Zimmermann wrote: > Dear Shuo, > > I hope they will. However I have technical difficulties committing them > (I am new to the patchwork process). Hopefully I will be able to solve > that with Carlos' help. > > Paul > >> From: Shuo Wang >> Date: Sat, 28 Nov 2020 09:54:16 +0800 >> >> Dear Paul, >> >> Thanks for your reply. I was wondering if these two changes >> will be merged in the future? >> I have fixed up, squashed and pushed the two patches. The patches were malformed, possibly mangled by the mail client before sending, which is why they failed to apply. git-send-email usually gets the most consistent results. Thanks, Siddhesh