public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Richard Narron <richard@aaazen.com>
Cc: Linux stable <stable@vger.kernel.org>,
	Linux kernel <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [PATCH 5.15 000/215] 5.15.166-rc1 review
Date: Wed, 4 Sep 2024 11:53:18 +0200	[thread overview]
Message-ID: <2024090419-repent-resonant-14c1@gregkh> (raw)
In-Reply-To: <8c0d05-19e-de6d-4f21-9af4229a7e@aaazen.com>

On Mon, Sep 02, 2024 at 03:39:49PM -0700, Richard Narron wrote:
> I get an "out of memory" error when building Linux kernels 5.15.164,
> 5.15.165 and 5.15.166-rc1:
> ...
>   LD [M]  drivers/mtd/tests/mtd_stresstest.o
>   LD [M]  drivers/pcmcia/pcmcia_core.o
>   LD [M]  drivers/mtd/tests/mtd_subpagetest.o
> 
> cc1: out of memory allocating 180705472 bytes after a total of 283914240
> bytes
>   LD [M]  drivers/mtd/tests/mtd_torturetest.o
>   CC [M]  drivers/mtd/ubi/wl.o
>   LD [M]  drivers/pcmcia/pcmcia.o
>   CC [M]  drivers/gpu/drm/nouveau/nvkm/engine/disp/headgv100.o
>   CC [M]  drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_hw_lock_mgr.o
>   LD [M]  drivers/mtd/tests/mtd_nandbiterrs.o
>   CC [M]  drivers/mtd/ubi/attach.o
>   LD [M]  drivers/staging/qlge/qlge.o
> make[4]: *** [scripts/Makefile.build:289:
> drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/ia_css_ynr.host.o]
> Error 1
> make[3]: *** [scripts/Makefile.build:552: drivers/staging/media/atomisp]
> Error 2
> make[2]: *** [scripts/Makefile.build:552: drivers/staging/media] Error 2
> make[2]: *** Waiting for unfinished jobs....
>   LD [M]  drivers/pcmcia/pcmcia_rsrc.o
>   CC [M]  drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_outbox.o
> make[1]: *** [scripts/Makefile.build:552: drivers/staging] Error 2
> make[1]: *** Waiting for unfinished jobs....
>   CC [M]  drivers/gpu/drm/amd/amdgpu/../display/dc/dml/calcs/dce_calcs.o
>   CC [M]  drivers/gpu/drm/amd/amdgpu/../display/dc/dml/calcs/custom_float.o
>   CC [M]  drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.o
> ...
> 
> #uname -a
> Linux aragorn 5.15.166-rc1-smp #1 SMP PREEMPT Mon Sep 2 14:03:00 PDT 2024
> i686 AMD Ryzen 9 5900X 12-Core Processor AuthenticAMD GNU/Linux
> 
> Attached is my config file.
> 
> I found a work around for this problem.
> 
> Remove the six minmax patches introduced with kernel 5.15.164:
> 
> minmax: allow comparisons of 'int' against 'unsigned char/short'
> minmax: allow min()/max()/clamp() if the arguments have the same
> minmax: clamp more efficiently by avoiding extra comparison
> minmax: fix header inclusions
> minmax: relax check to allow comparison between unsigned arguments
> minmax: sanity check constant bounds when clamping
> 
> Can these 6 patches be removed or fixed?

It's a bit late, as we rely on them for other changes.

Perhaps just fixes for the files that you are seeing build crashes on?
I know a bunch of them went into Linus's tree for this issue, but we
didn't backport them as I didn't know what was, and was not, needed.  If
you can pinpoint the files that cause crashes, I can dig them up.

thanks,

greg k-h

  reply	other threads:[~2024-09-04  9:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-02 22:39 [PATCH 5.15 000/215] 5.15.166-rc1 review Richard Narron
2024-09-04  9:53 ` Greg KH [this message]
2024-09-04 12:48   ` Richard Narron
2024-09-04 14:23     ` Greg KH
2024-09-04 20:00       ` Richard Narron
2024-09-04 20:11         ` Greg KH
2024-09-05 23:29           ` Richard Narron
  -- strict thread matches above, loose matches on Subject: below --
2024-09-02 22:23 Richard Narron
2024-09-01 16:15 Greg Kroah-Hartman
2024-09-02  7:59 ` Harshit Mogalapalli
2024-09-02  8:31 ` Naresh Kamboju
2024-09-04  9:31   ` Greg Kroah-Hartman
2024-09-02 18:36 ` Florian Fainelli
2024-09-03  7:31 ` Ron Economos
2024-09-03  8:44 ` Jon Hunter
2024-09-03 11:51 ` Mark Brown

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=2024090419-repent-resonant-14c1@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richard@aaazen.com \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox