On 3/13/26 11:28, Ilias Apalodimas wrote:
Thanks Michal The code looks sane apart from the runtime part. [...]+ + if (!memcmp(old_data, data1, size1)) {So this will probably blowup in Linux. We had similar issues with memcpy and added efi_memcpy_runtime()
ok. It means you want to just do comparison via loop right? M

