All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Guenter Roeck <linux@roeck-us.net>
Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com>,
	Alexander Potapenko <glider@google.com>,
	Andrey Konovalov <andreyknvl@gmail.com>,
	Dmitry Vyukov <dvyukov@google.com>,
	Vincenzo Frascino <vincenzo.frascino@arm.com>,
	kasan-dev@googlegroups.com, linux-kernel@vger.kernel.org,
	Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [PATCH v2] x86/Kconfig: Fix allyesconfig
Date: Wed, 16 Apr 2025 17:03:59 -0700	[thread overview]
Message-ID: <20250416170359.a0267b77d3db85ff6d5f8ac0@linux-foundation.org> (raw)
In-Reply-To: <20250416230559.2017012-1-linux@roeck-us.net>

On Wed, 16 Apr 2025 16:05:59 -0700 Guenter Roeck <linux@roeck-us.net> wrote:

> 64-bit allyesconfig builds fail with
> 
> x86_64-linux-ld: kernel image bigger than KERNEL_IMAGE_SIZE
> 
> Bisect points to commit 6f110a5e4f99 ("Disable SLUB_TINY for build
> testing") as the responsible commit. Reverting that patch does indeed
> fix the problem. Further analysis shows that disabling SLUB_TINY enables
> KASAN, and that KASAN is responsible for the image size increase.
> 
> Solve the build problem by disabling KASAN for test builds.
> 

Excluding KASAN from COMPILE_TEST builds is regrettable.

Can we address this some other way?  One way might be to alter or
disable the KERNEL_IMAGE_SIZE check if COMPILE_TEST?  That will be sad
for anyone who tries to boot a COMPILE_TEST kernel, but who the heck
does that?

  reply	other threads:[~2025-04-17  0:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-16 23:05 [PATCH v2] x86/Kconfig: Fix allyesconfig Guenter Roeck
2025-04-17  0:03 ` Andrew Morton [this message]
2025-04-17  0:17   ` Guenter Roeck
2025-04-17  1:28     ` Andrew Morton
2025-04-17  3:10       ` Guenter Roeck
2025-04-17  0:42   ` Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250416170359.a0267b77d3db85ff6d5f8ac0@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=andreyknvl@gmail.com \
    --cc=dvyukov@google.com \
    --cc=glider@google.com \
    --cc=kasan-dev@googlegroups.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=ryabinin.a.a@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=vincenzo.frascino@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.