Page MenuHomeFreeBSD

proc: Export the max_protection bitmap of map entries
AbandonedPublic

Authored by markj on Aug 14 2024, 3:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 15, 4:54 PM
Unknown Object (File)
Wed, Feb 12, 4:31 AM
Unknown Object (File)
Nov 24 2024, 10:18 PM
Unknown Object (File)
Nov 9 2024, 3:22 AM
Unknown Object (File)
Oct 27 2024, 11:37 PM
Unknown Object (File)
Oct 22 2024, 9:53 AM
Unknown Object (File)
Oct 22 2024, 8:43 AM
Unknown Object (File)
Oct 18 2024, 9:26 PM
Subscribers

Details

Reviewers
kib
brooks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 59019
Build 55906: arc lint + arc unit

Event Timeline

markj requested review of this revision.Aug 14 2024, 3:16 PM
sys/kern/kern_proc.c
2605

etc

sys/sys/user.h
572

Did you considered packing maxprotection into kve_protection with PROT_MAX() instead, to not consume spare?

markj added inline comments.
sys/sys/user.h
572

I hadn't considered that. I'm not convinced that it's really important to avoid consuming spares, given how many we have left, but I will change it.

I forgot that I posted this. Superseded by commit 409c2fa385aa34baf7dd86bed2e86fbff16ad86d.