safeboot-loader icon indicating copy to clipboard operation
safeboot-loader copied to clipboard

build out of tree module

Open osresearch opened this issue 3 years ago • 1 comments

Having to build in tree is problematic for vanilla kernels and updates.

osresearch avatar Feb 24 '22 11:02 osresearch

Looks like the only issue is that efi_kobj is not exported, so creating files in /sys/firmware/efi is a problem. We could patch the kernel to add an export for it, or maybe there is a better way to turn a name into a kobj.

osresearch avatar Mar 03 '22 14:03 osresearch