You have been subscribed to a public bug:

We have observed that OS is sending the IO's (SCSI Read/Write) with incorrect 
Scatter Gather Buffer address .

i.e

 OS is sending the IO with 64 bit Scatter Gather Buffer address , such
that if we add the length with buffer address then it causes the roll
over .


Here is the data we captured in our driver (Printed the SGE details which was 
sent by OS)

sgl_ptr->Address = fffffffffffff000 
[14547.313240] 
                sgl_ptr->Length = 1000 
[14547.313241] 
                sge_count = 18 
[14547.313242] 
                cmd->index = 9d9


Note : This issue is observed only when virtualization is enabled 

Product : Broadcom (LSI) Megaraid H840 controller

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: Confirmed

-- 
IO's are issued with incorrect Scatter Gather Buffer
https://bugs.launchpad.net/bugs/1795453
You received this bug notification because you are a member of Kernel Packages, 
which is subscribed to linux in Ubuntu.

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to