Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1944087ybb; Thu, 2 Apr 2020 10:09:08 -0700 (PDT) X-Google-Smtp-Source: APiQypKzCZ3Wd3SVyp8hHNZ7Ldvl3xEOgipx4C2TRa7uVNV+4frfMbMlJGZKdvtm/q893MkdM7YC X-Received: by 2002:aca:558c:: with SMTP id j134mr40497oib.102.1585847348290; Thu, 02 Apr 2020 10:09:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585847348; cv=none; d=google.com; s=arc-20160816; b=O+vgEVx8eUHCudkZT4NoCi60bgdXA2P6wWS0S/mYDwV8CCXkdibNtkkRXY2xVm1Vs6 AP+smq8Uo8/QKMF6+wsebzkec56dvL8ELs6VB8H1425OhA8xZYd+PaP4U8lBf7PwtN5K cqSiTNCibmCN6LeIoggNP6zAw59s1ShjwPwYf4E9u/wtJ9jYppOgIVW/sX+dcdZjIwFM xvFlkeS6FLPSoYE27Ep+vbzHfLP9d4r7r4FCIbYyqfnI0jHieJVKjnp9ujmlAuQC3TCB kOsp11P/QPTXsxqJmfSYKbqsu5D11cvRp008pKNDAVhusyfbK9YkdnE9KK6HphUNxYSH 472A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=yKLVXEoxWnyqozbZzkMiu0M+TDn4fZPIV/iAn0C2HRc=; b=NFGKhr+k4wC+bq6fceIIfYr+M3+PK9gL9eCKQ+Pi4eX6+EhumiJORryl3GK59VYs1M 4kMUWjL6nC7MCVvfQHuQLp5N6q+6EsF3Wj73Jc58gB5L1clsOhVQEokQNJ5Gf+3v9jdE vB3mUv2B2+5XjVkirTkEr04QKwrWCOLcp8anyCthPh0yYxeDlIvHVXSc/z3/UtxDFPMz gz92xThtBFaoLKthNgGC0LEncgq+u6I3cguNB72EJUsyWy57iGe1zEAcmnmRjO3n3VIR hU/kGAm2rxEAjRD+aYJ6g+dwT0AQBXLUH9ataXlSzG7owF0kDqErHiNRZso6mVq92/jg 69Ew== ARC-Authentication-Results: i=1; mx.google.com; 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 e8si2657959oif.218.2020.04.02.10.08.55; Thu, 02 Apr 2020 10:09:08 -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; 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 S2389922AbgDBQqu (ORCPT + 99 others); Thu, 2 Apr 2020 12:46:50 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:38637 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388316AbgDBQqu (ORCPT ); Thu, 2 Apr 2020 12:46:50 -0400 Received: from p5de0bf0b.dip0.t-ipconnect.de ([93.224.191.11] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1jK2yy-00087o-5S; Thu, 02 Apr 2020 18:46:20 +0200 Received: by nanos.tec.linutronix.de (Postfix, from userid 1000) id 72A84100D52; Thu, 2 Apr 2020 18:46:19 +0200 (CEST) From: Thomas Gleixner To: "Kenneth R. Crudup" , Andy Lutomirski Cc: LKML , x86@kernel.org, "Peter Zijlstra \(Intel\)" , Paolo Bonzini , Jessica Yu , Fenghua Yu , Xiaoyao Li , Nadav Amit , Thomas Hellstrom , Sean Christopherson , Tony Luck , Steven Rostedt Subject: Re: [patch 1/2] x86,module: Detect VMX modules and disable Split-Lock-Detect In-Reply-To: References: Date: Thu, 02 Apr 2020 18:46:19 +0200 Message-ID: <871rp5omxw.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "Kenneth R. Crudup" writes: > On Thu, 2 Apr 2020, Andy Lutomirski wrote: >> This seems like much more of a fixup than we would usually do .... > > TBH, I was kinda surprised to see that patchset myself. > > -Kenny, guessing Linus hasn't read this far yet :) The much we hate it, we simply have users depending on these things for various reasons. That said, I'm perfectly fine with changing it to 'refuse module load'. Thanks, tglx