Config section fixes for scratch and recreation test devices. Changes since v1: * Drop tmpfs/449 patch. Note: I will submit it in a different series with the feedback received. * Applied review tags from Darrick and Zorro for patch 1. * Do not inject specific TMPFS mount options in recreation and scratch mount options. Instead, * Fix recreation test device by allowing section parsing to read specific fs mount options when RECREATE_TEST_DEV is enabled. * Use _common_mount_opts() for scratch mounts instead of _common_dev_mount_options() to allow parsing section fs specific mount options for scratch devices. * print only test mkfs and mount devices instead of adding scratch and test sections. * Add/export and report new TEST_MKFS_OPTIONS and TEST_MOUNT_OPTIONS. * Change patch series subject. Signed-off-by: Daniel Gomez <da.gomez@xxxxxxxxxxx> --- Daniel Gomez (5): common/config: fix RECREATE_TEST_DEV initialization common/rc: add recreation support for tmpfs common/config: enable section parsing when recreation common/rc: read config section mount options for scratch devs common/rc: print test mount options check | 2 ++ common/config | 4 ++-- common/rc | 26 +++++++++++++++++++++++--- common/report | 1 + 4 files changed, 28 insertions(+), 5 deletions(-) --- base-commit: 83598d2f839d9c27d2fd4209124d7c288ea2861e change-id: 20240629-common-fixes-0a5c58db85c9 Best regards, -- Daniel Gomez <da.gomez@xxxxxxxxxxx>