aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorFarhan Ali <alifm@linux.ibm.com>2019-07-11 10:28:54 -0400
committerCornelia Huck <cohuck@redhat.com>2019-07-15 14:17:27 +0200
commitf4c9939433bd396d0b08e803b2b880a9d02682b9 (patch)
tree76617329b6742f9c28042482fe40fb365cdf1197 /drivers/ata
parentvfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfn (diff)
downloadlinux-dev-f4c9939433bd396d0b08e803b2b880a9d02682b9.tar.xz
linux-dev-f4c9939433bd396d0b08e803b2b880a9d02682b9.zip
vfio-ccw: Don't call cp_free if we are processing a channel program
There is a small window where it's possible that we could be working on an interrupt (queued in the workqueue) and setting up a channel program (i.e allocating memory, pinning pages, translating address). This can lead to allocating and freeing the channel program at the same time and can cause memory corruption. Let's not call cp_free if we are currently processing a channel program. The only way we know for sure that we don't have a thread setting up a channel program is when the state is set to VFIO_CCW_STATE_CP_PENDING. Fixes: d5afd5d135c8 ("vfio-ccw: add handling for async channel instructions") Signed-off-by: Farhan Ali <alifm@linux.ibm.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <62e87bf67b38dc8d5760586e7c96d400db854ebe.1562854091.git.alifm@linux.ibm.com> Reviewed-by: Eric Farman <farman@linux.ibm.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'drivers/ata')
0 files changed, 0 insertions, 0 deletions