You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ukify: do not fail if pefile complains about hardcoded 256MB limit
pefile has an hardcoded limit to 256MB per section:
erocarrera/pefile#396
When building an initrd with large firmware files and
lots of kernel modules, this limit can be reached.
Skip over those warnings.
(cherry picked from commit 32caed550f5a81eb87d2e39bc83917df2898d844)
0 commit comments