Page MenuHomeFreeBSD

stand/geli: Allocate saved_keys instead of making it static
AcceptedPublic

Authored by imp on Sep 14 2022, 7:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 30, 4:13 AM
Unknown Object (File)
Thu, Mar 19, 2:15 AM
Unknown Object (File)
Feb 27 2026, 3:01 PM
Unknown Object (File)
Jan 27 2026, 6:46 AM
Unknown Object (File)
Jan 22 2026, 11:01 PM
Unknown Object (File)
Jan 21 2026, 5:49 AM
Unknown Object (File)
Dec 11 2025, 7:34 PM
Unknown Object (File)
Dec 6 2025, 10:39 PM
Subscribers

Details

Reviewers
manu
kevans
tsoome
Summary

The saved_keys buffer is 4k and was allocated in bss. Dynamically
allocate it at runtime. This saves 4k of space in the lower 640k.

Sponsored by: Netflix

Diff Detail

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