diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index a3a0cc2cc..6888dd711 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,15 +3,15 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -5.1.5 \ -5.0.19-nc \ +5.1.6 \ +5.0.20-nc \ 4.20.17-nc \ -4.19.46-nc \ +4.19.47-nc \ 4.18.20-nc \ 4.17.19-nc \ 4.16.18-nc \ 4.15.18-nc \ -4.14.122-nc \ +4.14.123-nc \ 4.13.16-nc \ 4.12.14-nc \ 4.11.12-nc \ diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index 8ed1c4938..19b7589ee 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -499,8 +499,6 @@ add_file "iscsi-scst/README_in-tree" "Documentation/scst/README.iscsi" \ if [ "${qla2x00t}" = "true" ]; then - download_kernel "${kver3}" || exit $? - ( cd qla2x00t && ./generate-in-tree-patches "$1" ) for f in qla2x00t/in-tree-patches/"$1"/*.patch; do @@ -527,8 +525,6 @@ if [ "${qla2x00t}" = "true" ]; then elif [ "${qla2x00t_32gbit}" = "true" ]; then - download_kernel "${kver3}" || exit $? - ( cd qla2x00t-32gbit && ./generate-in-tree-patches "$1" ) for f in qla2x00t-32gbit/in-tree-patches/"$1"/*.patch; do