On Mon, Jan 05, 2026 at 05:57:44PM -0700, Caleb Sander Mateos wrote: > Add support for printing the UBLK_F_INTEGRITY feature flag in the > human-readable kublk features output. > > Signed-off-by: Caleb Sander Mateos <[email protected]> > --- > tools/testing/selftests/ublk/kublk.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/testing/selftests/ublk/kublk.c > b/tools/testing/selftests/ublk/kublk.c > index 185ba553686a..261095f19c93 100644 > --- a/tools/testing/selftests/ublk/kublk.c > +++ b/tools/testing/selftests/ublk/kublk.c > @@ -1452,10 +1452,11 @@ static int cmd_dev_get_features(void) > FEAT_NAME(UBLK_F_UPDATE_SIZE), > FEAT_NAME(UBLK_F_AUTO_BUF_REG), > FEAT_NAME(UBLK_F_QUIESCE), > FEAT_NAME(UBLK_F_PER_IO_DAEMON), > FEAT_NAME(UBLK_F_BUF_REG_OFF_DAEMON), > + FEAT_NAME(UBLK_F_INTEGRITY),
Reviewed-by: Ming Lei <[email protected]> Thanks, Ming
