aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fpga/fpga-mgr.h
diff options
context:
space:
mode:
authorDwight Engen <[email protected]>2014-09-19 09:42:53 -0400
committerDavid S. Miller <[email protected]>2014-09-30 14:37:35 -0700
commit5eed69ffd248c9f68f56c710caf07db134aef28b (patch)
tree6c5308b2f58cc6ceade6a149cf988966d61f956b /include/linux/fpga/fpga-mgr.h
parentde5b73f08468b4fc5e2f6d1505f650262622f78b (diff)
sunvdc: limit each sg segment to a page
ldc_map_sg() could fail its check that the number of pages referred to by the sg scatterlist was <= the number of cookies. This fixes the issue by doing a similar thing to the xen-blkfront driver, ensuring that the scatterlist will only ever contain a segment count <= port->ring_cookies, and each segment will be page aligned, and <= page size. This ensures that the scatterlist is always mappable. Orabug: 19347817 OraBZ: 15945 Signed-off-by: Dwight Engen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions