[PATCH 00/10] xfs: discontiguous buffer support a.k.a. die xfs_dabuf die
Ben Myers
bpm at sgi.com
Wed May 16 12:40:42 CDT 2012
Hey Dave,
Looks like there are some additional test failures due to this patchset. Here
some output from a bisect I did yesterday, running only the tests which failed
on the machine where I noticed this.
# git describe
v3.4-rc2-54-g1307bbd
from patches/series:
# normal: (there's my baseline on this machine. I noticed a larger number of test failures on another test box and brought that series over here)
#Failures: 030 178 230 231 232 233 250 274
#Failed 8 of 198 tests
xfs-fix-delalloc-quota-accounting-on-failure.patch
xfs-fix-memory-reclaim-deadlock-on-agi-buffer.patch
xfs-add-trace-points-for-log-forces.patch
xfs-separate-buffer-indexing-from-block-map.patch
xfs-convert-internal-buffer-functions-to-pass-maps.patch
xfs-add-discontiguous-buffer-map-interface.patch
xfs-add-discontiguous-buffer-support-to-transactions.patch
# ^^^ bisect 1, went ok.
# 030 050 085 086 087 121 128 179 182 200 230 231 232 233 235
# Failures: 030 230 231 232 233
# Failed 5 of 15 tests
# ^^^ bisect 4, making sure it's good
#Ran: 030 050 085 086 087 121 128 179 182 200 230 231 232 233 235
#Failures: 030 230 231 232 233
#Failed 5 of 15 tests
xfs-struct-xfs_buf_log_format-isn-t-variable-sized.patch
# ^^^ bisect 5, crashed. (consistently)
xfs-support-discontiguous-buffers-in-the.patch
# ^^^ bisect 6
#Ran: 030 050 085 086 087 121 128 179 182 200 230 231 232 233 235
#Failures: 030 085 086 087 121 179 182 200 230 231 232 233
#Failed 12 of 15 tests
xfs-use-multiple-irec-xfs-buf-support-in-dabuf.patch
# ^^^ bisect 3, (still no good)
#Ran: 030 050 085 086 087 121 128 179 182 200 230 231 232 233 235
#Failures: 030 085 086 087 121 179 182 200 230 231 232 233
#Failed 12 of 15 tests
#xfs-remove-struct-xfs_dabuf-and-infrastructure.patch
#xfs-factor-buffer-reading-from-xfs_dir2_leaf_getdents.patch
#fs-xfs-xfs_dinode.h-fix-comments-of-xfs_dinode_t.patch
#fix-wrong-flag-assert-in-xfs_attr_shortform_getvalue.patch
# ^^^ bisect 2, not good (I ran only the tests which failed on the other test box)
# 030 050 085 086 087 121 128 179 182 200 230 231 232 233 235
# Failures: 030 085 086 087 121 179 182 200 230 231 232 233
# Failed 12 of 15 tests
Looks like there is a problem in
xfs-struct-xfs_buf_log_format-isn-t-variable-sized.patch,
and/or
xfs-support-discontiguous-buffers-in-the.patch.
Regards,
Ben
More information about the xfs
mailing list