On 28/3/25 08:40, Anand Jain wrote:
On 28/2/25 13:55, Anand Jain wrote:
v4:
Fixed the double quotes in 1/5.
(Thanks for the review! If no other comments, I'll push this set on the
weekend.)
v3:
https://lore.kernel.org/fstests/b297a34f-4c09-48bb-86a3-
fea50c364ba8@xxxxxxxxxx/
v2:
https://lore.kernel.org/fstests/
cover.1738752716.git.anand.jain@xxxxxxxxxx/
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
Applied to the upcoming for-next.
Postponed for now. Waiting on RVB. Thanks!
Thanks, Anand
common/filter | 9 +++
common/rc | 3 +-
common/sysfs | 142 ++++++++++++++++++++++++++++++++++++++++++++
tests/btrfs/329 | 19 ++++++
tests/btrfs/329.out | 19 ++++++
tests/btrfs/334 | 19 ++++++
tests/btrfs/334.out | 14 +++++
7 files changed, 224 insertions(+), 1 deletion(-)
create mode 100644 common/sysfs
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