Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756849AbcLBUU6 (ORCPT ); Fri, 2 Dec 2016 15:20:58 -0500 Received: from mail.kernel.org ([198.145.29.136]:49216 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752731AbcLBUU4 (ORCPT ); Fri, 2 Dec 2016 15:20:56 -0500 MIME-Version: 1.0 In-Reply-To: References: <20161130013349.GN1402@wotan.suse.de> <20161130140947.3ea27d9e@roar.ozlabs.ibm.com> <20161130173816.GP1402@wotan.suse.de> <20161201135146.295868f0@roar.ozlabs.ibm.com> From: "Luis R. Rodriguez" Date: Fri, 2 Dec 2016 12:20:25 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: linker-tables v5 testing To: Nicholas Piggin Cc: "H. Peter Anvin" , Michael Matz , Arnd Bergmann , Josh Poimboeuf , Kees Cook , Guenter Roeck , Masami Hiramatsu , "linux-kernel@vger.kernel.org" , Fengguang Wu , Adrian Hunter , David Ahern , Jiri Olsa , Namhyung Kim , Wang Nan , Arnaldo Carvalho de Melo , Borislav Petkov , Joerg Roedel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 684 Lines: 17 On Wed, Nov 30, 2016 at 7:15 PM, Luis R. Rodriguez wrote: > BTW the test driver lib/test_linktables/test-linktables.c seems to > fail on ppc at run time at: > > rc = trigger_config_run_named(test_dev, ".text"); > > I'm having issues getting a ppc / ppc64 box going to easily verify and > objdump / test this further. Anyone with a ppc / ppc64 willing to > objdump the output of this driver would be appreciated... the latest > branch is: > > https://git.kernel.org/cgit/linux/kernel/git/mcgrof/linux-next.git/log/?h=20161130-linker-tables-v5 FWIW I've fixed ppc for .text -- it does not use TEXT_TEXT so it just needed the rng and tbl entries added to it. Luis