Bug 218226
Summary: | XFS: Assertion failed: bp->b_flags & XBF_DONE, file: fs/xfs/xfs_trans_buf.c, line: 241 | ||
---|---|---|---|
Product: | File System | Reporter: | Luis Chamberlain (mcgrof) |
Component: | XFS | Assignee: | FileSystem/XFS Default Virtual Assignee (filesystem_xfs) |
Status: | NEW --- | ||
Severity: | normal | ||
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Luis Chamberlain
2023-12-05 03:22:44 UTC
Other sections and tests which can trigger this: * xfs_crc_rtdev_extsize_28k: - generic/531: https://gist.github.com/mcgrof/a339c5f7f2a6b5af08f2b373e0c80294 - xfs/502: https://gist.github.com/mcgrof/129316fad6a7f2c19d2263df30aea2e6 * xfs_reflink: - generic/531: https://gist.github.com/mcgrof/4185a54c4b67b1a7ce00b4e4244f61d0 - xfs/013: https://gist.github.com/mcgrof/0a2dd092ea36d09d65e52d063e967269 * xfs_reflink_2k: - generic/531: https://gist.github.com/mcgrof/fa8659342f8f4599f6ab6ad4bab5c3e9 * xfs_reflink_normapbt: - generic/531: https://gist.github.com/mcgrof/e169257f7a139243171d7e0202673bec - xfs/013: https://gist.github.com/mcgrof/ab61de6d6de7a9b1673e47dc06bd7a3c And... * xfs_reflink_logdev: - xfs/013: https://gist.github.com/mcgrof/183e573797d0e7863c1f50eff6a2b8c5 Here is an interesting tid bit: I ran generic/251 in a loop on xfs_nocrc_4k and cannot reproduce the assert there after 6693 loops. On Tue, Dec 05, 2023 at 03:22:44AM +0000, bugzilla-daemon@kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=218226 > > Bug ID: 218226 > Summary: XFS: Assertion failed: bp->b_flags & XBF_DONE, file: > fs/xfs/xfs_trans_buf.c, line: 241 > Product: File System > Version: 2.5 > Hardware: All > OS: Linux > Status: NEW > Severity: normal > Priority: P3 > Component: XFS > Assignee: filesystem_xfs@kernel-bugs.kernel.org > Reporter: mcgrof@kernel.org > Regression: No > > While doing fstests baseline testing on v6.6-rc5 with kdevops [0] we found > that > the XFS assertion with: > > XFS: Assertion failed: bp->b_flags & XBF_DONE, file: fs/xfs/xfs_trans_buf.c, > line: 241 Known issue. https://lore.kernel.org/linux-xfs/20231128153808.GA19360@lst.de/ -Dave. |