[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230628160631.ryt4icjeck627efs@lion.mk-sys.cz>
Date: Wed, 28 Jun 2023 18:06:31 +0200
From: Michal Kubecek <mkubecek@...e.cz>
To: Josh Poimboeuf <jpoimboe@...nel.org>
Cc: Peter Zijlstra <peterz@...radead.org>, linux-kernel@...r.kernel.org
Subject: Re: build failure after commit eb0481bbc4ce ("objtool: Fix
reloc_hash size")
On Wed, Jun 28, 2023 at 05:44:32PM +0200, Michal Kubecek wrote:
> On Wed, Jun 28, 2023 at 08:16:54AM -0700, Josh Poimboeuf wrote:
> > Interesting. Can you add the below patch and also do:
> >
> > make net/ipv4/netfilter/iptable_nat.o OBJTOOL_ARGS="--stats"
> >
> > and report the output?
>
> With these, I get
>
> ...
> CC [M] net/ipv4/netfilter/iptable_nat.o
> nr_sections: 40
> section_bits: 10
> nr_symbols: 41
> symbol_bits: 10
> mmap reloc: Invalid argument
> make[1]: Leaving directory '/srv/ram/kobj'
Not sure if it's of any use but I also tried to run it under strace and
the failed mmap() call seems to be
18761 mmap(NULL, 0, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 EINVAL (Invalid argument)
Perhaps the problem could be that elf->num_relocs may be zero?
Michal
Powered by blists - more mailing lists