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
F161580499: D25766.diff
Sun, Jul 5, 1:35 AM
Unknown Object (File)
Sat, Jun 27, 2:11 PM
Unknown Object (File)
Mon, Jun 15, 6:46 PM
Unknown Object (File)
Mon, Jun 15, 6:33 PM
Unknown Object (File)
Mon, Jun 15, 6:33 PM
Unknown Object (File)
Fri, Jun 5, 8:58 PM
Unknown Object (File)
Jun 4 2026, 7:15 AM
Unknown Object (File)
Jun 4 2026, 5:07 AM
Subscribers
None

Details

Summary

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

Diff Detail

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

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.