Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2444427yba; Mon, 15 Apr 2019 11:45:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqyh1lDRhyuv5ZVBPRnsUe3EhHNObDPJJFygvgcoJb+i/abHDaThjicHrdKxAZyYvfA9bOfU X-Received: by 2002:a63:e915:: with SMTP id i21mr71542098pgh.297.1555353958473; Mon, 15 Apr 2019 11:45:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555353958; cv=none; d=google.com; s=arc-20160816; b=YcMHF3ZhbitymQ5CIk95qzflRnozVDWeGjhfxo0XyOL5hPqz7Blbm6QVfXpH3fwZri qGGNsaslUO7TOpN5Js82H/CKfqpiIbmoxWiCUYjTJtl83PksHCCMwG8UcarpKjcv7cJf oWvu3PaHBW/Ke/8d5lGxkXWI1YP9SxZqHbGfItpYaI1pFD/UQnG7m5DT4uuMFwa83lw5 NbDcdgINb5uMW40iB66Pi+2O5YdlKZefl8TPYK5r6khbY+fGn0mJ2Wn5tveft8ifngRg nzn/HH9ztDaPinpQroVTUxw8DzvS3euVWSiOIS6004daR74FRzXkJjrd1KogeV7pa3fJ vBvQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=6ltCcGw39C0I7PFZPYZeySypdH7c8urMN0CRmbxZrdU=; b=Qp2i6cVIfQ7QdluC2W2lroVnBu8MoVBbD/sd0eEjNNbTHY1/dO3ZtoS+0a+/ulW9DQ pBjLGwOWoFzX8rho1xfeueWY3ASNLxvypGSNSRpTgHUBSWviVFDuRjGO7jlTdZJG9y2W Br0/Y1ks82iz+NlStId0MfhaXLZd/6iNj/Wq7/+LGjtsFni0vATfpsxDwfbvt15xyR3w 7sf1FRGBboZE5SAGz9Cwc8Vpt2jhQ5t+ctkqWEH3uKrmuabGFW+sFJ6/4WacB6hYW+Le B8b0qtdvrLZwZUGjiyLz5dUEcgK3cEJb7nxSC4m5CGLZo4PhOIABJAvkyHQTf4tP0Brb nyLg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=IYoi1lLn; 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 p187si49431233pfp.89.2019.04.15.11.45.42; Mon, 15 Apr 2019 11:45:58 -0700 (PDT) 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; dkim=pass header.i=@kernel.org header.s=default header.b=IYoi1lLn; 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 S1728148AbfDOSo4 (ORCPT + 99 others); Mon, 15 Apr 2019 14:44:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:46982 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727845AbfDOSoz (ORCPT ); Mon, 15 Apr 2019 14:44:55 -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 3D0812073F; Mon, 15 Apr 2019 18:44:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555353894; bh=2Fh6c33pAloWmbDZQ+KX4eK5zj/0ctZrs6UYkup+OcQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IYoi1lLnN1XvcNDz/ewa24qUuSBcmpoacuG9MQ1/WsQ+91GSxlbDD2oFFRZdv5bHn 3x4YQsGHUeEqI5YLs1eMXWBuncsGeqL6aRnDcExnhEq2jp5+6ulNYzOO8kJJHsWmDY mZ1CtS+VPGKGUAGI7sSL6pCKEIKmb98KH1RZR0bg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jarkko Nikula , Andy Lutomirski , Thomas Gleixner , Peter Zijlstra , Borislav Petkov , Linus Torvalds , Ingo Molnar , Sasha Levin Subject: [PATCH 4.9 01/76] x86/power: Fix some ordering bugs in __restore_processor_context() Date: Mon, 15 Apr 2019 20:43:25 +0200 Message-Id: <20190415183708.075591478@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190415183707.712011689@linuxfoundation.org> References: <20190415183707.712011689@linuxfoundation.org> User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Upstream commit 5b06bbcfc2c621da3009da8decb7511500c293ed ] __restore_processor_context() had a couple of ordering bugs. It restored GSBASE after calling load_gs_index(), and the latter can call into tracing code. It also tried to restore segment registers before restoring the LDT, which is straight-up wrong. Reorder the code so that we restore GSBASE, then the descriptor tables, then the segments. This fixes two bugs. First, it fixes a regression that broke resume under certain configurations due to irqflag tracing in native_load_gs_index(). Second, it fixes resume when the userspace process that initiated suspect had funny segments. The latter can be reproduced by compiling this: // SPDX-License-Identifier: GPL-2.0 /* * ldt_echo.c - Echo argv[1] while using an LDT segment */ int main(int argc, char **argv) { int ret; size_t len; char *buf; const struct user_desc desc = { .entry_number = 0, .base_addr = 0, .limit = 0xfffff, .seg_32bit = 1, .contents = 0, /* Data, grow-up */ .read_exec_only = 0, .limit_in_pages = 1, .seg_not_present = 0, .useable = 0 }; if (argc != 2) errx(1, "Usage: %s STRING", argv[0]); len = asprintf(&buf, "%s\n", argv[1]); if (len < 0) errx(1, "Out of memory"); ret = syscall(SYS_modify_ldt, 1, &desc, sizeof(desc)); if (ret < -1) errno = -ret; if (ret) err(1, "modify_ldt"); asm volatile ("movw %0, %%es" :: "rm" ((unsigned short)7)); write(1, buf, len); return 0; } and running ldt_echo >/sys/power/mem Without the fix, the latter causes a triple fault on resume. Fixes: ca37e57bbe0c ("x86/entry/64: Add missing irqflags tracing to native_load_gs_index()") Reported-by: Jarkko Nikula Signed-off-by: Andy Lutomirski Signed-off-by: Thomas Gleixner Tested-by: Jarkko Nikula Cc: Peter Zijlstra Cc: Borislav Petkov Cc: Linus Torvalds Link: https://lkml.kernel.org/r/6b31721ea92f51ea839e79bd97ade4a75b1eeea2.1512057304.git.luto@kernel.org Signed-off-by: Ingo Molnar Signed-off-by: Sasha Levin --- arch/x86/power/cpu.c | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/arch/x86/power/cpu.c b/arch/x86/power/cpu.c index 53cace2ec0e2..73063dfed476 100644 --- a/arch/x86/power/cpu.c +++ b/arch/x86/power/cpu.c @@ -222,8 +222,20 @@ static void notrace __restore_processor_state(struct saved_context *ctxt) load_idt((const struct desc_ptr *)&ctxt->idt_limit); #endif +#ifdef CONFIG_X86_64 /* - * segment registers + * We need GSBASE restored before percpu access can work. + * percpu access can happen in exception handlers or in complicated + * helpers like load_gs_index(). + */ + wrmsrl(MSR_GS_BASE, ctxt->gs_base); +#endif + + fix_processor_context(); + + /* + * Restore segment registers. This happens after restoring the GDT + * and LDT, which happen in fix_processor_context(). */ #ifdef CONFIG_X86_32 loadsegment(es, ctxt->es); @@ -244,13 +256,14 @@ static void notrace __restore_processor_state(struct saved_context *ctxt) load_gs_index(ctxt->gs); asm volatile ("movw %0, %%ss" :: "r" (ctxt->ss)); + /* + * Restore FSBASE and user GSBASE after reloading the respective + * segment selectors. + */ wrmsrl(MSR_FS_BASE, ctxt->fs_base); - wrmsrl(MSR_GS_BASE, ctxt->gs_base); wrmsrl(MSR_KERNEL_GS_BASE, ctxt->gs_kernel_base); #endif - fix_processor_context(); - do_fpu_end(); x86_platform.restore_sched_clock_state(); mtrr_bp_restore(); -- 2.19.1