2 # SPDX-License-Identifier: GPL-2.0-only
4 # Print the minimum supported version of the given tool.
5 # When you raise the minimum version, please update
6 # Documentation/process/changes.rst as well.
11 echo "Usage: $0 toolname" >&2
27 # https://lore.kernel.org/r/YMtib5hKVyNknZt3@osiris/
28 if [ "$SRCARCH" = s390 ]; then
35 echo "$1: unknown tool" >&2