mirror of
https://github.com/versity/scoutfs.git
synced 2025-12-23 13:35:18 +00:00
KASAN could raise a spurious warning if the unwinder started in code without ORC metadata and tried to access in the KASAN stack frame redzones. This was fixed upstream but we can rarely see it in older kernels. We can ignore these messages. Signed-off-by: Zach Brown <zab@versity.com>