[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220420065720.GA2731@worktop.programming.kicks-ass.net>
Date: Wed, 20 Apr 2022 08:57:20 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Josh Poimboeuf <jpoimboe@...hat.com>
Cc: x86@...nel.org, linux-kernel@...r.kernel.org, mbenes@...e.cz
Subject: Re: [PATCH 2/2] objtool: Fix code relocs vs weak symbols
On Tue, Apr 19, 2022 at 07:16:01PM -0700, Josh Poimboeuf wrote:
> On Tue, Apr 19, 2022 at 10:32:56PM +0200, Peter Zijlstra wrote:
> > + /* XXX create ? */
> > + if (symtab_shndx) {
>
> Not sure what this comment means?
I'm not sure if we will trip the case where the input ELF will not
have/need the extended table, but our output file would need it.
That said, upon thinking about it this morning, it wouldn't be this code
path triggering it I think.
Specifically, we only create section symbols for text sections and
objtool doesn't generate text sections (you've talked me out of that).
So the number of text sections doesn't change, so section index number
shouldn't increase due to all this.
Powered by blists - more mailing lists