From eaec7f86fdc06b894729c933d0e8670054c5acd7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 31 May 2019 14:24:26 +0000 Subject: [PATCH 1/2] nightly build: Update kernel versions git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8405 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- nightly/conf/nightly.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 \ From 4c74d8a2c764a3cfe38258cdd3cfbfcbfa73f953 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 2 Jun 2019 15:01:46 +0000 Subject: [PATCH 2/2] scripts/generate-kernel-patch: Remove obsolete download_kernel() calls See also 0dceefe87878 ("qla2x00t, scripts: Introduce download_and_extract_kernel_tree()") / r8117. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8406 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 4 ---- 1 file changed, 4 deletions(-) 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