mbox series

[0/2] scsi: to fix issue on passing host_status to the guest kernel

Message ID 20211210141615.2585-1-dongli.zhang@oracle.com (mailing list archive)
Headers show
Series scsi: to fix issue on passing host_status to the guest kernel | expand

Message

Dongli Zhang Dec. 10, 2021, 2:16 p.m. UTC
This patchset fixes the issue on passing 'host_status' to the guest kernel.

The 1st patch fixes the erroneous usage of req->host_status.

The 2nd patch is to pass the SCSI_HOST_ERROR to the guest kernel when the
req->bus->info->fail() is not implemented. I do not add 'Fixes:' because I
am not sure if to not pass SCSI_HOST_ERROR was on purpose, especially for
security reason.

Thank you very much!

Dongli Zhang

Comments

Dongli Zhang Jan. 11, 2022, 1:15 a.m. UTC | #1
ping?

Thank you very much!

Dongli Zhang

On 12/10/21 6:16 AM, Dongli Zhang wrote:
> This patchset fixes the issue on passing 'host_status' to the guest kernel.
> 
> The 1st patch fixes the erroneous usage of req->host_status.
> 
> The 2nd patch is to pass the SCSI_HOST_ERROR to the guest kernel when the
> req->bus->info->fail() is not implemented. I do not add 'Fixes:' because I
> am not sure if to not pass SCSI_HOST_ERROR was on purpose, especially for
> security reason.
> 
> Thank you very much!
> 
> Dongli Zhang
> 
> 
>