]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
scripts/bad_stable: allow multiple kernel versions at the same time
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2019 09:06:59 +0000 (10:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2019 09:06:59 +0000 (10:06 +0100)
commitaf42601cd5b89ea831fd63e221cb1863288f8e4a
treef5a7109521a1ee15f0d88b6a9e447d9f1ce52ed4
parenta02dd1f0eff0d6902123dfce1a0388c7e5cc0ba2
scripts/bad_stable: allow multiple kernel versions at the same time

This moves the command line options around, from:
bad_stable KERNEL_VERSION GIT_ID
to:
bad_stable GIT_ID KERNEL_VERSION...

where KERNEL_VERSION... is now able to be a list of kernel versions that
the commit failed on.

This should save us some typing...

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/bad_stable