Page MenuHomeFreeBSD

execve: Mark exec argument buffers
ClosedPublic

Authored by markj on Mar 27 2021, 11:29 PM.
Tags
None
Referenced Files
F132378548: D29460.id87409.diff
Thu, Oct 16, 9:23 AM
F132367087: D29460.id86417.diff
Thu, Oct 16, 6:52 AM
Unknown Object (File)
Sun, Oct 12, 12:03 PM
Unknown Object (File)
Sat, Oct 4, 9:02 AM
Unknown Object (File)
Sat, Oct 4, 4:18 AM
Unknown Object (File)
Fri, Oct 3, 2:51 PM
Unknown Object (File)
Sep 16 2025, 10:44 PM
Unknown Object (File)
Aug 14 2025, 11:18 PM
Subscribers

Details

Summary

We cache mapped execve argument buffers to avoid the overhead of TLB
shootdowns. Mark them invalid when they are freed to the cache.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable