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
F133149850: D25766.id75002.diff
Thu, Oct 23, 10:19 AM
F133110461: D25766.id.diff
Thu, Oct 23, 1:46 AM
F133110455: D25766.id74791.diff
Thu, Oct 23, 1:46 AM
F133074436: D25766.diff
Wed, Oct 22, 6:01 PM
Unknown Object (File)
Tue, Oct 21, 5:38 AM
Unknown Object (File)
Wed, Oct 8, 5:17 AM
Unknown Object (File)
Sep 16 2025, 1:35 PM
Unknown Object (File)
Sep 13 2025, 8:57 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.