Page MenuHomeFreeBSD

libefivar: Move to new ioctl struct
ClosedPublic

Authored by imp on Apr 28 2025, 11:57 PM.
Tags
None
Referenced Files
F151401347: D50058.diff
Wed, Apr 8, 4:39 AM
Unknown Object (File)
Tue, Apr 7, 9:10 AM
Unknown Object (File)
Sun, Apr 5, 9:36 PM
Unknown Object (File)
Thu, Apr 2, 2:00 AM
Unknown Object (File)
Wed, Mar 25, 9:12 PM
Unknown Object (File)
Sun, Mar 22, 11:11 AM
Unknown Object (File)
Fri, Mar 20, 7:06 AM
Unknown Object (File)
Sun, Mar 15, 1:54 PM
Subscribers
None

Details

Summary

Move to the newer ioctl 'struct efi_var_ioctl' which uses efi_guid_t
instead of struct uuid. This allows for direct assignment agaain.

Sponsored by: Netflix

Diff Detail

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

Event Timeline

imp requested review of this revision.Apr 28 2025, 11:57 PM
imp created this revision.
This revision is now accepted and ready to land.Apr 29 2025, 8:02 AM
kib added inline comments.
lib/libefivar/efivar.c
90

This is a straight space?

imp retitled this revision from livefivar: Move to new ioctl struct to efivar: Move to new ioctl struct.May 1 2025, 5:45 PM
imp retitled this revision from efivar: Move to new ioctl struct to libefivar: Move to new ioctl struct.
lib/libefivar/efivar.c
90

oh! That's no good. Fixed before commit

This revision was automatically updated to reflect the committed changes.