Page MenuHomeFreeBSD

bcm_dma: don't dereference NULL softc
ClosedPublic

Authored by mhorne on Feb 24 2023, 2:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 5 2024, 3:42 AM
Unknown Object (File)
Oct 3 2024, 2:22 AM
Unknown Object (File)
Oct 2 2024, 5:03 PM
Unknown Object (File)
Oct 2 2024, 8:16 AM
Unknown Object (File)
Sep 28 2024, 11:23 AM
Unknown Object (File)
Sep 26 2024, 1:46 PM
Unknown Object (File)
Sep 24 2024, 5:07 AM
Unknown Object (File)
Sep 23 2024, 1:19 AM
Subscribers

Details

Summary

This file defines a small API to be used by other drivers. If any of
these functions are called before the bcm_dma device has attached we
should handle the error gracefully. Fix a formatting quirk while here.

The issue related to device attach order is fixed in PR 268835.

Diff Detail

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