Re: [PATCH] SCSI: buslogic: reduce stack usage

From: Martin K. Petersen

Date: Sat Feb 07 2026 - 21:02:45 EST


On Tue, 03 Feb 2026 17:33:15 +0100, Arnd Bergmann wrote:

> Some randconfig builds run into excessive stack usage with gcc-14 or
> higher, which use __attribute__((cold)) where earlier versions did
> not do that:
>
> drivers/scsi/BusLogic.c: In function 'blogic_init':
> drivers/scsi/BusLogic.c:2398:1: error: the frame size of 1680 bytes is larger than 1536 bytes [-Werror=frame-larger-than=]
>
> [...]

Applied to 6.20/scsi-queue, thanks!

[1/1] SCSI: buslogic: reduce stack usage
https://git.kernel.org/mkp/scsi/c/e17f0d4cc006

--
Martin K. Petersen