WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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
CI: Fix revert of fatal objtool patch due to context change.
The kernel tree has changed enough that a straight revert
of kernel commit torvalds/linux@0b10177
now fails (a workaround added in commit 22e8f13).
Kernel commit torvalds/linux@5995330
modified the context of the diff used in the revert, and then kernel commit
torvalds/linux@5f326c8
completely changed the control flow in a way that makes the revert fail.
Use a new diff crafted by hand that undoes the effect of the
original patch.
0 commit comments