]> 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:47:05 +0000 (07:47 +0200)
commit9ce224eb5a9aaf68cb063bd19014b270b0ac89d3
tree24ff3bd41be4789f3e283ed6d3dffa0ecf8c59d0
parent3f6c9d66e0f8eb9679b57913aa64b4d2266f6fbe
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]