]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_map
authorUday Shankar <ushankar@purestorage.com>
Thu, 18 Sep 2025 19:34:08 +0000 (13:34 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 19 Sep 2025 17:06:15 +0000 (11:06 -0600)
commit742bcc1101bcaca92901fe3fe434e4b1a467b5e8
treeddeecf61f702386127b0ac40762c9ef73f1d1bc5
parent1f924cf781de47432f220185bb2beeb12c666aa1
selftests: ublk: kublk: add UBLK_F_BUF_REG_OFF_DAEMON to feat_map

When UBLK_F_BUF_REG_OFF_DAEMON was added, we missed updating kublk's
feat_map, which results in the feature being reported as "unknown." Add
UBLK_F_BUF_REG_OFF_DAEMON to feat_map to fix this.

Signed-off-by: Uday Shankar <ushankar@purestorage.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
tools/testing/selftests/ublk/kublk.c