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
As seen in this PR ctrliq/kernel-src-tree#271 (comment) there is a desire to be able to use GKH-stable LongTerm commit shas when they actually match up to what we can use in the Rocky LTS kernels.
Things that need to happen:
If provided sha cannot be found in linus-mainline then fall back to long term kernel.
Parse long term message for upstream sha, its format has changed since they started doing this
Validate that the sha is valid in LInus's tree (just in case)
Find the Tag that the GKH sha belongs too and included it in the upstream-diff to reference which LongTerm branch it belongs too.