Linux kernel 5.9 introduced new sysfs attributes max_active_zones and max_open_zones for zoned block devices. Blktests already handles max_active_zones. However, max_open_zones handling is missing. Also, zbd/005 lacks support for the two attributes. This patch series fills the missing attributes handling. The first patch modifies the helper function for max_active_zones to support both max_active_zones and max_open_zones. The second patch modifies zbd/005 to handle the attributes. Shin'ichiro Kawasaki (2): common/rc: Check both max_active_zones and max_open_zones zbd/005: Provide max_active/open_zones limit to fio command common/rc | 21 +++++++++++++++++---- tests/block/004 | 2 +- tests/zbd/003 | 6 +++--- tests/zbd/005 | 13 ++++++++----- 4 files changed, 29 insertions(+), 13 deletions(-) -- 2.28.0