From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 58DD5188A05; Wed, 11 Sep 2024 13:00:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726059623; cv=none; b=QrnoWkjnHeoVO/e01zwMJIIzX5wtmDhD5pIuh0wg5MTk3lhzMBIVs3T7D0pMvx4qIvWjSDq+4WGpB5uhlWBCjN6BUC3DR0chGuzARnA5CL8I7IA+/MFVcY17z/QQYpO9fi4xEKN/YDA1/vY4m0Eip28t3Nv9xcMjdwGJDeV2VTI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726059623; c=relaxed/simple; bh=pCriNAcMe1ziFoxte4zs2syVGRTisc3DyD/L0FBPWYU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=n/zKvinVmhl/3Z+g9RACSyQAwOhmIpogjcbIbUme5twd4lr+JYkqdPl2/5rHrWFGURgn+k+R5drBo3kBaMGHPqZARcUTMPzP0YBCm+8YsbgbgpqCbyebD8FytH+W+04VEB2ajj6YqegPlLjgAI8DIRYlrtw23p7u/JMEoet/G7s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=KnAPTgOc; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="KnAPTgOc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83A04C4CEC7; Wed, 11 Sep 2024 13:00:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1726059622; bh=pCriNAcMe1ziFoxte4zs2syVGRTisc3DyD/L0FBPWYU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KnAPTgOcQ3KH6ICs0qIbOK2Z0GNRBtViQFgET/RaQacuuLVqHGltUsPTdv9KVN+CT wQDhvz6p6uviEF9/1yWvNCWceoqwHWx5pIYkGaLGRK+YC5RqoBlVdXkLnAhOBJkv/Q KaoIOLtMaYSGjeIlfue2lIZ43FO4FHTu56Cp8opA= Date: Wed, 11 Sep 2024 15:00:20 +0200 From: Greg Kroah-Hartman To: Richard Narron Cc: Linux stable , Linus Torvalds , Linux kernel , Lorenzo Stoakes Subject: Re: [PATCH 5.15 000/214] 5.15.167-rc1 review Message-ID: <2024091103-revivable-dictator-a9da@gregkh> References: <4a5321bd-b1f-1832-f0c-cea8694dc5aa@aaazen.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4a5321bd-b1f-1832-f0c-cea8694dc5aa@aaazen.com> On Tue, Sep 10, 2024 at 03:54:18PM -0700, Richard Narron wrote: > Slackware 15.0 64-bit compiles and runs fine. > Slackware 15.0 32-bit fails to build and gives the "out of memory" error: > > cc1: out of memory allocating 180705472 bytes after a total of 284454912 > bytes > ... > make[4]: *** [scripts/Makefile.build:289: > drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/ia_css_ynr.ho > st.o] Error 1 > > Patching it with help from Lorenzo Stoakes allows the build to > run: > https://lore.kernel.org/lkml/5882b96e-1287-4390-8174-3316d39038ef@lucifer.local/ > > And then 32-bit runs fine too. Great, please help to get that commit merged into Linus's tree and then I can backport it here. thanks, greg k-h