summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorDanilo Krummrich <dakr@kernel.org>2026-05-25 23:20:53 +0300
committerDanilo Krummrich <dakr@kernel.org>2026-05-27 17:22:41 +0300
commit0b9a29c3a4e2a1f0d0b73ad4c4a4175212bacf21 (patch)
tree92ed3c9d18d93f476e80a2ccd506186f17e5aacf /include/linux/debugobjects.h
parentbe31fcf5af751815457102575b816a2bd31b4562 (diff)
downloadlinux-0b9a29c3a4e2a1f0d0b73ad4c4a4175212bacf21.tar.xz
rust: pci: implement Sync for Device<Bound>
Implement Sync for Device<Bound> in addition to Device<Normal>. Device<Bound> uses the same underlying struct pci_dev as Device<Normal>; Bound is a zero-sized type-state marker that does not affect thread safety. This is needed for drivers to store &'bound pci::Device<Bound> in their private data while remaining Send. Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> Reviewed-by: Gary Guo <gary@garyguo.net> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Uwe Kleine-König <ukleinek@kernel.org> Tested-by: Dirk Behme <dirk.behme@de.bosch.com> Link: https://patch.msgid.link/20260525202921.124698-7-dakr@kernel.org Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions