Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751666AbeADG53 (ORCPT + 1 other); Thu, 4 Jan 2018 01:57:29 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:42502 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750896AbeADG52 (ORCPT ); Thu, 4 Jan 2018 01:57:28 -0500 X-Google-Smtp-Source: ACJfBouBfOM3f9dIaw2WRCrEXHUagAutMvNmmvEw+nEhOQlUTyU0lo8ggQEKwX/70Gjg9CkAn/vh9w== Date: Thu, 4 Jan 2018 07:57:24 +0100 From: Ingo Molnar To: Laura Abbott Cc: X86 ML , Linux Kernel Mailing List , Linux-MM , Thomas Gleixner Subject: Re: Crashes with KPTI and -rc6 Message-ID: <20180104065724.tzczjnf535pwf7ys@gmail.com> References: <5b0de7f2-0753-dbfc-e6d3-a5bac3a02a3d@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5b0de7f2-0753-dbfc-e6d3-a5bac3a02a3d@redhat.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: * Laura Abbott wrote: > Hi, > > Fedora got a report via IRC of a double fault with KPTI > https://paste.fedoraproject.org/paste/SL~of04ZExXP6AN2gcJi7A I believe this one should be fixed by: d7732ba55c4b: x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() > This is on -rc6 . I saw the one fix posted already which > I'll pull in but I wanted to report this as a heads up > in case there are other issues. > > Full tree and configs are at > https://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/fedora.git/log/?h=rawhide Thanks! Linus's latest upstream: 00a5ae218d57: Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip and later kernels includes all fixes for all regressions that were reported so far on top of -rc6: 2fd9c41aea47: x86/process: Define cpu_tss_rw in same section as declaration d7732ba55c4b: x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() 3ffdeb1a02be: x86/dumpstack: Print registers for first stack frame a9cdbe72c4e8: x86/dumpstack: Fix partial register dumps 52994c256df3: x86/pti: Make sure the user/kernel PTEs match 694d99d40972: x86/cpu, x86/pti: Do not enable PTI on AMD processors 87faa0d9b43b: x86/pti: Enable PTI by default PTI fixes can also be independently tracked and pre-merged via: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/pti Thanks, Ingo