Page MenuHomeFreeBSD

Honor the PG_NODUMP flag in is_dumpable() on arm and i386
ClosedPublic

Authored by alc on Jan 4 2021, 7:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 19, 11:51 PM
Unknown Object (File)
Sun, Apr 19, 4:27 PM
Unknown Object (File)
Sat, Apr 18, 11:16 AM
Unknown Object (File)
Sun, Apr 12, 9:19 AM
Unknown Object (File)
Sat, Apr 11, 5:16 AM
Unknown Object (File)
Fri, Apr 10, 9:40 PM
Unknown Object (File)
Wed, Apr 8, 9:49 PM
Unknown Object (File)
Mon, Mar 30, 12:37 PM
Subscribers

Details

Summary

The arm and i386 implementations of is_dumpable() are the only implementations that don't check the PG_NODUMP flag. Add the check to the arm and i386 implementations.

Diff Detail

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