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)
Thu, May 15, 10:32 PM
Unknown Object (File)
Sat, May 10, 10:40 PM
Unknown Object (File)
Apr 29 2025, 11:03 PM
Unknown Object (File)
Apr 29 2025, 3:11 PM
Unknown Object (File)
Apr 29 2025, 1:56 PM
Unknown Object (File)
Apr 29 2025, 12:04 PM
Unknown Object (File)
Apr 29 2025, 9:02 AM
Unknown Object (File)
Apr 11 2025, 11:13 PM
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