From e22d6dc1ef4f2c566884cf8ba51b4be9ccc0ff0e Mon Sep 17 00:00:00 2001 From: Sasha Levin Date: Sat, 3 Apr 2021 12:07:43 -0400 Subject: [PATCH] Print possible patch dependencies for "FAILED:" mails Signed-off-by: Sasha Levin --- scripts/bad_stable | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/bad_stable b/scripts/bad_stable index ee49499017d..ed318b14558 100755 --- a/scripts/bad_stable +++ b/scripts/bad_stable @@ -136,6 +136,10 @@ reply() echo "tree, then please email the backport, including the original git commit" echo "id to ." echo + echo "Possible dependencies:" + echo + echo "$(curl -s https://git.kernel.org/pub/scm/linux/kernel/git/sashal/deps.git/plain/v$STABLE_VERSION/$git_id)" + echo echo "thanks," echo echo "greg k-h" -- 2.47.2