diff options
author | Nicholas Bellinger <nab@linux-iscsi.org> | 2014-02-22 18:34:43 -0800 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2014-06-02 12:42:07 -0700 |
commit | e31885dd901e80d5bd528c1cbedde07ebbf051b2 (patch) | |
tree | 607777156b57654c5ec44a3a33667fb3938e852a /security/selinux | |
parent | b1935f687bb93b207ef690f7debc0e9921fc484f (diff) | |
download | op-kernel-dev-e31885dd901e80d5bd528c1cbedde07ebbf051b2.zip op-kernel-dev-e31885dd901e80d5bd528c1cbedde07ebbf051b2.tar.gz |
vhost/scsi: Add T10 PI IOV -> SGL memory mapping logic
This patch adds vhost_scsi_map_iov_to_prot() to perform the mapping of
T10 data integrity memory between virtio iov + struct scatterlist using
get_user_pages_fast() following existing code.
As with vhost_scsi_map_iov_to_sgl(), this does sanity checks against the
total prot_sgl_count vs. pre-allocated SGLs, and loops across protection
iovs using vhost_scsi_map_to_sgl() to perform the actual memory mapping.
Also update tcm_vhost_release_cmd() to release associated tvc_prot_sgl[]
struct page.
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Martin K. Petersen <martin.petersen@oracle.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Sagi Grimberg <sagig@dev.mellanox.co.il>
Cc: H. Peter Anvin <hpa@zytor.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'security/selinux')
0 files changed, 0 insertions, 0 deletions