From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1362 invoked by alias); 22 Jan 2018 11:12:47 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 1347 invoked by uid 89); 22 Jan 2018 11:12:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:static., letter X-HELO: mail-wr0-f177.google.com Received: from mail-wr0-f177.google.com (HELO mail-wr0-f177.google.com) (209.85.128.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 22 Jan 2018 11:12:45 +0000 Received: by mail-wr0-f177.google.com with SMTP id d9so8193007wre.3 for ; Mon, 22 Jan 2018 03:12:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=dFFIIywBtTm3kPX+gLr81nVbOzARh5X7BEj4Ur4wIz0=; b=Shb1cb9GDkGytEBAXPHmasjeqVEsaECI4HFrEbQMQFndrwj4ghLJn53QFIXMpd4BRi hYPYj04cJvgFBlxotNHPsaniyGDQQowgZRFlA9hB5Dk1W3wRdqGuWpvuSmbyWTq06ffd FlujoNkoWXjFFtB5xHCeE+tepuXo79M2nyZfJBxu9kAeBzy/pxsroWiGN3LQbhkvwlEZ uW0jsaFroD1XFpl2Sfu2a0WVn6O/42aY2mZEI2QgAtM1GRnagGR1pglK5O22ITpLsqFa nSbjUihg/atw/R2J6iz6dZIN5DsODdDaDvEjFpWKQXWLYpoy8nca6EPZego2enrUddC3 xm1Q== X-Gm-Message-State: AKwxytcxVNjt9QjqgGVp2p2AlvSj290VqNmqjqSxQsUB9FO+UwrwmXKk L1UmgL1uCXiWBl78of5L85NGyg== X-Google-Smtp-Source: AH8x225mXCzvI496hWKZoZdChkKeWJrgHpqDYwcsWnkjIWPQ5IKq9E/o58UFPv+L4u5WfwOLdWytkg== X-Received: by 10.223.208.143 with SMTP id y15mr5639441wrh.185.1516619563203; Mon, 22 Jan 2018 03:12:43 -0800 (PST) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id k7sm11679007wrg.38.2018.01.22.03.12.41 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 22 Jan 2018 03:12:41 -0800 (PST) From: Yao Qi To: Simon Marchi Cc: Subject: Re: [PATCH 06/15] regcache::cooked_write test References: <1512125286-29788-1-git-send-email-yao.qi@linaro.org> <1512125286-29788-7-git-send-email-yao.qi@linaro.org> Date: Mon, 22 Jan 2018 11:12:00 -0000 In-Reply-To: (Simon Marchi's message of "Thu, 18 Jan 2018 11:12:44 -0500") Message-ID: <86tvvedu58.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00439.txt.bz2 Simon Marchi writes: > I looked at patches up to this one (the preparatory patches), and they lo= ok > good to me. However, I wasn't able to properly apply patch 3 "Remove mt = port", > probably a git/email issue. > The patch 3 failed to apply because of the new-year procedural update. > I think you can start pushing them when you feel like it, it will ligthen= the > patch series a little bit, and they are good patches on their own. I pushed patches 01 ~ 06 in. I'll push the rest to a branch, and answer your question to the cover letter. > > I noted one nit below: > > red -> read Fixed. --=20 Yao (=E9=BD=90=E5=B0=A7)