Received: by 10.223.185.116 with SMTP id b49csp486000wrg; Tue, 20 Feb 2018 02:50:27 -0800 (PST) X-Google-Smtp-Source: AH8x225J2HW1xHtEusPmwIMceeTdAgc/gJ+qmx8TYp8Tfpcke+ydN6BvhcrJK27Zn9qk76vUJm2r X-Received: by 10.99.42.9 with SMTP id q9mr14694867pgq.45.1519123827499; Tue, 20 Feb 2018 02:50:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519123827; cv=none; d=google.com; s=arc-20160816; b=0g/uKT3+nXQ4vKELLE31j9WYUaYwUyJyJ4I3kP8ltMZCf35YbFMPUb2BuWERq57MzZ 3fUcAxc0Rc5u85dtg6LtCPhGDDBvruv6l52nwEzTyPQEeyFO0+9vj6FgcwzDGYxDUGtX JLRCdMnCZk2Ee+DC8vFUg1WRlswuGm2ErMNPEv0tBysOeQZFXwsiKx9YRXgcjyBsgs9b fKR7t9XaWYuVgk+n8poAwIZKq3jDwmwELqO1f0H6WXc9dZCsr3jnxv98RX7xkgYXv1Hn Vy85w66Iq6KFDGvYIuyDa5LY/BKGL48C2qkHYnPjus3OfFDIN09SS18AbVA//1C+huAt 55XA== 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=TX8+9V7gnIlx3Gg0Lp3eFkSeIZvifao4seDgPCyFXas=; b=OxUU7CMt/y3T7XsxkeNbkRdB6QFEiS3iDUuCfWNAscoLSpXVmBTOi709+mGn7++QqJ 1/wXXLgRBLjYxgRsRRSIzvbVAKfm1L9HJs2JZETq6g0H7TDPXw7spw8Pwgk0T17eJAgf AAHnfm3s30xWhwpUv7uA1JlcL3cuRG37kCNuqXK21z/lx/FuqaNLuJsXvbgFjVSxWwnZ eRwcKfT/uJJCvcZpSiPV6RvuvLP472NBD4mSgUJRQ5N+92x9hzlxK0rAsaPJRdFvr5hN BSanTpvFtuZliEWPEEsGHEbVUj5cMEYEynlHy29IKT6OpBLnld9OWEbv69EuMnIn7S3F /DqA== 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 r26si6511652pfi.378.2018.02.20.02.50.13; Tue, 20 Feb 2018 02:50:27 -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 S1751445AbeBTKtd (ORCPT + 99 others); Tue, 20 Feb 2018 05:49:33 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:38184 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751228AbeBTKtc (ORCPT ); Tue, 20 Feb 2018 05:49:32 -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 3B4C8115C; Tue, 20 Feb 2018 10:49:31 +0000 (UTC) Date: Tue, 20 Feb 2018 11:49:33 +0100 From: Greg Kroah-Hartman To: Jon Masters Cc: Timur Tabi , lkml , Shanker Donthineni , Ard Biesheuvel , Catalin Marinas , Will Deacon , stable@vger.kernel.org, stable-commits@vger.kernel.org Subject: Re: Patch "[Variant 2/Spectre-v2] arm64: Implement branch predictor hardening for Falkor" has been added to the 4.14-stable tree Message-ID: <20180220104933.GB16450@kroah.com> References: <1518616386206238@kroah.com> <5be20f44-b750-7250-76a8-03b6c39bb2fe@jonmasters.org> <20180220104738.GA16450@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180220104738.GA16450@kroah.com> 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 Tue, Feb 20, 2018 at 11:47:38AM +0100, Greg Kroah-Hartman wrote: > On Mon, Feb 19, 2018 at 06:57:12PM -0500, Jon Masters wrote: > > On 02/14/2018 11:16 AM, Timur Tabi wrote: > > > On Wed, Feb 14, 2018 at 7:53 AM, wrote: > > >> > > >> This is a note to let you know that I've just added the patch titled > > >> > > >> [Variant 2/Spectre-v2] arm64: Implement branch predictor hardening for Falkor > > >> > > >> to the 4.14-stable tree which can be found at: > > >> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > >> > > >> The filename of the patch is: > > >> arm64-implement-branch-predictor-hardening-for-falkor.patch > > >> and it can be found in the queue-4.14 subdirectory. > > >> > > >> If you, or anyone else, feels it should not be added to the stable tree, > > >> please let know about it. > > > > > > Please note that there is a follow-on patch, also from Shanker, that > > > fixes this patch (it was slightly mangled when merged into 4.16-rc1): > > > > > > https://www.spinics.net/lists/arm-kernel/msg633726.html > > > > > > I would love for it to be included in 4.14.20, but it hasn't been > > > merged into Linus' tree yet. I will send a patch request when it does > > > land in 4.16-rc2. > > > > That has now landed in Linus's tree. > > What is the git commit id for it? Nevermind, I found it myself...