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
This github actions checks the PR commits for references to upstream
linux commits (lines starting with "commit <hash>") and does two things:
1. Checks that this hash exists in the upstream linux kernel history
2. Checks if there are any Fixes: references for the referenced commit
in the upstream linux kernel history
If either of those are found to be true a comment is added to the PR with
the pertinent information.
The logic for the check is provided by the check_upstream_commits.py script
from kernel-src-tree-tools
0 commit comments