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)
Sat, Nov 15, 4:36 PM
Unknown Object (File)
Wed, Nov 12, 12:07 AM
Unknown Object (File)
Thu, Oct 30, 12:47 AM
Unknown Object (File)
Wed, Oct 22, 3:44 AM
Unknown Object (File)
Oct 11 2025, 12:21 AM
Unknown Object (File)
Oct 11 2025, 12:21 AM
Unknown Object (File)
Oct 10 2025, 5:50 PM
Unknown Object (File)
Oct 5 2025, 5:37 AM
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