This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1f40caa08047 Merge tag 'sound-fix-5.17-rc1' of git://git.kernel.org/pub [...] new c84b8a3fef66 io_uring: Remove unused function req_ref_put new 791f3465c4af io_uring: fix UAF due to missing POLLFREE handling new ea6e7ceedaf1 io-wq: remove useless 'work' argument to __io_worker_busy() new 081b58204629 io-wq: make io_worker lock a raw spinlock new 36e4c58bf044 io-wq: invoke work cancelation with wqe->lock held new efdf518459b1 io-wq: perform both unstarted and started work cancelation [...] new 361aee450c6e io-wq: add intermediate work step between pending list and [...] new ccbf726171b7 io_uring: perform poll removal even if async work removal [...] new 73031f761cb7 io-wq: delete dead lock shuffling code new f3a78227eef2 Merge tag 'io_uring-5.17-2022-01-21' of git://git.kernel.d [...] new 180dccb0dba4 blk-mq: fix tag_get wait task can't be awakened new 413ec8057bc3 loop: remove redundant initialization of pointer node new a6431e351c6e aoe: remove redundant assignment on variable n new 00358933f66c brd: remove brd_devices_mutex mutex new e6a2e5116e07 block: Remove unnecessary variable assignment new 850fd2abbe02 block: cleanup q->srcu new fd9f4e62a39f block: assign bi_bdev for cloned bios in blk_rq_prep_clone new 3ee859e384d4 block: Fix wrong offset in bio_truncate() new 46cdc45acb08 block: fix async_depth sysfs interface for mq-deadline new 3c7c25038b6c Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/l [...] new f3193ea1b677 HID: Ignore battery for Elan touchscreen on HP Envy X360 1 [...] new 3fe6acd4dc92 HID: vivaldi: fix handling devices not using numbered reports new e24aeff6db73 HID: vivaldi: Minor cleanups new 4ea5763fb79e HID: uhid: Fix worker destroying device without any protection new c8e7ff41f819 HID: uhid: Use READ_ONCE()/WRITE_ONCE() for ->running new 546e41ac994c HID: wacom: Reset expected and received contact counts at [...] new df03e9bd6d48 HID: wacom: Ignore the confidence flag when a touch is removed new 20f3cf5f860f HID: wacom: Avoid using stale array indicies to read conta [...] new 9b57f4589857 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
The 29 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: block/bio.c | 3 +- block/blk-mq-tag.c | 40 ++++++++++++++++---- block/blk-mq.c | 1 + block/blk-sysfs.c | 4 +- block/mq-deadline.c | 4 +- drivers/block/aoe/aoecmd.c | 2 +- drivers/block/brd.c | 73 +++++++++++++++---------------------- drivers/block/loop.c | 2 +- drivers/hid/hid-ids.h | 1 + drivers/hid/hid-input.c | 2 + drivers/hid/hid-vivaldi.c | 41 ++++++++++++++++----- drivers/hid/uhid.c | 49 ++++++++++++++++++------- drivers/hid/wacom_wac.c | 39 ++++++++++++++++++-- fs/io-wq.c | 91 ++++++++++++++++++++++++++++------------------ fs/io_uring.c | 79 ++++++++++++++++++++++++++++++---------- include/linux/sbitmap.h | 11 ++++++ lib/sbitmap.c | 25 +++++++++++-- 17 files changed, 327 insertions(+), 140 deletions(-)