Page MenuHomeFreeBSD

libefivar: Move to new ioctl struct
ClosedPublic

Authored by imp on Apr 28 2025, 11:57 PM.
Tags
None
Referenced Files
F123131637: D50058.id154422.diff
Fri, Jul 11, 11:33 AM
Unknown Object (File)
Tue, Jun 24, 11:03 AM
Unknown Object (File)
Tue, Jun 24, 7:08 AM
Unknown Object (File)
Mon, Jun 23, 9:36 PM
Unknown Object (File)
Sun, Jun 22, 4:57 PM
Unknown Object (File)
Sun, Jun 22, 1:38 PM
Unknown Object (File)
Sat, Jun 21, 5:35 PM
Unknown Object (File)
Sat, Jun 21, 10:14 AM
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.