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
F146555523: D25766.diff
Tue, Mar 3, 3:13 PM
F146521206: D25766.diff
Tue, Mar 3, 8:39 AM
Unknown Object (File)
Sat, Feb 28, 1:03 AM
Unknown Object (File)
Tue, Feb 24, 4:49 PM
Unknown Object (File)
Mon, Feb 23, 10:11 AM
Unknown Object (File)
Wed, Feb 18, 6:14 PM
Unknown Object (File)
Tue, Feb 17, 9:04 AM
Unknown Object (File)
Mon, Feb 16, 7:29 PM
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.