On 05/06/2025 05:01, Catherine Hoang wrote:
Simple tests of various atomic write requests and a (simulated) hardware device.
There's > 400 lines of changes, and a one sentence changelog.
Signed-off-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> Signed-off-by: Catherine Hoang <catherine.hoang@xxxxxxxxxx>
An odd Signed-off-by chain.
--- common/atomicwrites | 10 ++++ tests/generic/1222 | 89 ++++++++++++++++++++++++++++ tests/generic/1222.out | 10 ++++ tests/generic/1223 | 67 +++++++++++++++++++++ tests/generic/1223.out | 9 +++ tests/generic/1224 | 86 +++++++++++++++++++++++++++ tests/generic/1224.out | 16 ++++++ tests/generic/1225 | 128 +++++++++++++++++++++++++++++++++++++++++ tests/generic/1225.out | 21 +++++++ 9 files changed, 436 insertions(+) create mode 100755 tests/generic/1222 create mode 100644 tests/generic/1222.out create mode 100755 tests/generic/1223 create mode 100644 tests/generic/1223.out create mode 100755 tests/generic/1224 create mode 100644 tests/generic/1224.out create mode 100755 tests/generic/1225 create mode 100644 tests/generic/1225.out
This all looks ok, I would suggest a separate patch per test and I don't feel strongly about that
Thanks, John