From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 337701A1E46 for ; Wed, 26 Oct 2016 05:13:40 -0700 (PDT) Received: by mail-it0-x22b.google.com with SMTP id q124so27866845itd.1 for ; Wed, 26 Oct 2016 05:13:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=h6HtGybfFt4Xq1cpVn/5rupjtMsdrHx+zxFk/HTwSE0=; b=IHgQJL7vmmLDMDXA7QN6IshSJ2avW9C8t3Zns3Qxc79fuvXKXGeUeIe9XTQAsUGWQW +0sn3rUtsrRSv3ZXF6HJ071x3m72cjUMccwoCJe8E4Q0bsfEnjecEd3DhMsKrX6gKPwh 863G3YXU8VIigPosMakIK3ym+lPYAABhjnWeg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=h6HtGybfFt4Xq1cpVn/5rupjtMsdrHx+zxFk/HTwSE0=; b=EfxhlIiBDt5AcTLt8lxoqrEjtXLyAlDo/yG6BMa7G81CZiusRVI9WMKm7K7i/Gr8jz 79tZIcvC9enVHF3QSwn7EYL8WrWe5daMj1IYppPL7ouKy/hNx1F3kRxcVbExsCc8/wz1 Ymj4h3cp1KFgAfVdzdyOMos22xHjX+0oreanDJh7Bll1gP0ypup47sRd1y+YcSTofUR/ 7s98sSHSt8TdU9SO855c/GnPvClTcOr1a1K+PYlZzyY/H8Xnwowy1ptr3L8j16EbWPBN 5vFxMvSu319HAdb2kRxDYSDgZLxlqEjcq8jBmNi6uBV6/V29wsnKEBHNmU4cw+4XAsg8 OH+A== X-Gm-Message-State: ABUngvdnCqNsTOIvBy3bCxILQIbGN3WBlyK/frY5vnKM8nRuilIhHqJ50OU7jyKn8BLiL6zhKNBeDy5xt/OIt+2h X-Received: by 10.36.83.80 with SMTP id n77mr5629789itb.63.1477484019528; Wed, 26 Oct 2016 05:13:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.5.139 with HTTP; Wed, 26 Oct 2016 05:13:39 -0700 (PDT) In-Reply-To: References: <1477469862-10046-1-git-send-email-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Wed, 26 Oct 2016 13:13:39 +0100 Message-ID: To: Ryan Harkin Cc: "edk2-devel@lists.01.org" , Leif Lindholm , Laszlo Ersek Subject: Re: [PATCH v2 0/6] ArmPkg: eliminate calls to deprecated functions X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 12:13:40 -0000 Content-Type: text/plain; charset=UTF-8 On 26 October 2016 at 13:11, Ryan Harkin wrote: > Hi Ard, > > You don't have my Tested-by tags in all of the v2 patches. Do I need > to retest? I thought they changes were trivial, but I'm happy to > retest if it helps. > If you don't mind, yes please. Given that they are changes that look trivial on the face of it but could potentially cause hard to diagnose problems if implemented incorrectly, I thought keeping the T-b was perhaps not appropriate in this case.