On Wed, 11 Sep 2024, Greg Kroah-Hartman wrote: > 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 to Linus and Lorenzo and Hans there is new smaller fix patch in Linus's tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/staging/media/atomisp/pci/sh_css_frac.h?id=7c6a3a65ace70f12b27b1a27c9a69cb791dc6e91 This works with the new 5.15.167 kernel with both 32-bit (x86) and 64-bit (x86_64) CPUs Can this be backported? Thanks richard@xxxxxxxxxx