Btrfs-progs commit c501c9e3b816 ("btrfs-progs: mkfs: match devid order to the stripe index") changed the chunk layout, making it more human friendly for manually offset calculation. However btrfs/14[23] btrfs/15[78] are using hard-coded devid sequence for corruption, thus they can't stand such change and fail. This patchset will handle such problems in patch 2 and 3, to use more accurate helper to replace the hard-coded one. And the first patch will address a bad _notrun messages, which is mostly related to btrfs/14[23]. Qu Wenruo (3): fstests: common: Use more accurate kernel config for _require_fail_make_request fstests: btrfs/14[23]: Use proper help to get both devid and physical offset for corruption. fstests: btrfs/15[78]: Use proper helper to get both devid and physical offset for corruption common/rc | 2 +- tests/btrfs/142 | 50 +++++++++++++++++++++++++++++------------- tests/btrfs/142.out | 2 -- tests/btrfs/143 | 48 +++++++++++++++++++++++++++++----------- tests/btrfs/143.out | 2 -- tests/btrfs/157 | 53 +++++++++++++++++++++++++++++---------------- tests/btrfs/157.out | 4 ---- tests/btrfs/158 | 48 +++++++++++++++++++++++++--------------- tests/btrfs/158.out | 4 ---- 9 files changed, 136 insertions(+), 77 deletions(-) -- 2.23.0