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)
Sun, Sep 21, 9:28 PM
Unknown Object (File)
Sep 18 2025, 3:09 AM
Unknown Object (File)
Sep 13 2025, 11:38 PM
Unknown Object (File)
Sep 13 2025, 10:22 PM
Unknown Object (File)
Sep 13 2025, 7:50 AM
Unknown Object (File)
Sep 7 2025, 5:54 AM
Unknown Object (File)
Sep 1 2025, 2:37 PM
Unknown Object (File)
Aug 10 2025, 6:20 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.