On 4/4/24 09:20, John David Anglin wrote:
[ 12.845277] scsi target2:0:0: Beginning Domain Validation
[ 12.845441] ------------[ cut here ]------------
[ 12.845485] WARNING: CPU: 2 PID: 711 at drivers/scsi/scsi_lib.c:214
scsi_execute_cmd+0x74/0x258 [scsi_mod]
Thank you for having reported this. So that's the following warning:
else if (WARN_ON_ONCE(args->sense &&
args->sense_len != SCSI_SENSE_BUFFERSIZE))
return -EINVAL;
Can you please help with verifying whether this kernel warning is only
triggered by the 6.1 stable kernel series or whether it is also
triggered by a vanilla kernel, e.g. kernel v6.8? That will tell us
whether we need to review the upstream changes or the backports on the
v6.1 branch.
Thanks,
Bart.