From 427981871e706b972e4e74008b95ff81b269dec3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 3 Jan 2021 03:20:00 +0000 Subject: [PATCH 1/2] scst_lib: Fix spelling of "SEND DVD STRUCTURE" Reported-by: Rob Turk git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9322 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 61eb4e789..f919cdcf9 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -1657,7 +1657,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = { .info_len_off = 6, .info_len_len = 4, .get_cdb_info = get_cdb_info_len_4}, {.ops = 0xBF, .devkey = " O ", - .info_op_name = "SEND DVD STRUCTUE", + .info_op_name = "SEND DVD STRUCTURE", .info_data_direction = SCST_DATA_WRITE, .info_op_flags = FLAG_NONE, .info_len_off = 8, .info_len_len = 4, From e6561891ffcb8055c8a53197d2a1b86cabdc29d5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 4 Jan 2021 02:14:20 +0000 Subject: [PATCH 2/2] nightly build: Update kernel versions git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9323 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- nightly/conf/nightly.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index 82b0c2c47..9c61324ee 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,33 +3,34 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -5.9.10 \ +5.10.4 \ +5.9.16-nc \ 5.8.18-nc \ 5.7.19-nc \ 5.6.19-nc \ 5.5.19-nc \ -5.4.80-nc \ +5.4.86-nc \ 5.3.18-nc \ 5.2.21-nc \ 5.1.21-nc \ 5.0.21-nc \ 4.20.17-nc \ -4.19.160-nc \ +4.19.164-nc \ 4.18.20-nc \ 4.17.19-nc \ 4.16.18-nc \ 4.15.18-nc \ -4.14.209-nc \ +4.14.213-nc \ 4.13.16-nc \ 4.12.14-nc \ 4.11.12-nc \ 4.10.17-nc \ -4.9.246-nc \ +4.9.249-nc \ 4.8.17-nc \ 4.7.10-nc \ 4.6.7-nc \ 4.5.7-nc \ -4.4.246-nc \ +4.4.249-nc \ 4.3.6-nc \ 4.2.8-nc \ 4.1.52-nc \