Page MenuHomeFreeBSD

libefivar: Move to new ioctl struct
ClosedPublic

Authored by imp on Apr 28 2025, 11:57 PM.
Tags
None
Referenced Files
F171663066: D50058.id154642.diff
Sat, Sep 12, 12:48 PM
Unknown Object (File)
Wed, Sep 9, 6:51 PM
Unknown Object (File)
Sun, Sep 6, 2:37 PM
Unknown Object (File)
Fri, Aug 28, 1:38 PM
Unknown Object (File)
Fri, Aug 28, 1:29 PM
Unknown Object (File)
Fri, Aug 28, 12:50 PM
Unknown Object (File)
Sat, Aug 15, 6:03 PM
Unknown Object (File)
Sat, Aug 15, 5:03 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.