Page MenuHomeFreeBSD

mitigations.7: mention supervisor mode memory access protections
ClosedPublic

Authored by emaste on May 31 2024, 2:15 PM.
Tags
None
Referenced Files
F87347484: D45420.diff
Mon, Jul 1, 11:15 PM
Unknown Object (File)
Thu, Jun 27, 5:03 PM
Unknown Object (File)
Mon, Jun 24, 11:42 AM
Unknown Object (File)
Mon, Jun 24, 11:31 AM
Unknown Object (File)
Mon, Jun 24, 11:29 AM
Unknown Object (File)
Mon, Jun 24, 11:26 AM
Unknown Object (File)
Mon, Jun 24, 11:24 AM
Unknown Object (File)
Mon, Jun 24, 11:23 AM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
This revision is now accepted and ready to land.May 31 2024, 2:20 PM
olce added inline comments.
share/man/man7/mitigations.7
249
share/man/man7/mitigations.7
239

small addition staged in my tree

emaste added a reviewer: kib.

Describe the two different features in more detail

This revision now requires review to proceed.May 31 2024, 2:50 PM

It is also worth mentioning that SMAP/PAN provide very effective NULL pointer dereference protection in kernel, and make mapping a page at address zero safe.

share/man/man7/mitigations.7
239

'not owned by the kernel' is a weird formulation, I even have to stop digesting it. The right way to express it is probably 'pages accessible to userspace/non-privileged code'.

andrew added inline comments.
share/man/man7/mitigations.7
248

I think PAN only prevents read/write as it's just for data accesses.

This revision is now accepted and ready to land.May 31 2024, 3:20 PM