]> git.baikalelectronics.ru Git - kernel.git/commit
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:05 +0000 (11:23 +0100)
commit1427e132463cd753fc795916982bdd0d5a441f80
treea3a869246b13db7754bd8cac8c2fedf5a5e3be62
parent42f260b0c8d8e19cf7670c43b1f9803ff68f79b3
parisc: Increase FRAME_WARN to 2048 bytes on parisc

[ Upstream commit dc838642072ffd9e0aaf743c9a636924bcb31655 ]

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: 42ad640d8ebd ("Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled")
Signed-off-by: Sasha Levin <sashal@kernel.org>
lib/Kconfig.debug