]> git.proxmox.com Git - mirror_zfs.git/commit
Accommodate debug-kernel stack frame size
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 1 Mar 2023 22:40:45 +0000 (14:40 -0800)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2023 22:40:45 +0000 (14:40 -0800)
commitcd560c447407cdd73bf94170125351b204567d48
tree4337650cef8632240e8200d1f3fd9dfa69a83c63
parent4c856fb333ac57d9b4a6ddd44407fd022a702f00
Accommodate debug-kernel stack frame size

The blk_queue_discard() and blk_queue_sector_erase() functions
slightly exceed the allowed 4096 maximum stack frame size when
building with the RedHat debug kernel which causes their
configure checks to fail.

Add an exception for these two tests so the interfaces are
correctly detected.

Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de>
Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #14540
config/kernel-blk-queue.m4