From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755171AbdLOLVm (ORCPT ); Fri, 15 Dec 2017 06:21:42 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:35103 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753663AbdLOLVk (ORCPT ); Fri, 15 Dec 2017 06:21:40 -0500 X-Google-Smtp-Source: ACJfBosG2kVy1OiJi9T0QQdoh2N52tAtFeOUadv48abYlxXKxClwWhfvSHSNxnAK3e+D/6PUyHEPpQ== Date: Fri, 15 Dec 2017 12:21:36 +0100 From: Ingo Molnar To: Linus Torvalds Cc: "Rafael J. Wysocki" , Andy Lutomirski , X86 ML , Borislav Petkov , "linux-kernel@vger.kernel.org" , Pavel Machek , Zhang Rui , Jarkko Nikula , Josh Poimboeuf Subject: Re: [PATCH urgent 0/3] __restore_processor_state() fixes Message-ID: <20171215112136.boes3uxthpbtzpio@gmail.com> References: <2218120.DOUuxV87Xe@aspire.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Linus Torvalds wrote: > On Thu, Dec 14, 2017 at 5:28 PM, Rafael J. Wysocki wrote: > > On Thursday, December 14, 2017 10:19:04 PM CET Andy Lutomirski wrote: > >> __restore_processor_state() was spaghetti code, made no sense, and > >> had bugs. And I broke resume on 32-bit systems. This series cleans > >> it up and fixes it (hopefully!). > > > > Acked-by: Rafael J. Wysocki > > And I'm assuming I'll get these from the x86 -tip tree. > > If not, somebody please holler, and I'll pick them up directly. I have applied them to tip:x86/urgent with small changes to the changelogs, and will send them to you in a couple of hours. These fixes are really nice, thanks guys for all the effort! Thanks, Ingo