v2: Mainly adds a generic function to check if a sysfs attribute reports invalid input. v1: https://lwn.net/ml/all/cover.1738161075.git.anand.jain@xxxxxxxxxx/ Anand Jain (5): fstests: common/rc: set_fs_sysfs_attr: redirect errors to stdout fstests: filter: helper for sysfs error filtering fstests: common/rc: add sysfs argument verification helpers fstests: btrfs: testcase for sysfs policy syntax verification fstests: btrfs: testcase for sysfs chunk_size attribute validation common/filter | 9 +++ common/rc | 139 +++++++++++++++++++++++++++++++++++++++++++- tests/btrfs/329 | 18 ++++++ tests/btrfs/329.out | 19 ++++++ tests/btrfs/334 | 18 ++++++ tests/btrfs/334.out | 14 +++++ 6 files changed, 216 insertions(+), 1 deletion(-) create mode 100755 tests/btrfs/329 create mode 100644 tests/btrfs/329.out create mode 100755 tests/btrfs/334 create mode 100644 tests/btrfs/334.out -- 2.47.0