]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
parisc: Bump 64-bit IRQ stack size to 64 KB
authorJohn David Anglin <dave.anglin@bell.net>
Thu, 28 Jan 2021 23:12:30 +0000 (18:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Mar 2021 10:27:45 +0000 (11:27 +0100)
commit9f683fd7d2bb01b8f8346e3039cc5d063ebe83fd
treed4ba155d4e91bd31745e3124878e27050faade25
parent7ae5bb06691ca575cff0589dd2cac6a5ec4a6a98
parisc: Bump 64-bit IRQ stack size to 64 KB

[ Upstream commit 31680c1d1595a59e17c14ec036b192a95f8e5f4a ]

Bump 64-bit IRQ stack size to 64 KB.

I had a kernel IRQ stack overflow on the mx3210 debian buildd machine.  This patch increases the
64-bit IRQ stack size to 64 KB.  The 64-bit stack size needs to be larger than the 32-bit stack
size since registers are twice as big.

Signed-off-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/parisc/kernel/irq.c