aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorStanislaw Gruszka <[email protected]>2023-05-25 12:38:18 +0200
committerStanislaw Gruszka <[email protected]>2023-06-08 08:15:46 +0200
commitb563e47957af4ff71736c5cc4120a59b055ab583 (patch)
treeab6bb5589978d9b5ec020120e032065dcc8afd17 /drivers/fpga/fpga-mgr.c
parent9f7e3611f6c828fcb6001c39d8e7a523a4f31525 (diff)
accel/ivpu: Do not use mutex_lock_interruptible
If we get signal when waiting for the mmu->lock we do not invalidate current MMU configuration that might result in undefined behavior. Additionally there is little or no benefit on break waiting for ipc->lock. In current code base, we keep this lock for short periods. Fixes: 263b2ba5fc93 ("accel/ivpu: Add Intel VPU MMU support") Reviewed-by: Krystian Pradzynski <[email protected]> Reviewed-by: Jeffrey Hugo <[email protected]> Signed-off-by: Stanislaw Gruszka <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions