diff options
author | jiangyiwen <jiangyiwen@huawei.com> | 2018-07-19 15:17:00 +0800 |
---|---|---|
committer | Dominique Martinet <dominique.martinet@cea.fr> | 2018-08-13 09:34:58 +0900 |
commit | 31934da810365f603dec5a67e690e00cf900fc73 (patch) | |
tree | 634da305fd1364db1b0dc838cb37b908cb870944 /net/bluetooth | |
parent | c7ebbae7cf9c50253a978f25d72d16e012bd46f1 (diff) |
net/9p/virtio: Fix hard lockup in req_done
When client has multiple threads that issue io requests
all the time, and the server has a very good performance,
it may cause cpu is running in the irq context for a long
time because it can check virtqueue has buf in the *while*
loop.
So we should keep chan->lock in the whole loop.
[ Dominique: reworded subject line ]
Link: http://lkml.kernel.org/r/5B503AEC.5080404@huawei.com
Signed-off-by: Yiwen Jiang <jiangyiwen@huawei.com>
To: Andrew Morton <akpm@linux-foundation.org>
To: Eric Van Hensbergen <ericvh@gmail.com>
To: Ron Minnich <rminnich@sandia.gov>
To: Latchesar Ionkov <lucho@ionkov.net>
Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
Diffstat (limited to 'net/bluetooth')
0 files changed, 0 insertions, 0 deletions