mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
With19812661f1, we make sure at runtime in the stub itself that SizeOfImage from the Linux EFISTUB PE binary is taken into account, so there's no need to take this into account in ukify itself. By reverting the ukify change, we again ensure that Misc_VirtualSize reflects the actual size of the Linux EFISTUB PE binary in the .linux section which lots of tooling depends on. It also makes sure we don't measure a bunch of extra zeroes in the stub which should fix systemd-pcrlock measurements as well. This effectively reverts2188c759f9and0005411352. Fixes #35851