parisc: Increase FRAME_WARN to 2048 bytes on parisc
authorHelge Deller <deller@gmx.de>
Fri, 19 Nov 2021 21:31:03 +0000 (22:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Dec 2022 10:23:58 +0000 (11:23 +0100)
commit19d91d3798e7f8725ee9e3a48b290c03964c09ae
tree9a12ba1795e092298fb2161175ee4c7dad452a1a
parentfcf20da0997458bb3cb6a23d78577b3fa6d9a5db
parisc: Increase FRAME_WARN to 2048 bytes on parisc

[ Upstream commit 8d192bec534bd5b778135769a12e5f04580771f7 ]

PA-RISC uses a much bigger frame size for functions than other
architectures. So increase it to 2048 for 32- and 64-bit kernels.
This fixes e.g. a warning in lib/xxhash.c.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Stable-dep-of: 152fe65f300e ("Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled")
Signed-off-by: Sasha Levin <sashal@kernel.org>
lib/Kconfig.debug