Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754662AbdLOBf1 (ORCPT ); Thu, 14 Dec 2017 20:35:27 -0500 Received: from mail-it0-f48.google.com ([209.85.214.48]:42469 "EHLO mail-it0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754538AbdLOBfZ (ORCPT ); Thu, 14 Dec 2017 20:35:25 -0500 X-Google-Smtp-Source: ACJfBov3bZ3NMnDwOcKby4ARziZZAmGqbjpR4ea+fS4n64A2F70xZ11BEIBOrGOwPRAu0t1Uim7Udk/sOcp0urksxFM= MIME-Version: 1.0 In-Reply-To: <2218120.DOUuxV87Xe@aspire.rjw.lan> References: <2218120.DOUuxV87Xe@aspire.rjw.lan> From: Linus Torvalds Date: Thu, 14 Dec 2017 17:35:24 -0800 X-Google-Sender-Auth: n3L0uFjyO2AFB-wp6njy3GuvOdA Message-ID: Subject: Re: [PATCH urgent 0/3] __restore_processor_state() fixes To: "Rafael J. Wysocki" Cc: Andy Lutomirski , X86 ML , Borislav Petkov , "linux-kernel@vger.kernel.org" , Pavel Machek , Zhang Rui , Jarkko Nikula , Josh Poimboeuf Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 535 Lines: 13 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. Linus