Page MenuHomeFreeBSD

sfxge(4): add missing barrier in common code MCDI response handling
ClosedPublic

Authored by arybchik on Dec 28 2016, 3:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 20 2024, 6:47 PM
Unknown Object (File)
Jan 9 2024, 4:54 AM
Unknown Object (File)
Dec 31 2023, 3:10 PM
Unknown Object (File)
Dec 27 2023, 7:58 PM
Unknown Object (File)
Dec 27 2023, 7:54 PM
Unknown Object (File)
Dec 20 2023, 2:18 AM
Unknown Object (File)
Dec 16 2023, 1:22 PM
Unknown Object (File)
Oct 13 2023, 12:48 AM
Subscribers

Details

Summary

The semantics of the MCDI interfacve require reading the first
dword of the header before any other data in the buffer. Add
a barrier to the common code MCDI handler to enforce this.

Submitted by: Andy Moreton <amoreton at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
MFC after: 1 week

Test Plan

amd64 kernels tinderbox build tested

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arybchik retitled this revision from to sfxge(4): add missing barrier in common code MCDI response handling.
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added reviewers: gnn, philip, np, bz.
gnn edited edge metadata.
This revision is now accepted and ready to land.Dec 28 2016, 4:43 PM
This revision was automatically updated to reflect the committed changes.