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)
Thu, Oct 10, 9:23 AM
Unknown Object (File)
Tue, Oct 1, 9:36 AM
Unknown Object (File)
Fri, Sep 27, 5:05 AM
Unknown Object (File)
Fri, Sep 13, 8:16 AM
Unknown Object (File)
Fri, Sep 13, 6:44 AM
Unknown Object (File)
Sep 9 2024, 3:44 AM
Unknown Object (File)
Sep 8 2024, 11:06 PM
Unknown Object (File)
Sep 8 2024, 3:49 AM
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.