Bug 201577
Summary: | [xfstests generic/070]: XFS corruption and Oops when setxattr on 64k blocksize XFS | ||
---|---|---|---|
Product: | File System | Reporter: | Zorro Lang (zlang) |
Component: | XFS | Assignee: | FileSystem/XFS Default Virtual Assignee (filesystem_xfs) |
Status: | NEW --- | ||
Severity: | normal | CC: | romandavis112, sandeen |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | v4.19 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Zorro Lang
2018-10-31 07:34:49 UTC
On Wed, Oct 31, 2018 at 07:34:49AM +0000, bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=201577 > > Bug ID: 201577 > Summary: [xfstests generic/070]: XFS corruption and Oops when > setxattr on 64k blocksize XFS ...... > How reproducible: > nearly 100% on 64k blocksize XFS on ppc64le > > Additional info: > Can't reproduce this bug on 4k blocksize XFS I saw both these (the corruption and the assert on shutdown) a few days ago on a 4k block size filesystem. Not reproducable, though, but it doesn't have anything specifically to do with 64k block size. What kernel are you running, exactly? A plain 4.19 release kernel? Cheers, Dave. (In reply to Dave Chinner from comment #1) > On Wed, Oct 31, 2018 at 07:34:49AM +0000, > bugzilla-daemon@bugzilla.kernel.org wrote: > > https://bugzilla.kernel.org/show_bug.cgi?id=201577 > > > > Bug ID: 201577 > > Summary: [xfstests generic/070]: XFS corruption and Oops when > > setxattr on 64k blocksize XFS > ...... > > How reproducible: > > nearly 100% on 64k blocksize XFS on ppc64le > > > > Additional info: > > Can't reproduce this bug on 4k blocksize XFS > > I saw both these (the corruption and the assert on shutdown) a few > days ago on a 4k block size filesystem. Not reproducable, though, > but it doesn't have anything specifically to do with 64k block size. > > What kernel are you running, exactly? A plain 4.19 release kernel? I git clone from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git, master branch, and its current HEAD is 310c7585e8300ddc46211df0757c11e4299ec482 ppc64le and aarch64 all can reproduce this issue easily if test with 64k bs XFS. Thanks, Zorro > > Cheers, > > Dave. Dave's patch [PATCH] xfs: fix overflow in xfs_attr3_leaf_verify should fix the verifier failure but I think the OOPS is a separate problem that still needs to be addressed. |