On Wed, 25 Nov 2020 15:18:38 +0530, Suganath Prabu S wrote:
Description of issue: Patch with commit id "c1a6c5ac4278d406c112cc2f038e6e506feadff9" has modified ioctl path 'timeout' variable type to u8 from unsigned long. With this maximum timeout value that the driver can support is 255 seconds. But for some commands application is providing the higher timeout value (512 seconds as default), so it will be round off to zero value. Hence timeout is observed immediately and the IOCTL request fails.
[...]
Applied to 5.10/scsi-fixes, thanks!
[1/1] mpt3sas: Fix timeout issue in ioctl commands. https://git.kernel.org/mkp/scsi/c/42f687038bcc