Re: linker-tables v5 testing

From: Luis R. Rodriguez
Date: Fri Dec 02 2016 - 15:21:00 EST


On Wed, Nov 30, 2016 at 7:15 PM, Luis R. Rodriguez <mcgrof@xxxxxxxxxx> 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