summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2021-07-10 02:45:59 +0100
committerJens Axboe <axboe@kernel.dk>2021-07-11 16:39:06 -0600
commit9c6882608bce249a8918744ecdb65748534e3f17 (patch)
treead4c2a2844cd616dc4246c18444dab33d2c1606f /scripts/objdiff
parente73f0f0ee7541171d89f2e2491130c7771ba58d3 (diff)
downloadkernel-9c6882608bce249a8918744ecdb65748534e3f17.tar.gz
io_uring: use right task for exiting checks
When we use delayed_work for fallback execution of requests, current will be not of the submitter task, and so checks in io_req_task_submit() may not behave as expected. Currently, it leaves inline completions not flushed, so making io_ring_exit_work() to hang. Use the submitter task for all those checks. Cc: stable@vger.kernel.org Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/cb413c715bed0bc9c98b169059ea9c8a2c770715.1625881431.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
an title='2011-09-09 13:06:02 +0300'>2011-09-09usb: gadget: storage: adapt logic block size to bound block devicesPeiyu Li 2011-07-01usb: gadget: Compilation warning fixTatyana Brokhman 2011-04-29usb: gadget: storage_common: use kstrto*() [bug fix]Michal Nazarewicz 2011-04-14Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman 2011-04-13usb: gadget: storage_common: use kstrto*()Michal Nazarewicz 2011-04-13usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab 2010-11-13block: check bdev_read_only() from blkdev_get()Tejun Heo 2010-10-22USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz 2010-10-22USB: gadget: file_storage: reuse definitions from a header fileMichal Nazarewicz 2010-10-22USB: g_file_storage: don't generate automatic serial stringAlan Stern 2010-08-10USB: gadget: storage: optional SCSI WRITE FUA bitAndy Shevchenko 2010-08-10usb: gadget: storage: strict coversion of 'ro' parameterAndy Shevchenko 2010-08-10USB: gadget: storage_common: comments updatedMichal Nazarewicz 2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig 2009-12-11USB: g_mass_storage: code cleaned up and comments updatedMichal Nazarewicz 2009-12-11USB: g_mass_storage: Mass Storage Function createdMichal Nazarewicz 2009-12-11USB: g_mass_storage: constant length buffers usedMichal Nazarewicz 2009-12-11USB: g_mass_storage: testing code from f_mass_storage.c removedMichal Nazarewicz 2009-12-11USB: g_file_storage: more code from file_storage.c moved to storage_common.cMichal Nazarewicz 2009-12-11USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changedMichal Nazarewicz 2009-12-11USB: g_file_storage: "fsg_" prefix added to some identifiersMichal Nazarewicz 2009-12-11USB: g_file_storage: parts of file_storage.c moved to separate fileMichal Nazarewicz