[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240510063544.cAHy0hF8@linutronix.de>
Date: Fri, 10 May 2024 08:35:44 +0200
From: Nam Cao <namcao@...utronix.de>
To: Joel Granados <j.granados@...sung.com>
Cc: Alexandre Ghiti <alex@...ti.fr>, Mike Rapoport <rppt@...nel.org>,
Andreas Dilger <adilger@...ger.ca>,
Björn Töpel <bjorn@...nel.org>,
linux-riscv@...ts.infradead.org,
Thomas Gleixner <tglx@...utronix.de>,
Andrew Morton <akpm@...ux-foundation.org>,
"ndesaulniers @ google . com" <ndesaulniers@...gle.com>,
Luis Chamberlain <mcgrof@...nel.org>,
Ingo Molnar <mingo@...nel.org>,
Christophe Leroy <christophe.leroy@...roup.eu>,
Tejun Heo <tj@...nel.org>,
Krister Johansen <kjlx@...pleofstupid.com>,
Changbin Du <changbin.du@...wei.com>, Arnd Bergmann <arnd@...db.de>,
Geert Uytterhoeven <geert+renesas@...der.be>,
linux-kernel@...r.kernel.org, stable@...r.kernel.org
Subject: Re: [PATCH] init: fix allocated page overlapping with PTR_ERR
On Tue, Apr 30, 2024 at 05:42:38PM +0200, Joel Granados wrote:
> On Tue, Apr 30, 2024 at 10:37:59AM +0200, Alexandre Ghiti wrote:
> > The config shows that it is a XIP kernel that comes with its own
> > limitations (text is limited to 32MB for example), so I'm not surprised
> > to see those overlaps.
> >
> > We already discussed the removal of randconfig builds on XIP configs,
> > but IIRC it is not possible.
>
> I just tested this going back until "2023-09-20 602bf1830798 (HEAD)
> Merge branch 'for-6.7' into for-next [Petr Mladek]" and I still saw the
> overlapping errors.
>
> Is this just something that happens always?
Alex is write that this is due to the 32MB size limit on XIP kernel. This
means build failure happens if too many configurations are enabled and the
kernel gets too large.
I just sent a series to lift the size restriction and fix this build failure:
https://lore.kernel.org/lkml/cover.1715286093.git.namcao@linutronix.de/
Best regards,
Nam
Powered by blists - more mailing lists