aboutsummaryrefslogtreecommitdiffstats
path: root/samples/rust/rust_driver_pci.rs
diff options
context:
space:
mode:
authorDanilo Krummrich <[email protected]>2025-03-18 21:29:22 +0000
committerGreg Kroah-Hartman <[email protected]>2025-03-18 23:55:12 +0000
commit455943aa187fd93358ccd00c894934061153ec0c (patch)
treee4ab96c9cbe2651ba8fbc940d23bdb01531a83e8 /samples/rust/rust_driver_pci.rs
parentrust: pci: impl Send + Sync for pci::Device (diff)
downloadkernel-455943aa187fd93358ccd00c894934061153ec0c.tar.gz
kernel-455943aa187fd93358ccd00c894934061153ec0c.zip
rust: platform: impl Send + Sync for platform::Device
Commit 4d320e30ee04 ("rust: platform: fix unrestricted &mut platform::Device") changed the definition of platform::Device and discarded the implicitly derived Send and Sync traits. This isn't required by upstream code yet, and hence did not cause any issues. However, it is relied on by upcoming drivers, hence add it back in. Signed-off-by: Danilo Krummrich <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'samples/rust/rust_driver_pci.rs')
0 files changed, 0 insertions, 0 deletions