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)
Fri, May 10, 7:55 AM
Unknown Object (File)
Wed, May 1, 9:49 AM
Unknown Object (File)
Tue, Apr 23, 8:56 PM
Unknown Object (File)
Feb 5 2024, 3:48 AM
Unknown Object (File)
Dec 22 2023, 11:57 PM
Unknown Object (File)
Sep 2 2023, 9:01 PM
Unknown Object (File)
Sep 2 2023, 9:00 PM
Unknown Object (File)
Sep 2 2023, 8:59 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