From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752444AbeAQHiY (ORCPT + 1 other); Wed, 17 Jan 2018 02:38:24 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:45077 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752322AbeAQHiX (ORCPT ); Wed, 17 Jan 2018 02:38:23 -0500 Date: Wed, 17 Jan 2018 08:38:17 +0100 (CET) From: Thomas Gleixner To: Andi Kleen cc: torvalds@linux-foundation.org, dwmw@amazon.co.uk, linux-kernel@vger.kernel.org, gregkh@linux-foundation.org, arjan.van.de.ven@intel.com, jeyu@kernel.org, rusty@rustcorp.com.au, Andi Kleen Subject: Re: [PATCH v3] retpoline: Add retpoline tag to VERMAGIC In-Reply-To: <20180116223421.ntjryg32aaxrhffl@two.firstfloor.org> Message-ID: References: <20180116205228.4890-1-andi@firstfloor.org> <20180116223421.ntjryg32aaxrhffl@two.firstfloor.org> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Tue, 16 Jan 2018, Andi Kleen wrote: > On Tue, Jan 16, 2018 at 10:24:53PM +0100, Thomas Gleixner wrote: > > On Tue, 16 Jan 2018, Andi Kleen wrote: > > > > > From: Andi Kleen > > > > > > Add a marker for retpoline to the module VERMAGIC. This catches > > > the case when a non RETPOLINE compiled module gets loaded into > > > a retpoline kernel, making it insecure. > > > > > > It doesn't handle the case when retpoline has been runtime disabled. > > > Even in this case the match of the retcompile status will be enforced. > > > This implies that even with retpoline run time disabled all modules > > > loaded need to be recompiled. > > > > > > This supersedes an earlier patch that did the same checking using > > > a new module tag (so it's really a v3) > > > > > > Signed-off-by: Andi Kleen > > > > Acked-by: Thomas Gleixner > > Thanks. Through which tree should this go? > Or Linus, could you take it directly? I can route it through x86/pti where I have still stuff to send linuswards. Thanks, tglx