Hi Arthur, On Mon, 2022-06-20 at 15:26 +0300, Arthur Simchaev wrote: > The bsg driver allows user space to send device management commands. > As such, it is often used by field application engineers to debug > various problems, > and as a test bed for new features as well. > > Let's not bound ourself to hard coded descriptor sizes, as the new UFS descriptor size is no longer hardcoded (defined in the driver), the size of the descriptor is reported by UFS itself, check the latest kernel. > Descriptors that supports new features are not defined yet. > > Signed-off-by: Arthur Simchaev <Arthur.Simchaev@xxxxxxx> > --- > drivers/scsi/ufs/ufs_bsg.c | 28 ++++------------------------ > 1 file changed, 4 insertions(+), 24 deletions(-) > > diff --git a/drivers/scsi/ufs/ufs_bsg.c b/drivers/scsi/ufs/ufs_bsg.c This UFS driver is in the wrong location, I assume you are using an older kernel version? Kind regards, Bean