2020-09-15 08:09:37

by Julien Thierry

[permalink] [raw]
Subject: [PATCH 0/3] objtool: Miscellaneous cleanup/fixes

Hi,

These patches provide some simple cleanup or lift small limitations
found while working on the arm64 port.

They should apply on current tip/objtool/core branch

Cheers,

Julien

-->

Julien Thierry (3):
objtool: check: Remove useless tests
objtool: check: Ignore unreachable fake jumps
objtool: check: Handle calling non-function symbols in other sections

tools/objtool/check.c | 29 ++++++++++++++++++++---------
1 file changed, 20 insertions(+), 9 deletions(-)

--
2.21.3


2020-09-18 21:50:50

by Josh Poimboeuf

[permalink] [raw]
Subject: Re: [PATCH 0/3] objtool: Miscellaneous cleanup/fixes

On Tue, Sep 15, 2020 at 08:53:15AM +0100, Julien Thierry wrote:
> Hi,
>
> These patches provide some simple cleanup or lift small limitations
> found while working on the arm64 port.
>
> They should apply on current tip/objtool/core branch

I've got patches 1 & 2 queued up in jpoimboe/objtool/core.

--
Josh