[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200730140623.5aw7lm57j7qof5pm@treble>
Date: Thu, 30 Jul 2020 09:06:23 -0500
From: Josh Poimboeuf <jpoimboe@...hat.com>
To: Julien Thierry <jthierry@...hat.com>
Cc: linux-kernel@...r.kernel.org, peterz@...radead.org,
mhelsley@...are.com, mbenes@...e.cz
Subject: Re: [PATCH v3 0/4] Remove dependency of check subcmd upon orc
On Thu, Jul 30, 2020 at 10:41:39AM +0100, Julien Thierry wrote:
> Hi,
>
> Matt Helsley's change[1] provided a base framework to opt-in/out
> objtool subcommands at compile time. This makes it easier for
> architectures to port objtool, one subcommand at a time.
>
> Orc generation relies on the check operation implementation. However,
> the way this is done causes the check implementation to depend on the
> implementation of orc generation functions to call if orc generation is
> requested. This means that in order to implement check subcmd, orc
> subcmd also need to be implemented.
>
> These patches aim at removing that dependency, having orc subcmd
> being built on top of the check subcmd.
>
>
> Changes since v2 [2]:
> - Rebased on recent tip/objtool/core
tip/objtool/core is slightly outdated, I got a conflict with patch 1.
I guess linus/master would be best.
--
Josh
Powered by blists - more mailing lists