]> git.itanic.dy.fi Git - linux-stable/commit
fixed invalid assignment of 64bit mask to host dma_boundary for scatter gather segmen...
authorMinh Duc Tran <MinhDuc.Tran@Emulex.Com>
Mon, 9 Feb 2015 18:54:09 +0000 (18:54 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2015 12:31:32 +0000 (13:31 +0100)
commit0457b9853d65c6b552e8bec1ee6ac28f63aa5247
tree0dd6d1d494c2aa27e9c6e50782396b0510cef0d1
parentce084ba5d548727d7a94c030d8e9919e4ee62ceb
fixed invalid assignment of 64bit mask to host dma_boundary for scatter gather segment boundary limit.

commit f76a610a8b4b6280eaedf48f3af9d5d74e418b66 upstream.

In reference to bug https://bugzilla.redhat.com/show_bug.cgi?id=1097141
Assert is seen with AMD cpu whenever calling pci_alloc_consistent.

[   29.406183] ------------[ cut here ]------------
[   29.410505] kernel BUG at lib/iommu-helper.c:13!

Signed-off-by: Minh Tran <minh.tran@emulex.com>
Fixes: 6733b39a1301b0b020bbcbf3295852e93e624cb1
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/be2iscsi/be_main.c