Page MenuHomeFreeBSD

mpr(4), mps(4): Stop checking for failures from malloc(M_WAITOK).
ClosedPublic

Authored by markj on Jul 22 2020, 3:13 PM.
Tags
None
Referenced Files
F114933188: D25766.id74791.diff
Fri, Apr 18, 5:39 PM
Unknown Object (File)
Sun, Apr 6, 12:56 PM
Unknown Object (File)
Mar 8 2025, 3:43 PM
Unknown Object (File)
Mar 5 2025, 7:44 AM
Unknown Object (File)
Mar 4 2025, 5:49 PM
Unknown Object (File)
Mar 4 2025, 9:51 AM
Unknown Object (File)
Mar 3 2025, 5:39 PM
Unknown Object (File)
Mar 2 2025, 4:00 PM
Subscribers
None

Details

Summary

PR: 240545
Submitted by: Andrew Reiter <arr@watson.org>
MFC after: 1 week

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32477
Build 29953: arc lint + arc unit

Event Timeline

markj requested review of this revision.Jul 22 2020, 3:13 PM

These all look good to me. Might want to wait a little on Scott since this is semivendor code and there may a hidden reason for these...

This revision is now accepted and ready to land.Jul 22 2020, 3:34 PM

Whatever reason there was for either using M_WAITOK or for checking for failure are lost to time.