+1
−1
Loading
stable inclusion from stable-v6.6.83 commit 026714ec7546de741826324a6a1914c91024d06c category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBXANC Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=026714ec7546de741826324a6a1914c91024d06c -------------------------------- [ Upstream commit e53fc232a65f7488ab75d03a5b95f06aaada7262 ] When a hid-steam device is removed it must clean up the client_hdev used for intercepting hidraw access. This can lead to scheduling deferred work to reattach the input device. Though the cleanup cancels the deferred work, this was done before the client_hdev itself is cleaned up, so it gets rescheduled. This patch fixes the ordering to make sure the deferred work is properly canceled. Reported-by:<syzbot+0154da2d403396b2bd59@syzkaller.appspotmail.com> Fixes: 79504249d7e2 ("HID: hid-steam: Move hidraw input (un)registering to work") Signed-off-by:
Vicki Pfau <vi@endrift.com> Signed-off-by:
Jiri Kosina <jkosina@suse.com> Signed-off-by:
Sasha Levin <sashal@kernel.org> (cherry picked from commit 026714ec7546de741826324a6a1914c91024d06c) Signed-off-by:
Wentao Guan <guanwentao@uniontech.com>