From: Sasha Levin Date: Sat, 3 Apr 2021 16:07:43 +0000 (-0400) Subject: Print possible patch dependencies for "FAILED:" mails X-Git-Tag: v4.4.265~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e22d6dc1ef4f2c566884cf8ba51b4be9ccc0ff0e;p=thirdparty%2Fkernel%2Fstable-queue.git Print possible patch dependencies for "FAILED:" mails Signed-off-by: Sasha Levin --- 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"