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 C12BEC3A59F for ; Thu, 29 Aug 2019 16:18:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9B92A21874 for ; Thu, 29 Aug 2019 16:18:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727087AbfH2QS2 (ORCPT ); Thu, 29 Aug 2019 12:18:28 -0400 Received: from foss.arm.com ([217.140.110.172]:47742 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726728AbfH2QS1 (ORCPT ); Thu, 29 Aug 2019 12:18:27 -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 66406337; Thu, 29 Aug 2019 09:18: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 112D43F59C; Thu, 29 Aug 2019 09:18:25 -0700 (PDT) Date: Thu, 29 Aug 2019 17:18:20 +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 ARM64 v4.4 V3 00/44] V4.4 backport of arm64 Spectre patches Message-ID: <20190829161820.GA44947@lakrids.cambridge.arm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Thu, Aug 29, 2019 at 05:03:45PM +0530, Viresh Kumar wrote: > Hello, Hi Viresh, > 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. > > The KVM changes are mostly dropped as the KVM code in v4.4 is quite > different and it makes backport more complex. This was suggested by the > ARM team. I'm reviewing this backport now, but it's going to take me a few days to get through the entire series, so please don't be surprised if I'm quiet until the middle of next week. If I spot any issues I'll reply immediately, but please poke if I haven't said anything by Wednesday. Thanks, Mark.