Re: [PATCH 5/7] arm64: keep .altinstructions and .altinstr_replacement

From: Nicholas Piggin
Date: Thu Nov 30 2017 - 19:37:15 EST


On Thu, 30 Nov 2017 09:00:35 -0800
Nick Desaulniers <ndesaulniers@xxxxxxxxxx> wrote:

> On Wed, Nov 29, 2017 at 5:58 PM, Nicholas Piggin <npiggin@xxxxxxxxx> wrote:
> > (Comparing `readelf -S` before/after is a way to spot bugs.)
>
> Do you have a script that can be used to diff 2 `readelf -S`, look for
> missing references, and report an error? Might be easier to rerun that
> every so often and see what's missing.

I don't, I was just doing it by hand.

Thanks,
Nick