Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965548AbeAKTM3 (ORCPT + 1 other); Thu, 11 Jan 2018 14:12:29 -0500 Received: from mail-io0-f174.google.com ([209.85.223.174]:43119 "EHLO mail-io0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964978AbeAKTM0 (ORCPT ); Thu, 11 Jan 2018 14:12:26 -0500 X-Google-Smtp-Source: ACJfBosbdTDLaO9+bOY2vAfP98HhJqCtO7h4rE2i58hM/ED8Zrjov/+csrZjVc3Sbzl01wLDkXA64cLNcVYtRzPf3+Q= MIME-Version: 1.0 In-Reply-To: <4e32af93-f632-ae17-eed4-c7023c1b9cc5@linux.intel.com> References: <20180110082207.GX29822@worktop.programming.kicks-ass.net> <20180110091102.GH14066@1wt.eu> <20180111064259.GC14920@1wt.eu> <0f08d89e-61e1-20e3-5c59-0b2f7b32bf0c@linux.intel.com> <20180111154412.GA15296@1wt.eu> <20180111182147.masunghp5km6igjq@ast-mbp.dhcp.thefacebook.com> <20180111183207.dah7imbuvuhvrrk6@treble> <4e32af93-f632-ae17-eed4-c7023c1b9cc5@linux.intel.com> From: Linus Torvalds Date: Thu, 11 Jan 2018 11:12:23 -0800 X-Google-Sender-Auth: 2F0RKkefP3np1M9fIcgSpw0Qw90 Message-ID: Subject: Re: [RFC PATCH v2 6/6] x86/entry/pti: don't switch PGD on when pti_disable is set To: Dave Hansen Cc: Josh Poimboeuf , Alexei Starovoitov , Andy Lutomirski , Willy Tarreau , Peter Zijlstra , LKML , X86 ML , Borislav Petkov , Brian Gerst , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Greg Kroah-Hartman , Kees Cook Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Jan 11, 2018 at 10:57 AM, Dave Hansen wrote: > > I'd love to have a tool that tells you for sure "KPTI enabled or not", > but I'd also love to have it be something I can easily distribute > without it being handled like a WMD. As Josh points out, the whole meltdown excitement actually already generated a number of projects that aren't the attack, but show some of the effects. But Thomas does have a whole sysfs series to show "mitigation status for various hardware bugs". Linus