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, Oct 9, 8:25 AM
Unknown Object (File)
Mon, Sep 22, 2:17 AM
Unknown Object (File)
Sep 14 2025, 7:52 AM
Unknown Object (File)
Aug 25 2025, 10:10 AM
Unknown Object (File)
Aug 9 2025, 7:28 PM
Unknown Object (File)
Jul 17 2025, 11:41 PM
Unknown Object (File)
Jul 10 2025, 9:38 PM
Unknown Object (File)
Jun 23 2025, 6:50 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