diff --git a/nightly/conf/nightly.conf b/nightly/conf/nightly.conf index 6888dd711..6c628c5cd 100644 --- a/nightly/conf/nightly.conf +++ b/nightly/conf/nightly.conf @@ -3,25 +3,25 @@ ABT_DETAILS="x86_64" ABT_JOBS=5 ABT_KERNELS=" \ -5.1.6 \ +5.1.9 \ 5.0.20-nc \ 4.20.17-nc \ -4.19.47-nc \ +4.19.50-nc \ 4.18.20-nc \ 4.17.19-nc \ 4.16.18-nc \ 4.15.18-nc \ -4.14.123-nc \ +4.14.125-nc \ 4.13.16-nc \ 4.12.14-nc \ 4.11.12-nc \ 4.10.17-nc \ -4.9.179-nc \ +4.9.181-nc \ 4.8.17-nc \ 4.7.10-nc \ 4.6.7-nc \ 4.5.7-nc \ -4.4.180-nc \ +4.4.181-nc \ 4.3.6-nc \ 4.2.8-nc \ 4.1.52-nc \ diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index ed2a25e90..9c59e2352 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -717,6 +717,11 @@ static const struct scst_sdbops scst_scsi_op_table[] = { .info_op_flags = FLAG_NONE, .info_lba_off = 2, .info_lba_len = 2, .get_cdb_info = get_cdb_info_lba_2_none}, + {.ops = 0x0B, .devkey = " O ", + .info_op_name = "SET CAPACITY", + .info_data_direction = SCST_DATA_NONE, + .info_op_flags = SCST_WRITE_MEDIUM|SCST_STRICTLY_SERIALIZED, + .get_cdb_info = get_cdb_info_none}, {.ops = 0x0B, .devkey = " O ", .info_op_name = "SLEW AND PRINT", .info_data_direction = SCST_DATA_NONE,