From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from userp2130.oracle.com ([156.151.31.86]) by Galois.linutronix.de with esmtps (TLS1.2:RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fCxh2-0006Ft-TW for speck@linutronix.de; Mon, 30 Apr 2018 03:33:29 +0200 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.22/8.16.0.22) with SMTP id w3U1XMlU127156 for ; Mon, 30 Apr 2018 01:33:22 GMT Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp2130.oracle.com with ESMTP id 2hmgdjaab1-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 30 Apr 2018 01:33:22 +0000 Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id w3U1XL6P017274 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 30 Apr 2018 01:33:22 GMT Received: from abhmp0010.oracle.com (abhmp0010.oracle.com [141.146.116.16]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id w3U1XLHG029172 for ; Mon, 30 Apr 2018 01:33:21 GMT Date: Sun, 29 Apr 2018 21:33:20 -0400 From: Konrad Rzeszutek Wilk Subject: [MODERATED] Re: [patch V7 12/15] SBB 12 Message-ID: <20180430013320.GA29389@char.us.oracle.com> References: <20180429193045.711908246@linutronix.de> <20180429193938.473566171@linutronix.de> MIME-Version: 1.0 In-Reply-To: <20180429193938.473566171@linutronix.de> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: On Sun, Apr 29, 2018 at 09:30:57PM +0200, speck for Thomas Gleixner wrote: > Subject: [patch V7 12/15] x86/speculation: Create specctrl.h to avoid include hell > From: Thomas Gleixner > > Having everything in nospec-branch.h creates a hell of dependencies when > adding the prctl based switching mechanism. Move everything which is not > required in nospec-branch.h to specctrl.h and fixup the includes in the > relevant files. spec-ctrl.h sounds more natural to me, but , either way: Reviewed-by: Konrad Rzeszutek Wilk