[PATCH 5/7] arm64: keep .altinstructions and .altinstr_replacement
From: npiggin@gmail.com (Nicholas Piggin)
Date: 2017-12-01 00:36:44
Also in:
linux-kbuild, lkml
From: npiggin@gmail.com (Nicholas Piggin)
Date: 2017-12-01 00:36:44
Also in:
linux-kbuild, lkml
On Thu, 30 Nov 2017 09:00:35 -0800 Nick Desaulniers [off-list ref] wrote:
On Wed, Nov 29, 2017 at 5:58 PM, Nicholas Piggin [off-list ref] wrote:quoted
(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