[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210316104530.GA7309@arm.com>
Date: Tue, 16 Mar 2021 10:45:32 +0000
From: Catalin Marinas <catalin.marinas@....com>
To: Fangrui Song <maskray@...gle.com>
Cc: Kees Cook <keescook@...omium.org>, Arnd Bergmann <arnd@...nel.org>,
Will Deacon <will@...nel.org>, Arnd Bergmann <arnd@...db.de>,
Ard Biesheuvel <ardb@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Marc Zyngier <maz@...nel.org>,
David Brazdil <dbrazdil@...gle.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: vmlinux.lds.S: keep .entry.tramp.text section
On Fri, Feb 26, 2021 at 08:32:57PM -0800, Fangrui Song wrote:
> On 2021-02-26, Kees Cook wrote:
> > On Fri, Feb 26, 2021 at 03:03:39PM +0100, Arnd Bergmann wrote:
> > > From: Arnd Bergmann <arnd@...db.de>
> > >
> > > When building with CONFIG_LD_DEAD_CODE_DATA_ELIMINATION,
> > > I sometimes see an assertion
> > >
> > > ld.lld: error: Entry trampoline text too big
> >
> > Heh, "too big" seems a weird report for having it discarded. :)
> >
> > Any idea on this Fangrui?
> >
> > ( I see this is https://github.com/ClangBuiltLinux/linux/issues/1311 )
>
> This diagnostic is from an ASSERT in arch/arm64/kernel/vmlinux.lds
>
> ASSERT((__entry_tramp_text_end - __entry_tramp_text_start) == (1 << 16),
> "Entry trampoline text too big")
Can we not change the ASSERT to be <= PAGE_SIZE instead?
--
Catalin
Powered by blists - more mailing lists