Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753683AbdCBOXa (ORCPT ); Thu, 2 Mar 2017 09:23:30 -0500 Received: from ozlabs.org ([103.22.144.67]:33145 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751233AbdCBOWz (ORCPT ); Thu, 2 Mar 2017 09:22:55 -0500 From: Michael Ellerman To: David Daney , Jason Baron , Steven Rostedt , Sachin Sant , linux-kernel@vger.kernel.org Cc: linux-mips@linux-mips.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, Chris Metcalf , Ralf Baechle , Russell King , Rabin Vincent , Paul Mackerras , Anton Blanchard , Ingo Molnar , Zhigang Lu , David Daney Subject: Re: [PATCH] module: set __jump_table alignment to 8 In-Reply-To: <87varsj6qc.fsf@concordia.ellerman.id.au> References: <20170301220453.4756-1-david.daney@cavium.com> <87varsj6qc.fsf@concordia.ellerman.id.au> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Thu, 02 Mar 2017 22:18:30 +1100 Message-ID: <8737ewexkp.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 760 Lines: 18 Michael Ellerman writes: > David Daney writes: >> Strict alignment became necessary with commit 3821fd35b58d >> ("jump_label: Reduce the size of struct static_key"), currently in >> linux-next, which uses the two least significant bits of pointers to >> __jump_table elements. > > It would obviously be nice if this could go in before the commit that > exposes the breakage, but I guess that's problematic because Steve > doesn't want to rebase the tracing tree. > > Steve I think you've already sent your pull request for this cycle? So I > guess if this can go in your first batch of fixes? Ugh. Was looking at the wrong tree - Linus has already merged the commit in question, so the above is all moot. cheers