summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-02-07 07:46:53 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-02-07 09:33:55 +0100
commit5edbb56082567d754a096286368e99a3377d8c95 (patch)
tree72df0e1c229dd3645a53542467343b99afb49b29 /scripts/objdiff
parent96b5d1bee29f12fe5d75a96992bd67f3c46c9048 (diff)
downloadkernel-5edbb56082567d754a096286368e99a3377d8c95.tar.gz
drm/virtio: fix ring free check
If the virtio device supports indirect ring descriptors we need only one ring entry for the whole command. Take that into account when checking whenever the virtqueue has enough free entries for our command. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Link: http://patchwork.freedesktop.org/patch/msgid/20200207064653.14403-1-kraxel@redhat.com
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
11ee10231f5fa6cbb415007048ca0bb948baf'>io_uring: protect cq_timeouts with timeout_lockPavel Begunkov 2022-11-23io_uring: remove io_req_tw_post_queuePavel Begunkov 2022-11-23io_uring: use io_req_task_complete() in timeoutPavel Begunkov 2022-09-21io_uring: remove unused return from io_disarm_nextPavel Begunkov 2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher 2022-07-24io_uring: improve io_fail_links()Pavel Begunkov 2022-07-24io_uring: have cancelation API accept io_uring_task directlyJens Axboe 2022-07-24io_uring: introduce locking helpers for CQE postingPavel Begunkov 2022-07-24io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov 2022-07-24io_uring: improve task exit timeout cancellationsPavel Begunkov 2022-07-24io_uring: clean up tracing eventsPavel Begunkov 2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov 2022-07-24io_uring: propagate locking state to poll cancelPavel Begunkov 2022-07-24io_uring: move cancelation into its own fileJens Axboe 2022-07-24io_uring: move timeout opcodes and handling into its own fileJens Axboe