]> 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:39:29 +0000 (07:39 +0200)
commit3e7f0febf96273bb2c4ecef3f72933c9f891a3cf
tree0be37c187ee2b5f42093358f9c4d6aead55ac586
parente84a08fc7e25cdad5d9a3def42cc770ff711193f
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]