]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests: ublk: fix test_stripe_04
authorMing Lei <ming.lei@redhat.com>
Fri, 4 Apr 2025 00:18:49 +0000 (08:18 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 May 2025 05:50:57 +0000 (07:50 +0200)
commiteee189ccd46b46e4a4b9d787cd65dda5025549e8
tree90886d1f97ea9a4fb15cbb79e4db03217ae4808d
parentb2ff4e9c599b000833d16a917f519aa2e4a75de2
selftests: ublk: fix test_stripe_04

[ Upstream commit 72070e57b0a518ec8e562a2b68fdfc796ef5c040 ]

Commit 57ed58c13256 ("selftests: ublk: enable zero copy for stripe target")
added test entry of test_stripe_04, but forgot to add the test script.

So fix the test by adding the script file.

Reported-by: Uday Shankar <ushankar@purestorage.com>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Uday Shankar <ushankar@purestorage.com>
Link: https://lore.kernel.org/r/20250404001849.1443064-1-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/ublk/test_stripe_04.sh [new file with mode: 0755]