From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F228C32751 for ; Wed, 31 Jul 2019 17:02:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EB01B21851 for ; Wed, 31 Jul 2019 17:02:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726350AbfGaRC2 (ORCPT ); Wed, 31 Jul 2019 13:02:28 -0400 Received: from foss.arm.com ([217.140.110.172]:51906 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726345AbfGaRC2 (ORCPT ); Wed, 31 Jul 2019 13:02:28 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DE33B337; Wed, 31 Jul 2019 10:02:27 -0700 (PDT) Received: from lakrids.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 84A793F71F; Wed, 31 Jul 2019 10:02:26 -0700 (PDT) Date: Wed, 31 Jul 2019 18:02:24 +0100 From: Mark Rutland To: Viresh Kumar Cc: stable@vger.kernel.org, Julien Thierry , linux-arm-kernel@lists.infradead.org, Catalin Marinas , Marc Zyngier , Will Deacon , Russell King , Vincent Guittot , mark.brown@arm.com Subject: Re: [PATCH v4.4 V2 00/43] V4.4 backport of arm64 Spectre patches Message-ID: <20190731170224.GK39768@lakrids.cambridge.arm.com> References: <20190731025253.ys4ph2hwa7hzdi5n@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190731025253.ys4ph2hwa7hzdi5n@vireshk-i7> User-Agent: Mutt/1.11.1+11 (2f07cb52) (2018-12-01) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi Viresh, On Wed, Jul 31, 2019 at 08:22:53AM +0530, Viresh Kumar wrote: > On 12-07-19, 10:57, Viresh Kumar wrote: > > Hello, > > > > This series backports arm64 spectre patches to v4.4 stable kernel. I > > have started this backport with Mark Rutland's backport of Spectre to > > 4.9 [1] and tried applying the upstream version of them over 4.4 and > > resolved conflicts by checking how they have been resolved in 4.9. > > Since it has been almost 3 weeks since the patches are last posted, > here is a gentle reminder for reviewing it :) I've taken a look at about half of the series today, and left a couple of comments. I intend to attack the rest, but I won't be able to do so until Tuesday next week. Thanks, Mark.