[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230413112329.GL4253@hirez.programming.kicks-ass.net>
Date: Thu, 13 Apr 2023 13:23:29 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Josh Poimboeuf <jpoimboe@...nel.org>
Cc: x86@...nel.org, linux-kernel@...r.kernel.org,
Miroslav Benes <mbenes@...e.cz>
Subject: Re: [PATCH 3/3] objtool: Generate ORC data for __pfx code
On Wed, Apr 12, 2023 at 01:26:15PM -0700, Josh Poimboeuf wrote:
> @@ -4158,7 +4172,7 @@ static int add_prefix_symbols(struct objtool_file *file)
> {
> struct section *sec;
> struct symbol *func;
> - int ret, warnings = 0;
> + int warnings = 0;
>
> for_each_sec(file, sec) {
> if (!(sec->sh.sh_flags & SHF_EXECINSTR))
Stray hunk that should go in the first patch I suppose.
Powered by blists - more mailing lists