ANDROID: suppress FRAME_WARN if IOMMU_IO_PGTABLE_LPAE_SELFTEST
Kernelci allmodconfig tests fail for 32-bit because
the arm_lpae_do_selftests exceeds the stack size. Increase
the expected stack frame size if that test is enabled.
stack frame size (1184) exceeds limit (1024) in 'arm_lpae_do_selftests' [-Werror,-Wframe-larger-than] in drivers/iommu/io-pgtable-arm.o
To suppress, set the max frame size to 2048 for io-pgtable-arm.o
Bug: 379954362
Signed-off-by:
Todd Kjos <tkjos@google.com>
Change-Id: Ie5527e65c3fa3f0873f842ee24d0589ba62b7e95
Loading
Please sign in to comment