]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'pds_core-fix-use-after-free-on-workqueue-during-remove'
authorJakub Kicinski <kuba@kernel.org>
Tue, 21 Jul 2026 19:42:28 +0000 (12:42 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 21 Jul 2026 19:42:28 +0000 (12:42 -0700)
commitdf282a9db8ac96bb6a30ed8534f77856b8dfbd8f
treec6ae7b4fe766c21812a1c0c6c3ad3782edc418be
parentdefd52c1eab2926d874fa95408187dac6f890ff1
parent0ad134881508c36b65c1a8864f8bec53adbd3327
Merge branch 'pds_core-fix-use-after-free-on-workqueue-during-remove'

Nikhil P. Rao says:

====================
pds_core: fix use-after-free on workqueue during remove

This series fixes a use-after-free on the workqueue during driver remove.

Patch 1 fixes a pre-existing deadlock between the PCI reset worker and
pdsc_remove() that was identified during review of v1.

Patch 2 is the reworked UAF fix that moves destroy_workqueue() after
pdsc_teardown() and adds proper work synchronization.
====================

Link: https://patch.msgid.link/20260714180223.1642792-1-nikhil.rao@amd.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>