Page MenuHomeFreeBSD

cxgbe: Mark rx'ed packets as initialized for KMSAN
ClosedPublic

Authored by markj on Sep 24 2021, 3:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 9, 10:27 PM
Unknown Object (File)
Mon, Dec 9, 3:56 PM
Unknown Object (File)
Oct 30 2024, 4:30 AM
Unknown Object (File)
Oct 25 2024, 8:25 AM
Unknown Object (File)
Oct 5 2024, 11:28 PM
Unknown Object (File)
Oct 5 2024, 11:58 AM
Unknown Object (File)
Oct 5 2024, 6:06 AM
Unknown Object (File)
Oct 5 2024, 3:30 AM
Subscribers

Details

Summary

The KMSAN runtime needs to have its shadow maps updated when devices
update host memory, otherwise it assumes that device-populated memory is
uninitialized. For most drivers this is handled transparently by
busdma, but cxgbe doesn't make use of dma maps for receive buffers.

Reported by: mjg

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable