Revision 0baca070068c58b95e342881d9da4840d5cf3bd1 authored by Linus Torvalds on 22 September 2020, 21:36:50 UTC, committed by Linus Torvalds on 22 September 2020, 21:36:50 UTC
Pull io_uring fixes from Jens Axboe:
 "A few fixes - most of them regression fixes from this cycle, but also
  a few stable heading fixes, and a build fix for the included demo tool
  since some systems now actually have gettid() available"

* tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block:
  io_uring: fix openat/openat2 unified prep handling
  io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL
  tools/io_uring: fix compile breakage
  io_uring: don't use retry based buffered reads for non-async bdev
  io_uring: don't re-setup vecs/iter in io_resumit_prep() is already there
  io_uring: don't run task work on an exiting task
  io_uring: drop 'ctx' ref on task work cancelation
  io_uring: grab any needed state during defer prep
2 parent s c37b718 + 4eb8dde
History
File Mode Size
bnep
cmtp
hidp
rfcomm
6lowpan.c -rw-r--r-- 27.9 KB
Kconfig -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 775 bytes
a2mp.c -rw-r--r-- 21.4 KB
a2mp.h -rw-r--r-- 3.2 KB
af_bluetooth.c -rw-r--r-- 17.1 KB
amp.c -rw-r--r-- 13.8 KB
amp.h -rw-r--r-- 1.9 KB
ecdh_helper.c -rw-r--r-- 5.9 KB
ecdh_helper.h -rw-r--r-- 1.4 KB
hci_conn.c -rw-r--r-- 47.8 KB
hci_core.c -rw-r--r-- 117.6 KB
hci_debugfs.c -rw-r--r-- 28.7 KB
hci_debugfs.h -rw-r--r-- 1.6 KB
hci_event.c -rw-r--r-- 148.8 KB
hci_request.c -rw-r--r-- 83.1 KB
hci_request.h -rw-r--r-- 5.5 KB
hci_sock.c -rw-r--r-- 45.2 KB
hci_sysfs.c -rw-r--r-- 2.2 KB
l2cap_core.c -rw-r--r-- 196.7 KB
l2cap_sock.c -rw-r--r-- 40.7 KB
leds.c -rw-r--r-- 2.2 KB
leds.h -rw-r--r-- 554 bytes
lib.c -rw-r--r-- 4.0 KB
mgmt.c -rw-r--r-- 221.3 KB
mgmt_config.c -rw-r--r-- 7.5 KB
mgmt_config.h -rw-r--r-- 490 bytes
mgmt_util.c -rw-r--r-- 6.2 KB
mgmt_util.h -rw-r--r-- 2.2 KB
msft.c -rw-r--r-- 2.9 KB
msft.h -rw-r--r-- 923 bytes
sco.c -rw-r--r-- 25.4 KB
selftest.c -rw-r--r-- 8.5 KB
selftest.h -rw-r--r-- 1.6 KB
smp.c -rw-r--r-- 93.0 KB
smp.h -rw-r--r-- 5.0 KB

back to top