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)
Mon, Mar 30, 12:37 PM
Unknown Object (File)
Tue, Mar 24, 4:11 PM
Unknown Object (File)
Sun, Mar 22, 1:59 PM
Unknown Object (File)
Sat, Mar 21, 10:21 PM
Unknown Object (File)
Wed, Mar 18, 2:29 PM
Unknown Object (File)
Wed, Mar 18, 2:53 AM
Unknown Object (File)
Thu, Mar 12, 1:09 PM
Unknown Object (File)
Thu, Mar 12, 3:23 AM
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