]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
thunderbolt: Keep XDomain reference during the lifetime of a service
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 8 Sep 2025 10:31:29 +0000 (13:31 +0300)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 5 May 2026 11:53:46 +0000 (13:53 +0200)
commit8b4060998637f06975fceee9b73845d8672d411e
tree4e762a0320689dde9e108520151fa71a67686a2b
parentf5cc545f59699549adbaa4084149f8247865a51d
thunderbolt: Keep XDomain reference during the lifetime of a service

This is needed because we release the service ID in tb_service_release()
and the ID array is owned by the parent XDomain.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/xdomain.c