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, Oct 13, 10:06 PM
Unknown Object (File)
Mon, Oct 13, 10:06 PM
Unknown Object (File)
Mon, Oct 13, 10:06 PM
Unknown Object (File)
Mon, Oct 13, 8:28 AM
Unknown Object (File)
Sun, Oct 12, 10:08 AM
Unknown Object (File)
Fri, Oct 10, 12:50 AM
Unknown Object (File)
Sep 15 2025, 3:39 AM
Unknown Object (File)
Sep 4 2025, 9:45 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