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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 C5A14C31E40 for ; Fri, 9 Aug 2019 09:18:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9C7A021883 for ; Fri, 9 Aug 2019 09:18:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565342293; bh=J9JxlSVc+VcAq8wWfpY7psJx4wzlPpqh5EcOUbwS310=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Ih42UBXsuB9EJZeLdPgd/FkCJ+iIbJFDqJd2Nx0L3JfYYjQnd592eeUrxg+upg5Q+ l+5ybmut1KdlGtHXOWU9GGWPo2t0wCWunxUkZKo3jCdPO0R9YDrmL7dLI9gCaRW6YG wSfJWUqgpM6CDd5N6pZ1lA8x1PctwQEHJxoNjOU0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405992AbfHIJSM (ORCPT ); Fri, 9 Aug 2019 05:18:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:45112 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406148AbfHIJSM (ORCPT ); Fri, 9 Aug 2019 05:18:12 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 97DB921783; Fri, 9 Aug 2019 09:18:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565342291; bh=J9JxlSVc+VcAq8wWfpY7psJx4wzlPpqh5EcOUbwS310=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kA9aFs0ZH2KTp0P0tq1D2sBjo+XlMv1n5b/iyAkKB/EIMbjMSqkkWNwevkAoHq2pd rxx2QRhxOjHlH5ChRnhDccX4D1Sh9gv1To7mmT29UNqqqkTRtYpu36PyMpANbz6GLK QR1BaR6eTarsHfYtr2iA8l7oVEfwgZyHKWIhaUI0= Date: Fri, 9 Aug 2019 10:44:44 +0200 From: Greg Kroah-Hartman To: Ben Hutchings Cc: stable , Josh Poimboeuf , Thomas Gleixner Subject: Re: Grand Schemozzle, 4.9 backport Message-ID: <20190809084444.GA9820@kroah.com> References: <1fcba38ae50cb4e740839c825fb2eb96b3c54956.camel@decadent.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1fcba38ae50cb4e740839c825fb2eb96b3c54956.camel@decadent.org.uk> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Aug 09, 2019 at 01:05:28AM +0100, Ben Hutchings wrote: > Here's a lightly tested backport of the Spectre v1 swapgs mitigation, > for 4.9. Hm, you backported 64dbc122b20f ("x86/entry/64: Use JMP instead of JMPQ") which is not in 4.14.y, yet you did not backport 4c92057661a3 ("Documentation: Add swapgs description to the Spectre v1 documentation") which should go to this kernel too, right? thanks, greg k-h