Received: by 10.223.185.116 with SMTP id b49csp710831wrg; Wed, 14 Feb 2018 05:57:10 -0800 (PST) X-Google-Smtp-Source: AH8x226az0QW9RmHYqs0VZ6jASaqoA5UvnG6Mx0fSBeWnG2Ku+3ScEuuL8t9mb4N1EP8PZDACGdc X-Received: by 2002:a17:902:4e25:: with SMTP id f34-v6mr4442591ple.68.1518616630453; Wed, 14 Feb 2018 05:57:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518616630; cv=none; d=google.com; s=arc-20160816; b=AhLBJiqsV54JdcAwCezyonCpq5r20CVB1Zlb2nr5aqKQ7+z23JVkySSNzfJDFzDUYn kf0H2BIAhGiuRjn3xKxXqGD8zniJ3zX6tLL0DNbOx477h+MMvhtimN2EWzlQqnc4ythd AW94yvAGs5q8YNBC386OGEkG7chZAtKv17mIfrXNSHprePd1jP1h+VeMO3eG9n3pEcRk Bjh/05L64J2ckAoy8kzC6eXisVwIDSu/IclWZNnXE2YJs2IGOLqAnIpgmg0lgzK9B4DK d4SazLUyhepMwPmLJLMcASzlD3JxeclvffHx6yU4vBio4ocUjZigkKl5qgx271i+nByf 2haQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=plocOQs1NQXc1BVi2F7eWIC+0hw2CEcCDVVdgVBraD8=; b=r3SwaHAgJSg51WrEe76lMi/Xrgjk76UGRpGPiHKJnV8pC53bEsYLGMQNW5TnZ8dd/V qpOpwP6z6FSalji9uIqF47U0PmZltsEs5Md6fnrZsmUy5v5H0wSImEnqjZUoCA9IW7fY 5UKGNPxVPL5w2iRtIT9GE4fnkf2aDBHSMPz6BCRLjIzkEFD6jIJeXDizv9LRzZXEoSNe MelEm88VtPrKDAxLcEn9pnCDFhImzBmETxlkQvCLZa3U/hHPYUNdd8ZgAEqE1rwYVUjJ wXPutXJ1ver2W8LU2tO0/MuRH3vpKfnmIdFMeoPE/CpXELFM5BzWXq8PuxOsTLahoKAz MO6g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d16-v6si8964871pll.210.2018.02.14.05.56.55; Wed, 14 Feb 2018 05:57:10 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030564AbeBNN4M (ORCPT + 99 others); Wed, 14 Feb 2018 08:56:12 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:36580 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030430AbeBNN4K (ORCPT ); Wed, 14 Feb 2018 08:56:10 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 8A3BF11C4; Wed, 14 Feb 2018 13:56:09 +0000 (UTC) Date: Wed, 14 Feb 2018 14:54:20 +0100 From: Greg KH To: Ard Biesheuvel Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org, will.deacon@arm.com, catalin.marinas@arm.com, marc.zyngier@arm.com, broonie@linaro.org, linux-arm-kernel@lists.infradead.org Subject: Re: [GIT PULL] arm64 spectre and meltdown mitigations for v4.14-stable Message-ID: <20180214135420.GB24189@kroah.com> References: <20180212113801.2552-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180212113801.2552-1-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 12, 2018 at 11:38:01AM +0000, Ard Biesheuvel wrote: > Hi Greg, > > As mentioned by Will, I have created the v4.14 counterpart of his stable > backport of the arm64/ARM Spectre/Meltdown mitigations that have been pulled > into v4.16-rc1. > > Given that this is the v4.15 version backported to v4.14, I have removed any > mention of 'conflicts' from the commit logs as they are now ambiguous. The > patches applied surprisingly cleanly, I only needed to drop two patches that > are already in (the same ones Will mentioned in his PR), and drop another one > dealing with SPE, support for which did not exist yet in v4.14. I also included > the patch > > arm64: move TASK_* definitions to > > from v4.15 to make Robin's Spectre v1 patches apply more cleanly. I've queued these up now, but if you could pull the whole quilt tree and verify I got things right, that would be great. There was some conflicts with a few previous patches I had already queued up that touched some "Falkor" errata code. Specifically 932b50c7c1c65e6f23002e075b97ee083c4a9e71 "arm64: Add software workaround for Falkor erratum 1041" is the offending patch. I think I resolved the merge issues properly, but verifying this would be wonderful. thanks, greg k-h