linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] xfs: test malformed inode mode
@ 2017-01-09 13:30 Amir Goldstein
  2017-01-09 13:30 ` [PATCH v3 1/3] xfs: test handling of invalid inode modes Amir Goldstein
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Amir Goldstein @ 2017-01-09 13:30 UTC (permalink / raw)
  To: Eryu Guan; +Cc: Brian Foster, Darrick J . Wong, fstests, linux-xfs

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-01-20  5:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-09 13:30 [PATCH v3 0/3] xfs: test malformed inode mode Amir Goldstein
2017-01-09 13:30 ` [PATCH v3 1/3] xfs: test handling of invalid inode modes Amir Goldstein
2017-01-09 13:36   ` Amir Goldstein
2017-01-09 13:39   ` Amir Goldstein
2017-01-09 13:30 ` [PATCH v3 2/3] xfs: test fstat with malformed inode mode Amir Goldstein
2017-01-09 13:30 ` [PATCH v3 3/3] xfs: test readlink/readdir " Amir Goldstein
2017-01-11  6:38   ` Amir Goldstein
2017-01-11  6:41   ` Amir Goldstein
2017-01-20  5:25 ` [PATCH v3 0/3] xfs: test " Eryu Guan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).