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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 2309DC10F13 for ; Mon, 8 Apr 2019 14:19:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E6C212147A for ; Mon, 8 Apr 2019 14:19:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554733160; bh=6gv8NfsB/CTjdnIxSVFivJKOLFcYqwWkvdybwd9uJ/Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=BYotDSZcE2j6Vk4PjGzSbcrRpcRtCns6TM4+WMk7vXw75+WFXI6YwAE8kM8te05f6 BIDY+pltqH17aFDHjuZ3GPf9v6Jq2BJhG+b2bC0WaawyaTYXwsfTsZ8Sh6OVJJtmzZ d98nVxKGHtu+Hzoeot/4KfFlKwc9Gngb2vKzVlNI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726575AbfDHOTT (ORCPT ); Mon, 8 Apr 2019 10:19:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:42484 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726349AbfDHOTT (ORCPT ); Mon, 8 Apr 2019 10:19:19 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 7059421473; Mon, 8 Apr 2019 14:19:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554733158; bh=6gv8NfsB/CTjdnIxSVFivJKOLFcYqwWkvdybwd9uJ/Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Nma7n2H6+bDjy5jEaltPknIxWWIyLTEp3J2eEBFDBKmOgD8fa12gcUK88aktN+4ud eFcOJ6u8nE+QnIB5190xYxSkolTFHZN3UJsW9SYLu355Jn00XVB5X4VVfcPS+NOa1B 4jDBTr1h9zfO+hH3i9MxoeC00Rbvr94Tju3Ldvww= Date: Mon, 8 Apr 2019 10:19:17 -0400 From: Sasha Levin To: Sudip Mukherjee Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jarkko Nikula , Andy Lutomirski , Thomas Gleixner , Peter Zijlstra , Borislav Petkov , Linus Torvalds , Ingo Molnar Subject: Re: request for 4.14-stable: 5b06bbcfc2c6 ("x86/power: Fix some ordering bugs in __restore_processor_context()") Message-ID: <20190408141917.GC4689@sasha-vm> References: <20190407160005.djiw4reapwvbxmgo@debian> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190407160005.djiw4reapwvbxmgo@debian> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Apr 07, 2019 at 05:00:05PM +0100, Sudip Mukherjee wrote: >Hi Greg, > >This was not marked for stable but it fixes a commit which has been >backported to 4.14-stable. > >1) 5b06bbcfc2c6 fixes ca37e57bbe0c >2) 7ee18d677989 will again fix 5b06bbcfc2c6 > >But you will need to add: >090edbe23ff5 ("x86/power/64: Use struct desc_ptr for the IDT in struct saved_context") >and >896c80bef4d3 ("x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()") >to apply 7ee18d677989. I've queued them up, thanks! -- Thanks, Sasha