[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LSU.2.21.2103221343080.12460@pobox.suse.cz>
Date: Mon, 22 Mar 2021 13:44:31 +0100 (CET)
From: Miroslav Benes <mbenes@...e.com>
To: Peter Zijlstra <peterz@...radead.org>
cc: x86@...nel.org, jpoimboe@...hat.com, jgross@...e.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 06/14] objtool: Fix static_call list generation
> --- a/tools/objtool/check.c
> +++ b/tools/objtool/check.c
> @@ -1045,6 +1045,12 @@ static int add_call_destinations(struct
> } else
> insn->call_dest = reloc->sym;
>
> + if (insn->call_dest && insn->call_dest->static_call_tramp) {
> + list_add_tail(&insn->static_call_node,
> + &file->static_call_list);
> + }
> +
> +
A nit, but too many new lines here.
Miroslav
Powered by blists - more mailing lists