From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934653AbeAOQub (ORCPT + 1 other); Mon, 15 Jan 2018 11:50:31 -0500 Received: from merlin.infradead.org ([205.233.59.134]:41190 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933740AbeAOQu2 (ORCPT ); Mon, 15 Jan 2018 11:50:28 -0500 Message-Id: <20180115164428.498966552@infradead.org> User-Agent: quilt/0.63-1 Date: Mon, 15 Jan 2018 17:44:28 +0100 From: Peter Zijlstra To: David Woodhouse , Josh Poimboeuf Cc: linux-kernel@vger.kernel.org, Dave Hansen , Ashok Raj , Thomas Gleixner , Tim Chen , Andy Lutomirski , Linus Torvalds , Greg KH , Andrea Arcangeli , Andi Kleen , Arjan Van De Ven , Dan Williams , Paolo Bonzini , Jun Nakajima , Asit Mallick , Peter Zijlstra Subject: [PATCH 0/4] objtool validation of static branches Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Because dwmw2 is a wee bit paranoid and GCC has a history of being slightly retarded at times; here are a few patches that validate it will in fact generate sensible code for static branches. With this I hope to take away dwmw2's concerns for hard relying on asm-goto. With that, we can stop sprinkling LFENCE all over the place with the IBRS/IBPB patches.