Eryu, This is the 3rd revision of the malformed inode mode test. Like with v2, patch 1 is safe and it passes on kernel 4.9. Like with v2, patch 2 is safe, but unlike v2, it fails on kernel 4.9, because I added a stronger expectation for the test to fails on stat of directory with inode size 0. Like with v2, patch 3 triggers an XFS assert and I removed the "safety pin" that was there in v2. I already sent the fix patch to Darick, which addresses the failures in both patch 2 and 3. You could merge patch 1 now and defer merging patches 2-3 or you could wait with merging the entire test. up to you. Amir. v3: - added empty and non empty regular file cases (patch 1) - expect to detect directory with size 0 as an error (patch 2) - removed the "safety pin" from patch 3 v2: - test fstat with malformed inode mode - test readlink/readdir with malformed inode mode v1: - test xfs_repair with malformed inode mode Amir Goldstein (3): xfs: test handling of invalid inode modes xfs: test fstat with malformed inode mode xfs: test readlink/readdir with malformed inode mode tests/xfs/348 | 154 +++++++++++++++++++++++ tests/xfs/348.out | 360 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/group | 1 + 3 files changed, 515 insertions(+) create mode 100755 tests/xfs/348 create mode 100644 tests/xfs/348.out -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html