Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
21
.gitignore
vendored
21
.gitignore
vendored
@ -1 +1,20 @@
|
||||
SOURCES/sg3_utils-1.44.tar.xz
|
||||
sg3_utils-1.29.tgz
|
||||
rescan-scsi-bus.sh-1.35
|
||||
/sg3_utils-1.31.tgz
|
||||
/sg3_utils-1.33.tgz
|
||||
/rescan-scsi-bus.sh-1.56
|
||||
/sg3_utils-1.34.tgz
|
||||
/sg3_utils-1.35.tgz
|
||||
/sg3_utils-1.36.tgz
|
||||
/sg3_utils-1.37.tgz
|
||||
/sg3_utils-1.38.tgz
|
||||
/sg3_utils-1.39.tgz
|
||||
/sg3_utils-1.40.tgz
|
||||
/sg3_utils-1.41.tgz
|
||||
/sg3_utils-1.42.tar.xz
|
||||
/sg3_utils-1.44.tar.xz
|
||||
/sg3_utils-1.45.tar.xz
|
||||
/sg3_utils-1.47r900.tgz
|
||||
/sg3_utils-1.47r904.tgz
|
||||
/sg3_utils-1.47r908.tgz
|
||||
/sg3_utils-1.47.tar.xz
|
||||
|
@ -1 +0,0 @@
|
||||
b00dae1fc53fc4d31202f7a590233d98c1dda4d8 SOURCES/sg3_utils-1.44.tar.xz
|
@ -0,0 +1,13 @@
|
||||
diff -up sg3_utils-1.47/scripts/58-scsi-sg3_symlink.rules.bak sg3_utils-1.47/scripts/58-scsi-sg3_symlink.rules
|
||||
--- sg3_utils-1.47/scripts/58-scsi-sg3_symlink.rules.bak 2021-10-31 02:36:51.000000000 +0100
|
||||
+++ sg3_utils-1.47/scripts/58-scsi-sg3_symlink.rules 2024-11-05 13:51:48.624929865 +0100
|
||||
@@ -5,6 +5,9 @@ ACTION=="remove", GOTO="sg3_utils_symlin
|
||||
SUBSYSTEM!="block", GOTO="sg3_utils_symlink_end"
|
||||
ENV{UDEV_DISABLE_PERSISTENT_STORAGE_RULES_FLAG}=="1", GOTO="sg3_utils_symlink_end"
|
||||
|
||||
+# Skip symlink generation for multipath
|
||||
+ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="sg3_utils_symlink_end"
|
||||
+
|
||||
# Select which identifier to use per default
|
||||
# 0: vpd page 0x80 identifier
|
||||
ENV{SCSI_IDENT_SERIAL}=="?*", ENV{DEVTYPE}=="disk", SYMLINK+="disk/by-id/scsi-S$env{SCSI_VENDOR}_$env{SCSI_MODEL}_$env{SCSI_IDENT_SERIAL}"
|
@ -1,14 +0,0 @@
|
||||
#
|
||||
# Blacklist specific USB devices
|
||||
#
|
||||
# don't inquire sn and di on broken devices (https://bugzilla.suse.com/show_bug.cgi?id=840054)
|
||||
|
||||
ACTION!="add|change", GOTO="usb_blacklist_end"
|
||||
KERNEL!="sd*[!0-9]|sr*", GOTO="usb_blacklist_end"
|
||||
|
||||
# unkown device
|
||||
ATTRS{idVendor}=="0aec", ATTRS{idProduct}=="3260", ENV{ID_SCSI_INQUIRY}="1"
|
||||
# Sony/JMicron port replicator
|
||||
ATTRS{idVendor}=="054c", ATTRS{idProduct}=="06a0", ENV{ID_SCSI_INQUIRY}="1"
|
||||
|
||||
LABEL="usb_blacklist_end"
|
@ -1,17 +0,0 @@
|
||||
#
|
||||
# FC WWPN-based by-path links
|
||||
#
|
||||
|
||||
ACTION!="add|change", GOTO="fc_wwpn_end"
|
||||
KERNEL!="sd*", GOTO="fc_wwpn_end"
|
||||
|
||||
ENV{DEVTYPE}=="disk", IMPORT{program}="fc_wwpn_id %p"
|
||||
ENV{DEVTYPE}=="partition", IMPORT{parent}="FC_*"
|
||||
ENV{FC_TARGET_WWPN}!="?*", GOTO="fc_wwpn_end"
|
||||
ENV{FC_INITIATOR_WWPN}!="?*", GOTO="fc_wwpn_end"
|
||||
ENV{FC_TARGET_LUN}!="?*", GOTO="fc_wwpn_end"
|
||||
|
||||
ENV{DEVTYPE}=="disk", SYMLINK+="disk/by-path/fc-$env{FC_INITIATOR_WWPN}-$env{FC_TARGET_WWPN}-lun-$env{FC_TARGET_LUN}"
|
||||
ENV{DEVTYPE}=="partition", SYMLINK+="disk/by-path/fc-$env{FC_INITIATOR_WWPN}-$env{FC_TARGET_WWPN}-lun-$env{FC_TARGET_LUN}-part%n"
|
||||
|
||||
LABEL="fc_wwpn_end"
|
File diff suppressed because it is too large
Load Diff
@ -1,25 +0,0 @@
|
||||
From 37b8af8278bba0b116b579950218f2e610a2ab2b Mon Sep 17 00:00:00 2001
|
||||
From: jtpittman195 <jpittman@redhat.com>
|
||||
Date: Fri, 4 Oct 2019 10:58:24 -0400
|
||||
Subject: [PATCH] fc_wwpn_id: add condition to FC_TARGET_LUN return
|
||||
|
||||
If there is no relevant fc_remote_port or fc_host found, there is no need to return the target_lun number. Returning with no condition causes a FC_TARGET_LUN value to be present in the udev database for devices that are not fibre attached. Add condition to check.
|
||||
---
|
||||
scripts/fc_wwpn_id | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/scripts/fc_wwpn_id b/scripts/fc_wwpn_id
|
||||
index c8d0189..b05c5e8 100644
|
||||
--- a/scripts/fc_wwpn_id
|
||||
+++ b/scripts/fc_wwpn_id
|
||||
@@ -38,7 +38,9 @@ while [ -n "$d" ] ; do
|
||||
esac
|
||||
done
|
||||
|
||||
-echo "FC_TARGET_LUN=$target_lun"
|
||||
+if [ -n "$rport_wwpn" ] || [ -n "$host_wwpn" ] ; then
|
||||
+ echo "FC_TARGET_LUN=$target_lun"
|
||||
+fi
|
||||
|
||||
if [ -n "$rport_wwpn" ] ; then
|
||||
echo "FC_TARGET_WWPN=$rport_wwpn"
|
@ -1,28 +0,0 @@
|
||||
From c683e6e2bc62b43c140934b919323d107b0a48cb Mon Sep 17 00:00:00 2001
|
||||
From: Tomas Bzatek <tbzatek@redhat.com>
|
||||
Date: Tue, 28 May 2019 16:06:06 +0200
|
||||
Subject: [PATCH] sg_raw: do not print error about device not specified on
|
||||
version request
|
||||
|
||||
---
|
||||
src/sg_raw.c | 7 +++++++
|
||||
1 file changed, 7 insertions(+)
|
||||
|
||||
diff --git a/src/sg_raw.c b/src/sg_raw.c
|
||||
index 33a85f7c..453ff42a 100644
|
||||
--- a/src/sg_raw.c
|
||||
+++ b/src/sg_raw.c
|
||||
@@ -440,6 +440,13 @@ parse_cmd_line(struct opts_t * op, int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
+ if (op->version_given
|
||||
+#ifdef DEBUG
|
||||
+ && ! op->verbose_given
|
||||
+#endif
|
||||
+ )
|
||||
+ return 0;
|
||||
+
|
||||
if (optind >= argc) {
|
||||
pr2serr("No device specified\n\n");
|
||||
return SG_LIB_SYNTAX_ERROR;
|
@ -1,95 +0,0 @@
|
||||
From a00692315686c7bc061010aa215bcb381181758f Mon Sep 17 00:00:00 2001
|
||||
From: Douglas Gilbert <dgilbert@interlog.com>
|
||||
Date: Wed, 10 Oct 2018 06:50:03 +0000
|
||||
Subject: [PATCH] sg_ses: bug: --page= being overridden when --control and
|
||||
--data= also given; fix; sg_opcodes: expand MLU (18-102r0)
|
||||
|
||||
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@793 6180dd3e-e324-4e3e-922d-17de1ae2f315
|
||||
|
||||
diff --git a/src/sg_ses.c b/src/sg_ses.c
|
||||
index abb1feac..0cce8bd1 100644
|
||||
--- a/src/sg_ses.c
|
||||
+++ b/src/sg_ses.c
|
||||
@@ -70,7 +70,7 @@ static const char * version_str = "2.43 20180810"; /* ses4r02 */
|
||||
#define ELEM_DESC_DPC 0x7
|
||||
#define SHORT_ENC_STATUS_DPC 0x8
|
||||
#define ENC_BUSY_DPC 0x9
|
||||
-#define ADD_ELEM_STATUS_DPC 0xa
|
||||
+#define ADD_ELEM_STATUS_DPC 0xa /* Additional Element Status dpage code */
|
||||
#define SUBENC_HELP_TEXT_DPC 0xb
|
||||
#define SUBENC_STRING_DPC 0xc
|
||||
#define SUPPORTED_SES_DPC 0xd /* should be 0x1 <= dpc <= 0x2f */
|
||||
@@ -108,6 +108,7 @@ static const char * version_str = "2.43 20180810"; /* ses4r02 */
|
||||
#define SAS_CONNECTOR_ETC 0x19
|
||||
#define LAST_ETC SAS_CONNECTOR_ETC /* adjust as necessary */
|
||||
|
||||
+#define TPROTO_PCIE_PS_NVME 1 /* NVMe regarded as subset of PCIe */
|
||||
#define NUM_ETC (LAST_ETC + 1)
|
||||
|
||||
#define DEF_CLEAR_VAL 0
|
||||
@@ -1378,7 +1379,8 @@ parse_cmd_line(struct opts_t *op, int argc, char *argv[])
|
||||
return SG_LIB_SYNTAX_ERROR;
|
||||
}
|
||||
op->do_raw = 0;
|
||||
- if (op->arr_len > 3) {
|
||||
+ /* struct data_in_desc_t stuff does not apply when --control */
|
||||
+ if (op->do_status && (op->arr_len > 3)) {
|
||||
int off;
|
||||
int pc = 0;
|
||||
const uint8_t * bp = op->data_arr + DATA_IN_OFF;
|
||||
@@ -3476,9 +3478,9 @@ additional_elem_helper(const char * pad, const uint8_t * ae_bp,
|
||||
if (len < 6)
|
||||
break;
|
||||
pcie_pt = (ae_bp[5] >> 5) & 0x7;
|
||||
- if (1 == pcie_pt)
|
||||
+ if (TPROTO_PCIE_PS_NVME == pcie_pt)
|
||||
printf("%sPCIe protocol type: NVMe\n", pad);
|
||||
- else {
|
||||
+ else { /* no others currently defined */
|
||||
printf("%sTransport protocol: PCIe subprotocol=0x%x not "
|
||||
"decoded\n", pad, pcie_pt);
|
||||
if (op->verbose)
|
||||
@@ -3490,7 +3492,7 @@ additional_elem_helper(const char * pad, const uint8_t * ae_bp,
|
||||
ae_bp[5] & 1);
|
||||
printf(", device slot number: %d\n", ae_bp[7]);
|
||||
|
||||
- pcie_vid = sg_get_unaligned_le16(ae_bp + 10);
|
||||
+ pcie_vid = sg_get_unaligned_le16(ae_bp + 10); /* N.B. LE */
|
||||
printf("%sPCIe vendor id: 0x%" PRIx16 "%s\n", pad, pcie_vid,
|
||||
(0xffff == pcie_vid) ? " (not reported)" : "");
|
||||
printf("%sserial number: %.20s\n", pad, ae_bp + 12);
|
||||
@@ -3505,14 +3507,14 @@ additional_elem_helper(const char * pad, const uint8_t * ae_bp,
|
||||
(int)psn_valid, (int)bdf_valid, (int)cid_valid);
|
||||
if (cid_valid) /* N.B. little endian */
|
||||
printf("%s controller id: 0x%" PRIx16 "\n", pad,
|
||||
- sg_get_unaligned_le16(aep + 1));
|
||||
+ sg_get_unaligned_le16(aep + 1)); /* N.B. LEndian */
|
||||
if (bdf_valid)
|
||||
printf("%s bus number: 0x%x, device number: 0x%x, "
|
||||
"function number: 0x%x\n", pad, aep[4],
|
||||
(aep[5] >> 3) & 0x1f, 0x7 & aep[5]);
|
||||
if (psn_valid) /* little endian, top 3 bits assumed zero */
|
||||
printf("%s physical slot number: 0x%" PRIx16 "\n", pad,
|
||||
- 0x1fff & sg_get_unaligned_le16(aep + 6));
|
||||
+ 0x1fff & sg_get_unaligned_le16(aep + 6)); /* N.B. LE */
|
||||
}
|
||||
break;
|
||||
default:
|
||||
@@ -3524,7 +3526,7 @@ additional_elem_helper(const char * pad, const uint8_t * ae_bp,
|
||||
}
|
||||
}
|
||||
|
||||
-/* ADD_ELEM_STATUS_DPC [0xa]
|
||||
+/* ADD_ELEM_STATUS_DPC [0xa] Additional Element Status dpage
|
||||
* Previously called "Device element status descriptor". Changed "device"
|
||||
* to "additional" to allow for SAS expander and SATA devices */
|
||||
static void
|
||||
@@ -5704,7 +5706,7 @@ main(int argc, char * argv[])
|
||||
uint16_t oacs;
|
||||
|
||||
nvmsr = enc_stat_rsp[253];
|
||||
- oacs = sg_get_unaligned_le16(enc_stat_rsp + 256);
|
||||
+ oacs = sg_get_unaligned_le16(enc_stat_rsp + 256); /* N.B. LE */
|
||||
if (vb > 3)
|
||||
pr2serr("NVMe Identify ctl response: nvmsr=%u, oacs=0x%x\n",
|
||||
nvmsr, oacs);
|
@ -1,24 +0,0 @@
|
||||
From 116e665ddb7b38bb8f7065ddb08192bd3551897d Mon Sep 17 00:00:00 2001
|
||||
From: Tomas Bzatek <tbzatek@redhat.com>
|
||||
Date: Tue, 26 Feb 2019 16:45:59 +0100
|
||||
Subject: [PATCH] sg_turs: fix help invocation in the old mode
|
||||
|
||||
In the old mode the usage was printed out twice when called
|
||||
by `sg_turs -O -?`.
|
||||
---
|
||||
src/sg_turs.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/sg_turs.c b/src/sg_turs.c
|
||||
index 8c6e3792..a318d22c 100644
|
||||
--- a/src/sg_turs.c
|
||||
+++ b/src/sg_turs.c
|
||||
@@ -252,7 +252,7 @@ old_parse_cmd_line(struct opts_t * op, int argc, char * argv[])
|
||||
op->version_given = true;
|
||||
break;
|
||||
case '?':
|
||||
- usage_old();
|
||||
+ ++op->do_help;
|
||||
return 0;
|
||||
default:
|
||||
jmp_out = true;
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
45
rescan-scsi-bus_printf.patch
Normal file
45
rescan-scsi-bus_printf.patch
Normal file
@ -0,0 +1,45 @@
|
||||
From ae6618a9573e7519f6e5c3ea02b7be865dd456d7 Mon Sep 17 00:00:00 2001
|
||||
From: Tomas Bzatek <tbzatek@redhat.com>
|
||||
Date: Mon, 17 Jan 2022 13:54:04 +0100
|
||||
Subject: [PATCH] rescan-scsi-bus: Do not use printf for summary
|
||||
|
||||
A string containing escape sequences can only be supplied
|
||||
to `printf` as the first argument. As there's no format involved
|
||||
in the summary string, just use `echo -e` to process the escaped
|
||||
sequences.
|
||||
|
||||
Fixes the following phenomenon:
|
||||
|
||||
1 new or changed device(s) found.
|
||||
\t[1:0:0:0]\n0 remapped or resized device(s) found.
|
||||
0 device(s) removed.
|
||||
---
|
||||
scripts/rescan-scsi-bus.sh | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/scripts/rescan-scsi-bus.sh b/scripts/rescan-scsi-bus.sh
|
||||
index 23eff3b..5d5d63b 100755
|
||||
--- a/scripts/rescan-scsi-bus.sh
|
||||
+++ b/scripts/rescan-scsi-bus.sh
|
||||
@@ -1384,15 +1384,15 @@ fi
|
||||
|
||||
echo "$found new or changed device(s) found. "
|
||||
if [ ! -z "$FOUNDDEVS" ] ; then
|
||||
- printf "%s" "$FOUNDDEVS"
|
||||
+ echo -e "$FOUNDDEVS"
|
||||
fi
|
||||
echo "$updated remapped or resized device(s) found."
|
||||
if [ ! -z "$CHGDEVS" ] ; then
|
||||
- printf "%s" "$CHGDEVS"
|
||||
+ echo -e "$CHGDEVS"
|
||||
fi
|
||||
echo "$rmvd device(s) removed. "
|
||||
if [ ! -z "$RMVDDEVS" ] ; then
|
||||
- printf "%s" "$RMVDDEVS"
|
||||
+ echo -e "$RMVDDEVS"
|
||||
fi
|
||||
|
||||
# Local Variables:
|
||||
--
|
||||
2.34.1
|
||||
|
27
rescan-scsi-bus_sg_inq-parse.patch
Normal file
27
rescan-scsi-bus_sg_inq-parse.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From 80b570a1f890d2912418f7698213dfca40443fa1 Mon Sep 17 00:00:00 2001
|
||||
From: "Nitin U. Yewale" <nyewale@redhat.com>
|
||||
Date: Mon, 3 Jan 2022 13:12:12 +0530
|
||||
Subject: [PATCH] fix crash with rescan-scsi-bus.sh -r
|
||||
|
||||
---
|
||||
scripts/rescan-scsi-bus.sh | 6 ++++++
|
||||
1 file changed, 6 insertions(+)
|
||||
|
||||
diff --git a/scripts/rescan-scsi-bus.sh b/scripts/rescan-scsi-bus.sh
|
||||
index 46fe6c0..e34ea35 100755
|
||||
--- a/scripts/rescan-scsi-bus.sh
|
||||
+++ b/scripts/rescan-scsi-bus.sh
|
||||
@@ -307,7 +307,13 @@ testonline ()
|
||||
IPREV=$(echo "$INQ" | grep 'Product revision level:' | sed 's/^[^:]*: \(.*\)$/\1/')
|
||||
STR=$(printf " Vendor: %-08s Model: %-16s Rev: %-4s" "$IVEND" "$IPROD" "$IPREV")
|
||||
IPTYPE=$(echo "$INQ" | sed -n 's/.* Device_type=\([0-9]*\) .*/\1/p')
|
||||
+ if [ -z "$IPTYPE" ]; then
|
||||
+ IPTYPE=$(echo "$INQ" | sed -n 's/.* PDT=\([0-9]*\) .*/\1/p')
|
||||
+ fi
|
||||
IPQUAL=$(echo "$INQ" | sed -n 's/ *PQual=\([0-9]*\) Device.*/\1/p')
|
||||
+ if [ -z "$IPQUAL" ] ; then
|
||||
+ IPQUAL=$(echo "$INQ" | sed -n 's/ *PQual=\([0-9]*\) PDT.*/\1/p')
|
||||
+ fi
|
||||
if [ "$IPQUAL" != 0 ] ; then
|
||||
[ -z "$IPQUAL" ] && IPQUAL=3
|
||||
[ -z "$IPTYPE" ] && IPTYPE=31
|
1131
sg3_utils-1.48-covscan_fixes.patch
Normal file
1131
sg3_utils-1.48-covscan_fixes.patch
Normal file
File diff suppressed because it is too large
Load Diff
798
sg3_utils-1.48-initialize_sense_buffers.patch
Normal file
798
sg3_utils-1.48-initialize_sense_buffers.patch
Normal file
@ -0,0 +1,798 @@
|
||||
From 20315aa4fae1340e5d4b1faae15b90ee34b9ea50 Mon Sep 17 00:00:00 2001
|
||||
From: Douglas Gilbert <dgilbert@interlog.com>
|
||||
Date: Sat, 20 Nov 2021 17:13:42 +0000
|
||||
Subject: [PATCH] sg_z_act_query: new utility for sending either a Zone
|
||||
activate or Zone query command; sg_rep_zones: add Report zone starting LBA
|
||||
granularity field in REPORT ZONES response [zbc2r12]; sg_decode_sense: add
|
||||
--nodecode option; initialize all sense buffers to 0; rework main README file
|
||||
|
||||
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@923 6180dd3e-e324-4e3e-922d-17de1ae2f315
|
||||
diff --git a/lib/sg_cmds_basic.c b/lib/sg_cmds_basic.c
|
||||
index 844018c..e177354 100644
|
||||
--- a/lib/sg_cmds_basic.c
|
||||
+++ b/lib/sg_cmds_basic.c
|
||||
@@ -379,7 +379,7 @@ sg_ll_inquiry_com(struct sg_pt_base * ptvp, int sg_fd, bool cmddt, bool evpd,
|
||||
bool local_cdb = true;
|
||||
int res, ret, sense_cat, resid;
|
||||
uint8_t inq_cdb[INQUIRY_CMDLEN] = {INQUIRY_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
uint8_t * up;
|
||||
|
||||
if (resp == NULL) {
|
||||
@@ -738,7 +738,7 @@ sg_ll_request_sense_com(struct sg_pt_base * ptvp, int sg_fd, bool desc,
|
||||
static const char * const rq_s = "request sense";
|
||||
uint8_t rs_cdb[REQUEST_SENSE_CMDLEN] =
|
||||
{REQUEST_SENSE_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
|
||||
if (desc)
|
||||
rs_cdb[1] |= 0x1;
|
||||
@@ -837,7 +837,7 @@ sg_ll_report_luns_com(struct sg_pt_base * ptvp, int sg_fd, int select_report,
|
||||
int ret, res, sense_cat;
|
||||
uint8_t rl_cdb[REPORT_LUNS_CMDLEN] =
|
||||
{REPORT_LUNS_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
|
||||
rl_cdb[2] = select_report & 0xff;
|
||||
sg_put_unaligned_be32((uint32_t)mx_resp_len, rl_cdb + 6);
|
||||
diff --git a/lib/sg_cmds_basic2.c b/lib/sg_cmds_basic2.c
|
||||
index 06bbda6..7772aa4 100644
|
||||
--- a/lib/sg_cmds_basic2.c
|
||||
+++ b/lib/sg_cmds_basic2.c
|
||||
@@ -93,7 +93,7 @@ sg_ll_sync_cache_10(int sg_fd, bool sync_nv, bool immed, int group,
|
||||
int res, ret, sense_cat;
|
||||
uint8_t sc_cdb[SYNCHRONIZE_CACHE_CMDLEN] =
|
||||
{SYNCHRONIZE_CACHE_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (sync_nv)
|
||||
@@ -154,7 +154,7 @@ sg_ll_readcap_16(int sg_fd, bool pmi, uint64_t llba, void * resp,
|
||||
uint8_t rc_cdb[SERVICE_ACTION_IN_16_CMDLEN] =
|
||||
{SERVICE_ACTION_IN_16_CMD, READ_CAPACITY_16_SA,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (pmi) { /* lbs only valid when pmi set */
|
||||
@@ -209,7 +209,7 @@ sg_ll_readcap_10(int sg_fd, bool pmi, unsigned int lba, void * resp,
|
||||
int ret, res, sense_cat;
|
||||
uint8_t rc_cdb[READ_CAPACITY_10_CMDLEN] =
|
||||
{READ_CAPACITY_10_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (pmi) { /* lbs only valid when pmi set */
|
||||
@@ -262,7 +262,7 @@ sg_ll_mode_sense6(int sg_fd, bool dbd, int pc, int pg_code, int sub_pg_code,
|
||||
int res, ret, sense_cat, resid;
|
||||
uint8_t modes_cdb[MODE_SENSE6_CMDLEN] =
|
||||
{MODE_SENSE6_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
modes_cdb[1] = (uint8_t)(dbd ? 0x8 : 0);
|
||||
@@ -361,7 +361,7 @@ sg_ll_mode_sense10_v2(int sg_fd, bool llbaa, bool dbd, int pc, int pg_code,
|
||||
struct sg_pt_base * ptvp;
|
||||
uint8_t modes_cdb[MODE_SENSE10_CMDLEN] =
|
||||
{MODE_SENSE10_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
|
||||
modes_cdb[1] = (uint8_t)((dbd ? 0x8 : 0) | (llbaa ? 0x10 : 0));
|
||||
modes_cdb[2] = (uint8_t)(((pc << 6) & 0xc0) | (pg_code & 0x3f));
|
||||
@@ -448,7 +448,7 @@ sg_ll_mode_select6_v2(int sg_fd, bool pf, bool rtd, bool sp, void * paramp,
|
||||
int res, ret, sense_cat;
|
||||
uint8_t modes_cdb[MODE_SELECT6_CMDLEN] =
|
||||
{MODE_SELECT6_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
modes_cdb[1] = (uint8_t)((pf ? 0x10 : 0x0) | (sp ? 0x1 : 0x0));
|
||||
@@ -519,7 +519,7 @@ sg_ll_mode_select10_v2(int sg_fd, bool pf, bool rtd, bool sp, void * paramp,
|
||||
int res, ret, sense_cat;
|
||||
uint8_t modes_cdb[MODE_SELECT10_CMDLEN] =
|
||||
{MODE_SELECT10_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
modes_cdb[1] = (uint8_t)((pf ? 0x10 : 0x0) | (sp ? 0x1 : 0x0));
|
||||
@@ -818,7 +818,7 @@ sg_ll_log_sense_v2(int sg_fd, bool ppc, bool sp, int pc, int pg_code,
|
||||
int res, ret, sense_cat, resid;
|
||||
uint8_t logs_cdb[LOG_SENSE_CMDLEN] =
|
||||
{LOG_SENSE_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (mx_resp_len > 0xffff) {
|
||||
@@ -902,7 +902,7 @@ sg_ll_log_select(int sg_fd, bool pcr, bool sp, int pc, int pg_code,
|
||||
int res, ret, sense_cat;
|
||||
uint8_t logs_cdb[LOG_SELECT_CMDLEN] =
|
||||
{LOG_SELECT_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (param_len > 0xffff) {
|
||||
@@ -973,7 +973,7 @@ sg_ll_start_stop_unit_com(struct sg_pt_base * ptvp, int sg_fd, bool immed,
|
||||
bool local_cdb = true;
|
||||
int res, ret, sense_cat;
|
||||
uint8_t ssuBlk[START_STOP_CMDLEN] = {START_STOP_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
|
||||
if (immed)
|
||||
ssuBlk[1] = 0x1;
|
||||
@@ -1073,7 +1073,7 @@ sg_ll_prevent_allow(int sg_fd, int prevent, bool noisy, int verbose)
|
||||
int res, ret, sense_cat;
|
||||
uint8_t p_cdb[PREVENT_ALLOW_CMDLEN] =
|
||||
{PREVENT_ALLOW_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if ((prevent < 0) || (prevent > 3)) {
|
||||
diff --git a/lib/sg_cmds_extra.c b/lib/sg_cmds_extra.c
|
||||
index cbcc844..7d4f453 100644
|
||||
--- a/lib/sg_cmds_extra.c
|
||||
+++ b/lib/sg_cmds_extra.c
|
||||
@@ -125,7 +125,7 @@ sg_ll_get_lba_status16(int sg_fd, uint64_t start_llba, uint8_t rt,
|
||||
static const char * const cdb_s = "Get LBA status(16)";
|
||||
int res, s_cat, ret;
|
||||
uint8_t getLbaStatCmd[SERVICE_ACTION_IN_16_CMDLEN];
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
memset(getLbaStatCmd, 0, sizeof(getLbaStatCmd));
|
||||
@@ -202,7 +202,7 @@ sg_ll_get_lba_status32(int sg_fd, uint64_t start_llba, uint32_t scan_len,
|
||||
static const char * const cdb_s = "Get LBA status(32)";
|
||||
int res, s_cat, ret;
|
||||
uint8_t gls32_cmd[GLS32_CMD_LEN];
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
memset(gls32_cmd, 0, sizeof(gls32_cmd));
|
||||
@@ -281,7 +281,7 @@ sg_ll_report_tgt_prt_grp2(int sg_fd, void * resp, int mx_resp_len,
|
||||
uint8_t rtpg_cdb[MAINTENANCE_IN_CMDLEN] =
|
||||
{MAINTENANCE_IN_CMD, REPORT_TGT_PRT_GRP_SA,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (extended)
|
||||
@@ -346,7 +346,7 @@ sg_ll_set_tgt_prt_grp(int sg_fd, void * paramp, int param_len, bool noisy,
|
||||
uint8_t stpg_cdb[MAINTENANCE_OUT_CMDLEN] =
|
||||
{MAINTENANCE_OUT_CMD, SET_TGT_PRT_GRP_SA,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
sg_put_unaligned_be32((uint32_t)param_len, stpg_cdb + 6);
|
||||
@@ -402,7 +402,7 @@ sg_ll_report_referrals(int sg_fd, uint64_t start_llba, bool one_seg,
|
||||
uint8_t repRef_cdb[SERVICE_ACTION_IN_16_CMDLEN] =
|
||||
{SERVICE_ACTION_IN_16_CMD, REPORT_REFERRALS_SA,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
sg_put_unaligned_be64(start_llba, repRef_cdb + 2);
|
||||
@@ -475,7 +475,7 @@ sg_ll_send_diag_com(struct sg_pt_base * ptvp, int sg_fd, int st_code,
|
||||
int res, ret, s_cat, tmout;
|
||||
uint8_t senddiag_cdb[SEND_DIAGNOSTIC_CMDLEN] =
|
||||
{SEND_DIAGNOSTIC_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
|
||||
senddiag_cdb[1] = (uint8_t)(st_code << 5);
|
||||
if (pf_bit)
|
||||
@@ -593,7 +593,7 @@ sg_ll_receive_diag_com(struct sg_pt_base * ptvp, int sg_fd, bool pcv,
|
||||
static const char * const cdb_s = "Receive diagnostic results";
|
||||
uint8_t rcvdiag_cdb[RECEIVE_DIAGNOSTICS_CMDLEN] =
|
||||
{RECEIVE_DIAGNOSTICS_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
|
||||
if (pcv)
|
||||
rcvdiag_cdb[1] = 0x1;
|
||||
@@ -715,7 +715,7 @@ sg_ll_read_defect10(int sg_fd, bool req_plist, bool req_glist, int dl_format,
|
||||
int res, ret, s_cat;
|
||||
uint8_t rdef_cdb[READ_DEFECT10_CMDLEN] =
|
||||
{READ_DEFECT10_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
rdef_cdb[2] = (dl_format & 0x7);
|
||||
@@ -787,7 +787,7 @@ sg_ll_read_media_serial_num(int sg_fd, void * resp, int mx_resp_len,
|
||||
uint8_t rmsn_cdb[SERVICE_ACTION_IN_12_CMDLEN] =
|
||||
{SERVICE_ACTION_IN_12_CMD, READ_MEDIA_SERIAL_NUM_SA,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
sg_put_unaligned_be32((uint32_t)mx_resp_len, rmsn_cdb + 6);
|
||||
@@ -851,7 +851,7 @@ sg_ll_report_id_info(int sg_fd, int itype, void * resp, int max_resp_len,
|
||||
uint8_t rii_cdb[MAINTENANCE_IN_CMDLEN] = {MAINTENANCE_IN_CMD,
|
||||
REPORT_IDENTIFYING_INFORMATION_SA,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
sg_put_unaligned_be32((uint32_t)max_resp_len, rii_cdb + 6);
|
||||
@@ -917,7 +917,7 @@ sg_ll_set_id_info(int sg_fd, int itype, void * paramp, int param_len,
|
||||
uint8_t sii_cdb[MAINTENANCE_OUT_CMDLEN] = {MAINTENANCE_OUT_CMD,
|
||||
SET_IDENTIFYING_INFORMATION_SA,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
sg_put_unaligned_be32((uint32_t)param_len, sii_cdb + 6);
|
||||
@@ -1000,7 +1000,7 @@ sg_ll_format_unit_v2(int sg_fd, int fmtpinfo, bool longlist, bool fmtdata,
|
||||
int res, ret, s_cat, tmout;
|
||||
uint8_t fu_cdb[FORMAT_UNIT_CMDLEN] =
|
||||
{FORMAT_UNIT_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (fmtpinfo)
|
||||
@@ -1069,7 +1069,7 @@ sg_ll_reassign_blocks(int sg_fd, bool longlba, bool longlist, void * paramp,
|
||||
int res, ret, s_cat;
|
||||
uint8_t reass_cdb[REASSIGN_BLKS_CMDLEN] =
|
||||
{REASSIGN_BLKS_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (longlba)
|
||||
@@ -1128,7 +1128,7 @@ sg_ll_persistent_reserve_in(int sg_fd, int rq_servact, void * resp,
|
||||
int res, ret, s_cat;
|
||||
uint8_t prin_cdb[PERSISTENT_RESERVE_IN_CMDLEN] =
|
||||
{PERSISTENT_RESERVE_IN_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (rq_servact > 0)
|
||||
@@ -1195,7 +1195,7 @@ sg_ll_persistent_reserve_out(int sg_fd, int rq_servact, int rq_scope,
|
||||
int res, ret, s_cat;
|
||||
uint8_t prout_cdb[PERSISTENT_RESERVE_OUT_CMDLEN] =
|
||||
{PERSISTENT_RESERVE_OUT_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (rq_servact > 0)
|
||||
@@ -1274,7 +1274,7 @@ sg_ll_read_long10(int sg_fd, bool pblock, bool correct, unsigned int lba,
|
||||
static const char * const cdb_s = "read long(10)";
|
||||
int res, s_cat, ret;
|
||||
uint8_t readLong_cdb[READ_LONG10_CMDLEN];
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
memset(readLong_cdb, 0, READ_LONG10_CMDLEN);
|
||||
@@ -1366,7 +1366,7 @@ sg_ll_read_long16(int sg_fd, bool pblock, bool correct, uint64_t llba,
|
||||
static const char * const cdb_s = "read long(16)";
|
||||
int res, s_cat, ret;
|
||||
uint8_t readLong_cdb[SERVICE_ACTION_IN_16_CMDLEN];
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
memset(readLong_cdb, 0, sizeof(readLong_cdb));
|
||||
@@ -1459,7 +1459,7 @@ sg_ll_write_long10(int sg_fd, bool cor_dis, bool wr_uncor, bool pblock,
|
||||
static const char * const cdb_s = "write long(10)";
|
||||
int res, s_cat, ret;
|
||||
uint8_t writeLong_cdb[WRITE_LONG10_CMDLEN];
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
memset(writeLong_cdb, 0, WRITE_LONG10_CMDLEN);
|
||||
@@ -1541,7 +1541,7 @@ sg_ll_write_long16(int sg_fd, bool cor_dis, bool wr_uncor, bool pblock,
|
||||
static const char * const cdb_s = "write long(16)";
|
||||
int res, s_cat, ret;
|
||||
uint8_t writeLong_cdb[SERVICE_ACTION_OUT_16_CMDLEN];
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
memset(writeLong_cdb, 0, sizeof(writeLong_cdb));
|
||||
@@ -1628,7 +1628,7 @@ sg_ll_verify10(int sg_fd, int vrprotect, bool dpo, int bytchk,
|
||||
int res, ret, s_cat, slen;
|
||||
uint8_t v_cdb[VERIFY10_CMDLEN] =
|
||||
{VERIFY10_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
/* N.B. BYTCHK field expanded to 2 bits sbc3r34 */
|
||||
@@ -1709,7 +1709,7 @@ sg_ll_verify16(int sg_fd, int vrprotect, bool dpo, int bytchk, uint64_t llba,
|
||||
int res, ret, s_cat, slen;
|
||||
uint8_t v_cdb[VERIFY16_CMDLEN] =
|
||||
{VERIFY16_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
/* N.B. BYTCHK field expanded to 2 bits sbc3r34 */
|
||||
@@ -1807,7 +1807,7 @@ sg_ll_ata_pt(int sg_fd, const uint8_t * cdbp, int cdb_len,
|
||||
int k, res, slen, duration;
|
||||
int ret = -1;
|
||||
uint8_t apt_cdb[ATA_PT_32_CMDLEN];
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
uint8_t * sp;
|
||||
const uint8_t * bp;
|
||||
struct sg_pt_base * ptvp;
|
||||
@@ -1962,7 +1962,7 @@ sg_ll_read_buffer(int sg_fd, int mode, int buffer_id, int buffer_offset,
|
||||
int res, ret, s_cat;
|
||||
uint8_t rbuf_cdb[READ_BUFFER_CMDLEN] =
|
||||
{READ_BUFFER_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
rbuf_cdb[1] = (uint8_t)(mode & 0x1f);
|
||||
@@ -2027,7 +2027,7 @@ sg_ll_write_buffer(int sg_fd, int mode, int buffer_id, int buffer_offset,
|
||||
int res, ret, s_cat;
|
||||
uint8_t wbuf_cdb[WRITE_BUFFER_CMDLEN] =
|
||||
{WRITE_BUFFER_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
wbuf_cdb[1] = (uint8_t)(mode & 0x1f);
|
||||
@@ -2098,7 +2098,7 @@ sg_ll_write_buffer_v2(int sg_fd, int mode, int m_specific, int buffer_id,
|
||||
int res, ret, s_cat;
|
||||
uint8_t wbuf_cdb[WRITE_BUFFER_CMDLEN] =
|
||||
{WRITE_BUFFER_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (buffer_offset > 0xffffff) {
|
||||
@@ -2182,7 +2182,7 @@ sg_ll_unmap_v2(int sg_fd, bool anchor, int group_num, int timeout_secs,
|
||||
int res, ret, s_cat, tmout;
|
||||
uint8_t u_cdb[UNMAP_CMDLEN] =
|
||||
{UNMAP_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (anchor)
|
||||
@@ -2240,7 +2240,7 @@ sg_ll_read_block_limits(int sg_fd, void * resp, int mx_resp_len,
|
||||
int ret, res, s_cat;
|
||||
uint8_t rl_cdb[READ_BLOCK_LIMITS_CMDLEN] =
|
||||
{READ_BLOCK_LIMITS_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (vb) {
|
||||
@@ -2301,7 +2301,7 @@ sg_ll_receive_copy_results(int sg_fd, int sa, int list_id, void * resp,
|
||||
int res, ret, s_cat;
|
||||
uint8_t rcvcopyres_cdb[THIRD_PARTY_COPY_IN_CMDLEN] =
|
||||
{THIRD_PARTY_COPY_IN_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
char b[64];
|
||||
|
||||
@@ -2364,7 +2364,7 @@ sg_ll_extended_copy(int sg_fd, void * paramp, int param_len, bool noisy,
|
||||
int res, ret, s_cat;
|
||||
uint8_t xcopy_cdb[THIRD_PARTY_COPY_OUT_CMDLEN] =
|
||||
{THIRD_PARTY_COPY_OUT_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
const char * cdb_s = "Extended copy (LID1)";
|
||||
|
||||
@@ -2424,7 +2424,7 @@ sg_ll_3party_copy_out(int sg_fd, int sa, unsigned int list_id, int group_num,
|
||||
int res, ret, s_cat, tmout;
|
||||
uint8_t xcopy_cdb[THIRD_PARTY_COPY_OUT_CMDLEN] =
|
||||
{THIRD_PARTY_COPY_OUT_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
char cname[80];
|
||||
|
||||
@@ -2511,7 +2511,7 @@ sg_ll_pre_fetch_x(int sg_fd, bool do_seek10, bool cdb16, bool immed,
|
||||
int res, s_cat, ret, cdb_len, tmout;
|
||||
const char *cdb_s;
|
||||
uint8_t preFetchCdb[PRE_FETCH16_CMDLEN]; /* all use longest cdb */
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
memset(preFetchCdb, 0, sizeof(preFetchCdb));
|
||||
diff --git a/src/sg_bg_ctl.c b/src/sg_bg_ctl.c
|
||||
index a1ca3f2..0e61d38 100644
|
||||
--- a/src/sg_bg_ctl.c
|
||||
+++ b/src/sg_bg_ctl.c
|
||||
@@ -93,7 +93,7 @@ sg_ll_background_control(int sg_fd, unsigned int bo_ctl, unsigned int bo_time,
|
||||
uint8_t bcCDB[16] = {SG_SERVICE_ACTION_IN_16,
|
||||
BACKGROUND_CONTROL_SA, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (bo_ctl)
|
||||
diff --git a/src/sg_compare_and_write.c b/src/sg_compare_and_write.c
|
||||
index e376202..0a30700 100644
|
||||
--- a/src/sg_compare_and_write.c
|
||||
+++ b/src/sg_compare_and_write.c
|
||||
@@ -355,7 +355,7 @@ sg_ll_compare_and_write(int sg_fd, uint8_t * buff, int blocks,
|
||||
uint64_t ull = 0;
|
||||
struct sg_pt_base * ptvp;
|
||||
uint8_t cawCmd[COMPARE_AND_WRITE_CDB_SIZE];
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
|
||||
if (sg_build_scsi_cdb(cawCmd, blocks, lba, flags)) {
|
||||
pr2serr(ME "bad cdb build, lba=0x%" PRIx64 ", blocks=%d\n",
|
||||
diff --git a/src/sg_dd.c b/src/sg_dd.c
|
||||
index 75430dd..2fa3750 100644
|
||||
--- a/src/sg_dd.c
|
||||
+++ b/src/sg_dd.c
|
||||
@@ -715,7 +715,7 @@ sg_read_low(int sg_fd, uint8_t * buff, int blocks, int64_t from_block,
|
||||
int res, slen;
|
||||
const uint8_t * sbp;
|
||||
uint8_t rdCmd[MAX_SCSI_CDBSZ];
|
||||
- uint8_t senseBuff[SENSE_BUFF_LEN];
|
||||
+ uint8_t senseBuff[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_io_hdr io_hdr;
|
||||
|
||||
if (sg_build_scsi_cdb(rdCmd, ifp->cdbsz, blocks, from_block, do_verify,
|
||||
@@ -1124,7 +1124,7 @@ sg_write(int sg_fd, uint8_t * buff, int blocks, int64_t to_block,
|
||||
uint64_t io_addr = 0;
|
||||
const char * op_str = do_verify ? "verifying" : "writing";
|
||||
uint8_t wrCmd[MAX_SCSI_CDBSZ];
|
||||
- uint8_t senseBuff[SENSE_BUFF_LEN];
|
||||
+ uint8_t senseBuff[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_io_hdr io_hdr;
|
||||
|
||||
if (sg_build_scsi_cdb(wrCmd, ofp->cdbsz, blocks, to_block, do_verify,
|
||||
diff --git a/src/sg_format.c b/src/sg_format.c
|
||||
index 0d9b318..b6620ab 100644
|
||||
--- a/src/sg_format.c
|
||||
+++ b/src/sg_format.c
|
||||
@@ -278,7 +278,7 @@ sg_ll_format_medium(int sg_fd, bool verify, bool immed, int format,
|
||||
int ret, res, sense_cat;
|
||||
uint8_t fm_cdb[SG_FORMAT_MEDIUM_CMDLEN] =
|
||||
{SG_FORMAT_MEDIUM_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (verify)
|
||||
@@ -343,7 +343,7 @@ sg_ll_format_with_preset(int sg_fd, bool immed, bool fmtmaxlba,
|
||||
int ret, res, sense_cat;
|
||||
uint8_t fwp_cdb[SG_FORMAT_WITH_PRESET_CMDLEN] =
|
||||
{SG_FORMAT_WITH_PRESET_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (immed)
|
||||
diff --git a/src/sg_get_elem_status.c b/src/sg_get_elem_status.c
|
||||
index c60d984..ea5b7d0 100644
|
||||
--- a/src/sg_get_elem_status.c
|
||||
+++ b/src/sg_get_elem_status.c
|
||||
@@ -144,7 +144,7 @@ sg_ll_get_phy_elem_status(int sg_fd, uint32_t starting_elem, uint8_t filter,
|
||||
uint8_t gpesCmd[16] = {SG_SERVICE_ACTION_IN_16,
|
||||
GET_PHY_ELEM_STATUS_SA, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
static const char * const cmd_name = "Get physical element status";
|
||||
|
||||
diff --git a/src/sg_opcodes.c b/src/sg_opcodes.c
|
||||
index ffa7823..9d90824 100644
|
||||
--- a/src/sg_opcodes.c
|
||||
+++ b/src/sg_opcodes.c
|
||||
@@ -195,7 +195,7 @@ do_rsoc(struct sg_pt_base * ptvp, bool rctd, int rep_opts, int rq_opcode,
|
||||
int ret, res, sense_cat;
|
||||
uint8_t rsoc_cdb[RSOC_CMD_LEN] = {SG_MAINTENANCE_IN, RSOC_SA, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
|
||||
if (rctd)
|
||||
rsoc_cdb[2] |= 0x80;
|
||||
@@ -259,7 +259,7 @@ do_rstmf(struct sg_pt_base * ptvp, bool repd, void * resp, int mx_resp_len,
|
||||
int ret, res, sense_cat;
|
||||
uint8_t rstmf_cdb[RSTMF_CMD_LEN] = {SG_MAINTENANCE_IN, RSTMF_SA,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
|
||||
if (repd)
|
||||
rstmf_cdb[2] = 0x80;
|
||||
diff --git a/src/sg_read.c b/src/sg_read.c
|
||||
index cd10c2e..628e0d8 100644
|
||||
--- a/src/sg_read.c
|
||||
+++ b/src/sg_read.c
|
||||
@@ -296,7 +296,7 @@ sg_bread(int sg_fd, uint8_t * buff, int blocks, int64_t from_block, int bs,
|
||||
bool no_dxfer)
|
||||
{
|
||||
uint8_t rdCmd[MAX_SCSI_CDBSZ];
|
||||
- uint8_t senseBuff[SENSE_BUFF_LEN];
|
||||
+ uint8_t senseBuff[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_io_hdr io_hdr;
|
||||
|
||||
if (sg_build_scsi_cdb(rdCmd, cdbsz, blocks, from_block, false, fua,
|
||||
diff --git a/src/sg_read_attr.c b/src/sg_read_attr.c
|
||||
index 87124d3..b0bcedb 100644
|
||||
--- a/src/sg_read_attr.c
|
||||
+++ b/src/sg_read_attr.c
|
||||
@@ -249,7 +249,7 @@ sg_ll_read_attr(int sg_fd, void * resp, int * residp, bool noisy,
|
||||
uint8_t ra_cdb[SG_READ_ATTRIBUTE_CMDLEN] =
|
||||
{SG_READ_ATTRIBUTE_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
ra_cdb[1] = 0x1f & op->sa;
|
||||
diff --git a/src/sg_read_buffer.c b/src/sg_read_buffer.c
|
||||
index e3dae42..93c32a5 100644
|
||||
--- a/src/sg_read_buffer.c
|
||||
+++ b/src/sg_read_buffer.c
|
||||
@@ -166,7 +166,7 @@ sg_ll_read_buffer_10(int sg_fd, int rb_mode, int rb_mode_sp, int rb_id,
|
||||
int ret, res, sense_cat;
|
||||
uint8_t rb10_cb[SG_READ_BUFFER_10_CMDLEN] =
|
||||
{SG_READ_BUFFER_10_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
rb10_cb[1] = (uint8_t)(rb_mode & 0x1f);
|
||||
@@ -234,7 +234,7 @@ sg_ll_read_buffer_16(int sg_fd, int rb_mode, int rb_mode_sp, int rb_id,
|
||||
uint8_t rb16_cb[SG_READ_BUFFER_16_CMDLEN] =
|
||||
{SG_READ_BUFFER_16_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
rb16_cb[1] = (uint8_t)(rb_mode & 0x1f);
|
||||
diff --git a/src/sg_rep_pip.c b/src/sg_rep_pip.c
|
||||
index f800d81..2f6127e 100644
|
||||
--- a/src/sg_rep_pip.c
|
||||
+++ b/src/sg_rep_pip.c
|
||||
@@ -102,7 +102,7 @@ sg_ll_report_pip(int sg_fd, void * resp, int mx_resp_len, int * residp,
|
||||
uint8_t rz_cdb[SG_MAINT_IN_CMDLEN] =
|
||||
{SG_MAINTENANCE_IN, REPORT_PROVISIONING_INITIALIZATION_PATTERN_SA,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
sg_put_unaligned_be32((uint32_t)mx_resp_len, rz_cdb + 6);
|
||||
diff --git a/src/sg_rep_zones.c b/src/sg_rep_zones.c
|
||||
index 7453ee2..2e719e7 100644
|
||||
--- a/src/sg_rep_zones.c
|
||||
+++ b/src/sg_rep_zones.c
|
||||
@@ -191,7 +194,7 @@ sg_ll_report_zzz(int sg_fd, int serv_act, uint64_t zs_lba, bool partial,
|
||||
uint8_t rz_cdb[SG_ZONING_IN_CMDLEN] =
|
||||
{SG_ZONING_IN, REPORT_ZONES_SA, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
rz_cdb[1] = serv_act;
|
||||
diff --git a/src/sg_requests.c b/src/sg_requests.c
|
||||
index a0afd36..ee0c038 100644
|
||||
--- a/src/sg_requests.c
|
||||
+++ b/src/sg_requests.c
|
||||
@@ -152,7 +152,7 @@ main(int argc, char * argv[])
|
||||
char b[256];
|
||||
uint8_t rs_cdb[REQUEST_SENSE_CMDLEN] =
|
||||
{REQUEST_SENSE_CMD, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
#ifndef SG_LIB_MINGW
|
||||
bool do_time = false;
|
||||
struct timeval start_tm, end_tm;
|
||||
diff --git a/src/sg_reset_wp.c b/src/sg_reset_wp.c
|
||||
index 3a99a72..f3e76b3 100644
|
||||
--- a/src/sg_reset_wp.c
|
||||
+++ b/src/sg_reset_wp.c
|
||||
@@ -88,7 +88,7 @@ sg_ll_reset_write_pointer(int sg_fd, uint64_t zid, uint16_t zc, bool all,
|
||||
int ret, res, sense_cat;
|
||||
uint8_t rwp_cdb[SG_ZONING_OUT_CMDLEN] = {SG_ZONING_OUT,
|
||||
RESET_WRITE_POINTER_SA, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
sg_put_unaligned_be64(zid, rwp_cdb + 2);
|
||||
diff --git a/src/sg_sanitize.c b/src/sg_sanitize.c
|
||||
index 6865e46..ade9be7 100644
|
||||
--- a/src/sg_sanitize.c
|
||||
+++ b/src/sg_sanitize.c
|
||||
@@ -185,7 +185,7 @@ do_sanitize(int sg_fd, const struct opts_t * op, const void * param_lstp,
|
||||
bool immed;
|
||||
int ret, res, sense_cat, timeout;
|
||||
uint8_t san_cdb[SANITIZE_OP_LEN];
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (op->early || op->wait)
|
||||
diff --git a/src/sg_stream_ctl.c b/src/sg_stream_ctl.c
|
||||
index 3f1ff84..eede6e8 100644
|
||||
--- a/src/sg_stream_ctl.c
|
||||
+++ b/src/sg_stream_ctl.c
|
||||
@@ -116,7 +116,7 @@ sg_ll_get_stream_status(int sg_fd, uint16_t s_str_id, uint8_t * resp,
|
||||
int k, ret, res, sense_cat;
|
||||
uint8_t gssCdb[16] = {SG_SERVICE_ACTION_IN_16,
|
||||
GET_STREAM_STATUS_SA, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
static const char * const cmd_name = "Get stream status";
|
||||
|
||||
@@ -184,7 +184,7 @@ sg_ll_stream_control(int sg_fd, uint32_t str_ctl, uint16_t str_id,
|
||||
int k, ret, res, sense_cat;
|
||||
uint8_t scCdb[16] = {SG_SERVICE_ACTION_IN_16,
|
||||
STREAM_CONTROL_SA, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
static const char * const cmd_name = "Stream control";
|
||||
|
||||
diff --git a/src/sg_sync.c b/src/sg_sync.c
|
||||
index 751b25c..1a8eebf 100644
|
||||
--- a/src/sg_sync.c
|
||||
+++ b/src/sg_sync.c
|
||||
@@ -101,7 +101,7 @@ sg_ll_sync_cache_16(int sg_fd, bool sync_nv, bool immed, int group,
|
||||
uint8_t sc_cdb[SYNCHRONIZE_CACHE16_CMDLEN] =
|
||||
{SYNCHRONIZE_CACHE16_CMD, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
if (sync_nv)
|
||||
diff --git a/src/sg_timestamp.c b/src/sg_timestamp.c
|
||||
index 58f1297..b9da385 100644
|
||||
--- a/src/sg_timestamp.c
|
||||
+++ b/src/sg_timestamp.c
|
||||
@@ -197,7 +197,7 @@ sg_ll_rep_timestamp(int sg_fd, void * resp, int mx_resp_len, int * residp,
|
||||
int k, ret, res, sense_cat;
|
||||
uint8_t rt_cdb[REP_TIMESTAMP_CMDLEN] =
|
||||
{SG_MAINTENANCE_IN, REP_TIMESTAMP_SA, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
sg_put_unaligned_be32((uint32_t)mx_resp_len, rt_cdb + 6);
|
||||
@@ -260,7 +260,7 @@ sg_ll_set_timestamp(int sg_fd, void * paramp, int param_len, bool noisy,
|
||||
uint8_t st_cdb[SET_TIMESTAMP_CMDLEN] =
|
||||
{SG_MAINTENANCE_OUT, SET_TIMESTAMP_SA, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
sg_put_unaligned_be32(param_len, st_cdb + 6);
|
||||
diff --git a/src/sg_write_same.c b/src/sg_write_same.c
|
||||
index bfbfdca..e2213fb 100644
|
||||
--- a/src/sg_write_same.c
|
||||
+++ b/src/sg_write_same.c
|
||||
@@ -169,8 +169,8 @@ do_write_same(int sg_fd, const struct opts_t * op, const void * dataoutp,
|
||||
{
|
||||
int ret, res, sense_cat, cdb_len;
|
||||
uint64_t llba;
|
||||
- uint8_t ws_cdb[WRITE_SAME32_LEN];
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t ws_cdb[WRITE_SAME32_LEN] = {0};
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
cdb_len = op->pref_cdb_size;
|
||||
@@ -194,7 +194,6 @@ do_write_same(int sg_fd, const struct opts_t * op, const void * dataoutp,
|
||||
}
|
||||
if (act_cdb_lenp)
|
||||
*act_cdb_lenp = cdb_len;
|
||||
- memset(ws_cdb, 0, sizeof(ws_cdb));
|
||||
switch (cdb_len) {
|
||||
case WRITE_SAME10_LEN:
|
||||
ws_cdb[0] = WRITE_SAME10_OP;
|
||||
diff --git a/src/sg_write_verify.c b/src/sg_write_verify.c
|
||||
index 1303020..384899b 100644
|
||||
--- a/src/sg_write_verify.c
|
||||
+++ b/src/sg_write_verify.c
|
||||
@@ -129,7 +129,7 @@ run_scsi_transaction(int sg_fd, const uint8_t *cdbp, int cdb_len,
|
||||
{
|
||||
int res, sense_cat, ret;
|
||||
struct sg_pt_base * ptvp;
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
char b[32];
|
||||
|
||||
snprintf(b, sizeof(b), "Write and verify(%d)", cdb_len);
|
||||
diff --git a/src/sg_write_x.c b/src/sg_write_x.c
|
||||
index 504fe26..18d1e7e 100644
|
||||
--- a/src/sg_write_x.c
|
||||
+++ b/src/sg_write_x.c
|
||||
@@ -1053,7 +1053,7 @@ do_write_x(int sg_fd, const void * dataoutp, int dout_len,
|
||||
{
|
||||
int k, ret, res, sense_cat, cdb_len, vb, err;
|
||||
uint8_t x_cdb[WRITE_X_32_LEN]; /* use for both lengths */
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_pt_base * ptvp;
|
||||
|
||||
memset(x_cdb, 0, sizeof(x_cdb));
|
||||
diff --git a/src/sg_zone.c b/src/sg_zone.c
|
||||
index f47e6f6..ff4dc36 100644
|
||||
--- a/src/sg_zone.c
|
||||
+++ b/src/sg_zone.c
|
||||
@@ -133,7 +133,7 @@ sg_ll_zone_out(int sg_fd, int sa, uint64_t zid, uint16_t zc, bool all,
|
||||
struct sg_pt_base * ptvp;
|
||||
uint8_t zo_cdb[SG_ZONING_OUT_CMDLEN] =
|
||||
{SG_ZONING_OUT, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
char b[64];
|
||||
|
||||
zo_cdb[1] = 0x1f & sa;
|
||||
diff --git a/src/sginfo.c b/src/sginfo.c
|
||||
index ba094dc..51a312a 100644
|
||||
--- a/src/sginfo.c
|
||||
+++ b/src/sginfo.c
|
||||
@@ -393,7 +393,7 @@ struct scsi_cmnd_io
|
||||
static int
|
||||
do_scsi_io(struct scsi_cmnd_io * sio)
|
||||
{
|
||||
- uint8_t sense_b[SENSE_BUFF_LEN];
|
||||
+ uint8_t sense_b[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_io_hdr io_hdr;
|
||||
struct sg_scsi_sense_hdr ssh;
|
||||
int res;
|
||||
diff --git a/src/sgm_dd.c b/src/sgm_dd.c
|
||||
index 4909c82..e95fca9 100644
|
||||
--- a/src/sgm_dd.c
|
||||
+++ b/src/sgm_dd.c
|
||||
@@ -471,7 +471,7 @@ sg_read(int sg_fd, uint8_t * buff, int blocks, int64_t from_block,
|
||||
bool print_cdb_after = false;
|
||||
int res;
|
||||
uint8_t rdCmd[MAX_SCSI_CDBSZ];
|
||||
- uint8_t senseBuff[SENSE_BUFF_LEN];
|
||||
+ uint8_t senseBuff[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_io_hdr io_hdr;
|
||||
|
||||
if (sg_build_scsi_cdb(rdCmd, cdbsz, blocks, from_block, false, fua,
|
||||
@@ -568,7 +568,7 @@ sg_write(int sg_fd, uint8_t * buff, int blocks, int64_t to_block,
|
||||
bool print_cdb_after = false;
|
||||
int res;
|
||||
uint8_t wrCmd[MAX_SCSI_CDBSZ];
|
||||
- uint8_t senseBuff[SENSE_BUFF_LEN];
|
||||
+ uint8_t senseBuff[SENSE_BUFF_LEN] = {0};
|
||||
struct sg_io_hdr io_hdr;
|
||||
|
||||
if (sg_build_scsi_cdb(wrCmd, cdbsz, blocks, to_block, true, fua, dpo)) {
|
69
sg3_utils-1.48-rescan-scsi-bus.sh_seq_-s.patch
Normal file
69
sg3_utils-1.48-rescan-scsi-bus.sh_seq_-s.patch
Normal file
@ -0,0 +1,69 @@
|
||||
From 9939d8d804d0ce423824836173c296daf4e13e99 Mon Sep 17 00:00:00 2001
|
||||
From: Douglas Gilbert <dgilbert@interlog.com>
|
||||
Date: Mon, 7 Feb 2022 16:02:32 +0000
|
||||
Subject: [PATCH] rescan-scsi-bus.sh: Use "seq -s"
|
||||
|
||||
Since the commit [git: 8c86fe2; svn rev 815 "library: add to '.so' name;
|
||||
rescan-scsi-bus: multiple patches to sync with Suse], we correctly use
|
||||
quoting when we print $idsearch or $lunsearch. This causes a change in
|
||||
the output of the script, because these number lists are generated by
|
||||
the GNU seq utility, which uses "\n" as default separator, and the
|
||||
quoting now causes the newlines to be preserved. Use "seq -s" to
|
||||
generate space-separated lists instead.
|
||||
|
||||
|
||||
|
||||
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@936 6180dd3e-e324-4e3e-922d-17de1ae2f315
|
||||
---
|
||||
ChangeLog | 4 +++-
|
||||
scripts/rescan-scsi-bus.sh | 12 ++++++------
|
||||
2 files changed, 9 insertions(+), 7 deletions(-)
|
||||
|
||||
diff --git a/scripts/rescan-scsi-bus.sh b/scripts/rescan-scsi-bus.sh
|
||||
index e4eeef1..78544b1 100755
|
||||
--- a/scripts/rescan-scsi-bus.sh
|
||||
+++ b/scripts/rescan-scsi-bus.sh
|
||||
@@ -716,7 +716,7 @@ expandlist ()
|
||||
result="$result $beg";
|
||||
else
|
||||
end=${first#*-}
|
||||
- result="$result $(seq $beg $end)"
|
||||
+ result="$result $(seq -s ' ' $beg $end)"
|
||||
fi
|
||||
[ "$rest" = "$first" ] && rest=""
|
||||
first=${rest%%,*}
|
||||
@@ -1200,7 +1200,7 @@ fi
|
||||
unsetcolor
|
||||
debug=0
|
||||
lunsearch=
|
||||
-opt_idsearch=$(seq 0 7)
|
||||
+opt_idsearch=$(seq -s ' ' 0 7)
|
||||
filter_ids=0
|
||||
opt_channelsearch=
|
||||
remove=
|
||||
@@ -1227,13 +1227,13 @@ while [ ! -z "$opt" ] && [ -z "${opt##-*}" ] ; do
|
||||
f) flush=1 ;;
|
||||
i) lipreset=0 ;;
|
||||
I) shift; lipreset=$opt ;;
|
||||
- l) lunsearch=$(seq 0 7) ;;
|
||||
- L) lunsearch=$(seq 0 "$2"); shift ;;
|
||||
+ l) lunsearch=$(seq -s ' ' 0 7) ;;
|
||||
+ L) lunsearch=$(seq -s ' ' 0 "$2"); shift ;;
|
||||
m) mp_enable=1 ;;
|
||||
r) remove=1 ;;
|
||||
s) resize=1; mp_enable=1 ;;
|
||||
u) update=1 ;;
|
||||
- w) opt_idsearch=$(seq 0 15) ;;
|
||||
+ w) opt_idsearch=$(seq -s ' ' 0 15) ;;
|
||||
-alltargets) existing_targets=;;
|
||||
-attachpq3) scan_flags=$((scan_flags|0x1000000)) ;;
|
||||
-channels=*) arg=${opt#-channels=};opt_channelsearch=$(expandlist "$arg") ;;
|
||||
@@ -1257,7 +1257,7 @@ while [ ! -z "$opt" ] && [ -z "${opt##-*}" ] ; do
|
||||
-sparselun) scan_flags=$((scan_flags|0x40)) ;;
|
||||
-sync) sync=2 ;;
|
||||
-update) update=1;;
|
||||
- -wide) opt_idsearch=$(seq 0 15) ;;
|
||||
+ -wide) opt_idsearch=$(seq -s ' ' 0 15) ;;
|
||||
*) echo "Unknown option -$opt !" ;;
|
||||
esac
|
||||
shift
|
@ -0,0 +1,25 @@
|
||||
From d8d16e8d7b520e7d00003f57ae78233d993cf781 Mon Sep 17 00:00:00 2001
|
||||
From: Tomas Bzatek <tbzatek@redhat.com>
|
||||
Date: Wed, 8 Jun 2022 16:55:19 +0200
|
||||
Subject: [PATCH] sg_vpd_vendor: Fix missing newline in the
|
||||
svpd_decode_vendor() error path
|
||||
|
||||
---
|
||||
src/sg_vpd_vendor.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/sg_vpd_vendor.c b/src/sg_vpd_vendor.c
|
||||
index 4f3b25e..e0d57fc 100644
|
||||
--- a/src/sg_vpd_vendor.c
|
||||
+++ b/src/sg_vpd_vendor.c
|
||||
@@ -1557,6 +1557,6 @@ svpd_decode_vendor(int sg_fd, struct opts_t * op, int off)
|
||||
return 0;
|
||||
}
|
||||
} else
|
||||
- pr2serr("Vendor VPD page=0x%x failed to fetch", op->vpd_pn);
|
||||
+ pr2serr("Vendor VPD page=0x%x failed to fetch\n", op->vpd_pn);
|
||||
return res;
|
||||
}
|
||||
--
|
||||
2.36.1
|
||||
|
@ -1,32 +1,48 @@
|
||||
%global rescan_script rescan-scsi-bus.sh
|
||||
%global _udevlibdir %{_prefix}/lib/udev
|
||||
|
||||
Summary: Utilities for devices that use SCSI command sets
|
||||
Name: sg3_utils
|
||||
Version: 1.44
|
||||
Release: 6%{?dist}
|
||||
Name: sg3_utils
|
||||
Version: 1.47
|
||||
Release: 10%{?dist}
|
||||
License: GPLv2+ and BSD
|
||||
Group: Applications/System
|
||||
Source0: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz
|
||||
URL: https://sg.danny.cz/sg/sg3_utils.html
|
||||
Source0: https://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz
|
||||
Source2: scsi-rescan.8
|
||||
Source10: 40-usb-blacklist.rules
|
||||
Source11: 59-fc-wwpn-id.rules
|
||||
Patch0: BZ_1633235-sg3_utils-1.44-covscan-fix.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1683343
|
||||
# sg_turs: improper usage show
|
||||
Patch1: sg_turs-help.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1627657
|
||||
# sg_raw -V fail
|
||||
Patch2: sg_raw-version.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1760847
|
||||
# FC_TARGET_LUN attribute assigned for non FC device
|
||||
Patch3: fc_wwpn_id-non_FC-devices.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2078107
|
||||
# sg_ses: --page= is incorrectly overridden when --control and --data= are also used
|
||||
Patch4: sg_ses-1.45-page_control_data_args.patch
|
||||
URL: http://sg.danny.cz/sg/sg3_utils.html
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2044433
|
||||
# Covscan fixes
|
||||
Patch0: sg3_utils-1.48-initialize_sense_buffers.patch
|
||||
Patch1: sg3_utils-1.48-covscan_fixes.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2036718
|
||||
# sg_readcap man page contains duplicate -R options
|
||||
Patch2: sg_readcap-man.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2035382
|
||||
# rescan-scsi-bus.sh output shows tab (\t) and newline (\n) characters in output
|
||||
Patch3: rescan-scsi-bus_printf.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2036005
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2035362
|
||||
# rescan-scsi-bus.sh with "-r" switch deletes all scsi devices, especially boot disk which causes the system to hang
|
||||
Patch4: rescan-scsi-bus_sg_inq-parse.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2052512
|
||||
# rescan-scsi-bus.sh: Fix scanning progress output
|
||||
Patch5: sg3_utils-1.48-rescan-scsi-bus.sh_seq_-s.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2073146
|
||||
# missing new line in sg_vpd output
|
||||
Patch6: sg3_utils-1.48-sg_vpd_vendor-Fix-missing-newline-in-the-svpd_decode.patch
|
||||
# https://issues.redhat.com/browse/RHEL-29139
|
||||
# 63-scsi-sg3_symlink.rules sets up symlinks for multipath paths
|
||||
Patch7: 63-scsi-sg3_symlink.rules-DM_MULTIPATH_DEVICE_PATH-skip.patch
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: systemd
|
||||
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: libtool
|
||||
|
||||
|
||||
%description
|
||||
@ -45,14 +61,12 @@ and the incorrect usage of them may render your system inoperable.
|
||||
|
||||
%package libs
|
||||
Summary: Shared library for %{name}
|
||||
Group: System Environment/Libraries
|
||||
|
||||
%description libs
|
||||
This package contains the shared library for %{name}.
|
||||
|
||||
%package devel
|
||||
Summary: Development library and header files for the sg3_utils library
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -60,20 +74,21 @@ This package contains the %{name} library and its header files for
|
||||
developing applications.
|
||||
|
||||
%prep
|
||||
%autosetup -p 1
|
||||
%autosetup -p 1 -n sg3_utils-%{version}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --disable-static
|
||||
|
||||
# Don't use rpath!
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install
|
||||
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
|
||||
install -p -m 755 scripts/%{rescan_script} $RPM_BUILD_ROOT%{_bindir}
|
||||
@ -84,17 +99,14 @@ install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man8
|
||||
# install all extra udev rules
|
||||
mkdir -p $RPM_BUILD_ROOT%{_udevrulesdir}
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/lib/udev
|
||||
install -p -m 644 scripts/40-usb-blacklist.rules $RPM_BUILD_ROOT%{_udevrulesdir}
|
||||
# need to run after 60-persistent-storage.rules
|
||||
install -p -m 644 scripts/55-scsi-sg3_id.rules $RPM_BUILD_ROOT%{_udevrulesdir}/61-scsi-sg3_id.rules
|
||||
# need to run after 62-multipath.rules
|
||||
install -p -m 644 scripts/58-scsi-sg3_symlink.rules $RPM_BUILD_ROOT%{_udevrulesdir}/63-scsi-sg3_symlink.rules
|
||||
install -p -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_udevrulesdir}
|
||||
install -p -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_udevrulesdir}/63-fc-wwpn-id.rules
|
||||
install -p -m 755 scripts/fc_wwpn_id $RPM_BUILD_ROOT/usr/lib/udev
|
||||
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
install -p -m 644 scripts/59-scsi-cciss_id.rules $RPM_BUILD_ROOT%{_udevrulesdir}/65-scsi-cciss_id.rules
|
||||
install -p -m 644 scripts/59-fc-wwpn-id.rules $RPM_BUILD_ROOT%{_udevrulesdir}/63-fc-wwpn-id.rules
|
||||
install -p -m 755 scripts/fc_wwpn_id $RPM_BUILD_ROOT%{_udevlibdir}
|
||||
|
||||
%files
|
||||
%doc AUTHORS BSD_LICENSE COPYING COVERAGE CREDITS ChangeLog README README.sg_start
|
||||
@ -103,8 +115,9 @@ install -p -m 755 scripts/fc_wwpn_id $RPM_BUILD_ROOT/usr/lib/udev
|
||||
%{_udevrulesdir}/61-scsi-sg3_id.rules
|
||||
%{_udevrulesdir}/63-scsi-sg3_symlink.rules
|
||||
%{_udevrulesdir}/63-fc-wwpn-id.rules
|
||||
%{_udevrulesdir}/65-scsi-cciss_id.rules
|
||||
%{_udevrulesdir}/40-usb-blacklist.rules
|
||||
/usr/lib/udev/*
|
||||
%{_udevlibdir}/fc_wwpn_id
|
||||
|
||||
%files libs
|
||||
%doc BSD_LICENSE COPYING
|
||||
@ -116,27 +129,80 @@ install -p -m 755 scripts/fc_wwpn_id $RPM_BUILD_ROOT/usr/lib/udev
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 08 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.44-6
|
||||
- Fix sg_ses --page argument override when --control and --data are specified (#2078107)
|
||||
* Tue Nov 05 2024 Tomas Bzatek <tbzatek@redhat.com> - 1.47-10
|
||||
- Skip symlink generation for multipath (RHEL-29139)
|
||||
|
||||
* Thu Jan 02 2020 Tomas Bzatek <tbzatek@redhat.com> - 1.44-5
|
||||
- Reorder the udev rules to run after 60-persistent-storage.rules (RHBZ #1785062)
|
||||
* Wed Jun 15 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.47-9
|
||||
- Fix missing newline in sg_vpd output (#2073146)
|
||||
|
||||
* Tue Dec 10 2019 Tomas Bzatek <tbzatek@redhat.com> - 1.44-4
|
||||
- Enable supplemental udev rules by default (RHBZ #1746414)
|
||||
* Fri Feb 11 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.47-8
|
||||
- Fix scanning progress output (#2052512)
|
||||
|
||||
* Tue May 28 2019 Tomas Bzatek <tbzatek@redhat.com> - 1.44-3
|
||||
* Thu Jan 27 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.47-7
|
||||
- Fix sg_inq parsing in rescan-scsi-bus.sh (#2036005,#2035362)
|
||||
- Fix rescan-scsi-bus.sh summary print (#2035382)
|
||||
- sg_readcap --zbc man page switch fix (#2036718)
|
||||
- Various Covscan fixes (#2044433)
|
||||
|
||||
* Mon Nov 15 2021 Tomas Bzatek <tbzatek@redhat.com> - 1.47-6
|
||||
- update to stable version 1.47 (svn: r919) (#2011810)
|
||||
|
||||
* Wed Aug 18 2021 Tomas Bzatek <tbzatek@redhat.com> - 1.47-5
|
||||
- update to pre-release version 1.47 (svn: r908) (#1971681)
|
||||
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.47-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Tue Jun 15 2021 Tomas Bzatek <tbzatek@redhat.com> - 1.47-3
|
||||
- update to pre-release version 1.47 (svn: r904) (#1970981)
|
||||
|
||||
* Thu May 27 2021 Tomas Bzatek <tbzatek@redhat.com> - 1.47-2
|
||||
- Rebuild (#1963799)
|
||||
|
||||
* Mon May 17 2021 Tomas Bzatek <tbzatek@redhat.com> - 1.47-1
|
||||
- update to pre-release version 1.47 (svn: r900)
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.45-5
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.45-2
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Thu Mar 12 2020 Dan Horák <dan@danny.cz> - 1.45-1
|
||||
- update to version 1.45 (#1809392)
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.44-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Jan 06 2020 Tomas Bzatek <tbzatek@redhat.com> - 1.44-2
|
||||
- Backport "rescan-scsi-bus.sh: use LUN wildcard in idlist"
|
||||
|
||||
* Fri Jan 03 2020 Tomas Bzatek <tbzatek@redhat.com> - 1.44-1
|
||||
- Rebase to 1.44 release
|
||||
- Enable supplemental udev rules
|
||||
- Fix sg_turs help invocation in an old mode (#1683343)
|
||||
- Fix sg_raw printing error about device not specified on version request (#1627657)
|
||||
- Fix coverity scan warnings (#1633235)
|
||||
|
||||
* Fri Sep 28 2018 Gris Ge <fge@redhat.com> - 1.44-2
|
||||
- Fix coverity scan warninings (RHBZ#1633235)
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Sep 18 2018 Gris Ge <fge@redhat.com> - 1.44-1
|
||||
- Upgrade to 1.44. (RHBZ#1631347)
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Aug 10 2018 Gris Ge <fge@redhat.com> 1.43-0.beta785.1
|
||||
- Upgrade to 1.43 beta r785.
|
||||
* Mon Jul 16 2018 Dan Horák <dan[at]danny.cz> - 1.42-6
|
||||
- fix build with new glibc - use sysmacros.h for major()/minor()
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
25
sg_readcap-man.patch
Normal file
25
sg_readcap-man.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 975c80c40b7e4244de94acc95144d81f80e08cb1 Mon Sep 17 00:00:00 2001
|
||||
From: Tomas Bzatek <tbzatek@redhat.com>
|
||||
Date: Mon, 17 Jan 2022 14:50:27 +0100
|
||||
Subject: [PATCH] man: Fix sg_readcap -z argument in the old options
|
||||
|
||||
---
|
||||
doc/sg_readcap.8 | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/doc/sg_readcap.8 b/doc/sg_readcap.8
|
||||
index fa2afd3..d936ef9 100644
|
||||
--- a/doc/sg_readcap.8
|
||||
+++ b/doc/sg_readcap.8
|
||||
@@ -178,7 +178,7 @@ and '\-vvv' are also accepted yielding greater verbosity.
|
||||
\fB\-V\fR
|
||||
outputs version string then exits.
|
||||
.TP
|
||||
-\fB\-R\fR
|
||||
+\fB\-z\fR
|
||||
Equivalent to \fI\-\-zbc\fR in the main description.
|
||||
.SH ENVIRONMENT VARIABLES
|
||||
Since sg3_utils version 1.23 the environment variable SG3_UTILS_OLD_OPTS
|
||||
--
|
||||
2.34.1
|
||||
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (sg3_utils-1.47.tar.xz) = ef072b8f0012d0944e21d2134aff7125e24ea24d1cbbb1aa79160e844f9a60236f1e244437a3bc08a22a7e99f613adad4a05ae5cc3916ded5a72d162cd3aa163
|
3
tests/README.md
Normal file
3
tests/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# sg3_utils
|
||||
|
||||
Smoke test for sg3_utils
|
674
tests/sg3_utils_smoke/LICENSE
Normal file
674
tests/sg3_utils_smoke/LICENSE
Normal file
@ -0,0 +1,674 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
{one line to give the program's name and a brief idea of what it does.}
|
||||
Copyright (C) {year} {name of author}
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
{project} Copyright (C) {year} {fullname}
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
60
tests/sg3_utils_smoke/Makefile
Normal file
60
tests/sg3_utils_smoke/Makefile
Normal file
@ -0,0 +1,60 @@
|
||||
|
||||
# Copyright (c) 2016 Red Hat, Inc.
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Author: guazhang <guazhang@redhat.com>
|
||||
|
||||
TOPLEVEL_NAMESPACE=kernel
|
||||
|
||||
PACKAGE_NAME=storage/block/sg3_utils
|
||||
|
||||
RELATIVE_PATH=sg3_utils_smoke
|
||||
|
||||
export TESTVERSION=1.0
|
||||
|
||||
export TEST=/$(TOPLEVEL_NAMESPACE)/$(PACKAGE_NAME)/$(RELATIVE_PATH)
|
||||
|
||||
.PHONY: all install download clean
|
||||
|
||||
BUILT_FILES=
|
||||
|
||||
FILES=$(METADATA) Makefile PURPOSE runtest.sh
|
||||
|
||||
run: $(FILES) build
|
||||
./runtest.sh
|
||||
|
||||
build: $(BUILT_FILES)
|
||||
chmod a+x ./runtest.sh
|
||||
|
||||
clean:
|
||||
rm -f *~ *.rpm $(BUILT_FILES)
|
||||
|
||||
|
||||
include /usr/share/rhts/lib/rhts-make.include
|
||||
|
||||
$(METADATA): Makefile
|
||||
@touch $(METADATA)
|
||||
@echo "Owner: guazhang <guazhang@redhat.com>" > $(METADATA)
|
||||
@echo "Name: $(TEST)" >> $(METADATA)
|
||||
@echo "Path: $(TEST_DIR)" >> $(METADATA)
|
||||
@echo "License: GPL" >> $(METADATA)
|
||||
@echo "TestVersion: $(TESTVERSION)" >> $(METADATA)
|
||||
@echo "Description: sg3_utils_smoke">> $(METADATA)
|
||||
@echo "TestTime: 2h" >> $(METADATA)
|
||||
@echo "RunFor: $(PACKAGE_NAME)" >> $(METADATA)
|
||||
@echo "Requires: $(PACKAGE_NAME)" >> $(METADATA)
|
||||
@echo "RhtsRequires: sg3_utils" >> $(METADATA)
|
||||
|
||||
rhts-lint $(METADATA)
|
9
tests/sg3_utils_smoke/PURPOSE
Normal file
9
tests/sg3_utils_smoke/PURPOSE
Normal file
@ -0,0 +1,9 @@
|
||||
Description: Smoke test for sg3_dd utility
|
||||
|
||||
This test should work on all computers with at least 1 non-removable device
|
||||
which has a SCSI layer above. It's not necessary to have a SCSI disk, some ATA
|
||||
disks behave in some cases like SCSI disks. Its aim is to test some basic
|
||||
functionality provided by sg_dd, sgm_dd, sgp_dd utilities. This test is
|
||||
non-destructive, but requires about 512MB free space in /tmp.
|
||||
|
||||
There are no related bugzillas.
|
182
tests/sg3_utils_smoke/runtest.sh
Executable file
182
tests/sg3_utils_smoke/runtest.sh
Executable file
@ -0,0 +1,182 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright (c) 2016 Red Hat, Inc.
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Author: David Jez <djez@redhat.com>
|
||||
|
||||
# Include Beaker environment
|
||||
. /usr/bin/rhts-environment.sh || exit 1
|
||||
. /usr/share/beakerlib/beakerlib.sh || exit 1
|
||||
|
||||
PACKAGES=${PACKAGES:-sg3_utils}
|
||||
|
||||
set -o pipefail
|
||||
|
||||
# Choose first disk device
|
||||
choose_device () {
|
||||
set -x
|
||||
SG_DEVICE=`sg_map -sd -i | grep -m 1 "scsi_debug" | sed 's/\([^ ]\+\) \+\([^ ]\+\).*/\1/'`
|
||||
SD_DEVICE=`sg_map -sd -i | grep -m 1 "scsi_debug" | sed 's/\([^ ]\+\) \+\([^ ]\+\).*/\2/'`
|
||||
set +x
|
||||
}
|
||||
|
||||
# check utility version
|
||||
check_version () {
|
||||
# <utility> <option> should return name (or "version" string) and some version like N.N
|
||||
rlRun "$1 $2 2>&1 | tee output.log" 0 "check version for $1"
|
||||
rlAssertGrep "(([vV]ersion( string)?:)|($1)).*\d+\.\d+" output.log "-P"
|
||||
}
|
||||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup
|
||||
rlAssertRpm --all
|
||||
|
||||
# Make sure the sg driver is loaded
|
||||
rlRun "modprobe -v sg"
|
||||
# Choose first scsi_debug disk device
|
||||
rlRun "modprobe -v scsi_debug scsi_level=2"
|
||||
sleep 1
|
||||
choose_device
|
||||
if [ "$SD_DEVICE" != "" ]; then
|
||||
rlLogInfo "Use scsi_debug block device '$SG_DEVICE $SD_DEVICE' for testing."
|
||||
else
|
||||
rlDie "scsi_debug init failed. No SCSI block device (e.g. '/dev/sda') found!"
|
||||
fi
|
||||
|
||||
rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"
|
||||
rlRun "pushd $TmpDir"
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest
|
||||
check_version sg_dd -V
|
||||
check_version sgm_dd -V
|
||||
check_version sgp_dd -V
|
||||
check_version sg_emc_trespass -V
|
||||
check_version sg_format -V
|
||||
check_version sg_get_config -V
|
||||
check_version sg_ident -V
|
||||
check_version sginfo -v
|
||||
check_version sg_inq -V
|
||||
check_version sg_logs -V
|
||||
check_version sg_luns -V
|
||||
check_version sg_map -V
|
||||
check_version sg_map26 -V
|
||||
check_version sg_modes -V
|
||||
check_version sg_opcodes -V
|
||||
check_version sg_persist -V
|
||||
check_version sg_prevent -V
|
||||
check_version sg_raw -V
|
||||
check_version sg_rbuf -V
|
||||
check_version sg_rdac -V
|
||||
check_version sg_read --version
|
||||
check_version sg_read_buffer -V
|
||||
check_version sg_readcap -V
|
||||
check_version sg_read_long -V
|
||||
check_version sg_reassign -V
|
||||
check_version sg_requests -V
|
||||
check_version sg_reset -V
|
||||
check_version sg_rmsn -V
|
||||
check_version sg_rtpg -V
|
||||
check_version sg_safte -V
|
||||
check_version sg_sat_identify -V
|
||||
check_version sg_sat_set_features -V
|
||||
check_version sg_scan -V
|
||||
check_version sg_senddiag -V
|
||||
check_version sg_ses -V
|
||||
check_version sg_start -V
|
||||
check_version sg_stpg -V
|
||||
check_version sg_sync -V
|
||||
check_version sg_test_rwbuf -V
|
||||
check_version sg_turs -V
|
||||
check_version sg_verify -V
|
||||
check_version sg_vpd -V
|
||||
check_version sg_write_buffer -V
|
||||
check_version sg_write_long -V
|
||||
check_version sg_wr_mode -V
|
||||
|
||||
for UTILITY in $(echo "sg_dd sgm_dd sgp_dd") ; do
|
||||
rlRun "$UTILITY if=$SD_DEVICE of=test_file bs=512 count=10000 time=1 verbose=1" 0 "$UTILITY default"
|
||||
|
||||
# allow direct I/O for test and restore it back
|
||||
set -x
|
||||
OLD_DIO=`cat /proc/scsi/sg/allow_dio`
|
||||
echo 1 > /proc/scsi/sg/allow_dio
|
||||
set +x
|
||||
rlRun "$UTILITY if=$SD_DEVICE of=test_file bs=512 count=8192 time=1 verbose=1 dio=1" 0 "$UTILITY direct IO for $SD_DEVICE"
|
||||
rlRun "$UTILITY if=$SG_DEVICE of=test_file bs=512 count=8192 time=1 verbose=1 dio=1" 0 "$UTILITY direct IO for $SG_DEVICE"
|
||||
set -x
|
||||
echo $OLD_DIO > /proc/scsi/sg/allow_dio
|
||||
set +x
|
||||
|
||||
done
|
||||
|
||||
rlRun "sginfo -l"
|
||||
rlRun "sginfo -a $SD_DEVICE"
|
||||
rlRun "sginfo -6 $SD_DEVICE"
|
||||
rlRun "sginfo -i $SD_DEVICE"
|
||||
rlRun "sginfo -r $SD_DEVICE"
|
||||
rlRun "sginfo -s $SD_DEVICE"
|
||||
|
||||
rlRun "sg_inq -v $SD_DEVICE"
|
||||
rlRun "sg_inq -i $SD_DEVICE"
|
||||
|
||||
rlRun "sg_luns -d $SD_DEVICE"
|
||||
rlRun "sg_luns -v $SD_DEVICE"
|
||||
|
||||
rlRun "sg_map -a"
|
||||
rlRun "sg_map -i"
|
||||
rlRun "sg_map -scd"
|
||||
rlRun "sg_map -sd"
|
||||
rlRun "sg_map -sr"
|
||||
rlRun "sg_map -st"
|
||||
rlRun "sg_map -x"
|
||||
|
||||
rlRun "sg_map26 -v $SD_DEVICE"
|
||||
|
||||
rlRun "sg_modes -a $SD_DEVICE"
|
||||
rlRun "sg_modes -f $SD_DEVICE"
|
||||
rlRun "sg_modes -l $SD_DEVICE"
|
||||
rlRun "sg_modes -6 $SD_DEVICE"
|
||||
rlRun "sg_modes -v $SD_DEVICE"
|
||||
|
||||
rlRun "sg_read if=$SD_DEVICE bs=512 count=1MB verbose=1"
|
||||
rlRun "sg_read if=$SD_DEVICE bs=512 count=1MB verbose=1 time=1"
|
||||
rlRun "sg_read if=$SD_DEVICE bs=512 count=1MB verbose=1 time=2"
|
||||
|
||||
rlRun "sg_scan -a"
|
||||
rlRun "sg_scan -i"
|
||||
rlRun "sg_scan -n"
|
||||
rlRun "sg_scan -x"
|
||||
|
||||
rlRun "sg_sync -v $SD_DEVICE"
|
||||
|
||||
rlRun "sg_verify -vvv $SD_DEVICE" "0,5,9"
|
||||
|
||||
rlRun "sg_vpd -e"
|
||||
rlRun "sg_vpd -v $SD_DEVICE"
|
||||
rlRun "sg_vpd -i $SD_DEVICE"
|
||||
rlRun "sg_vpd -l $SD_DEVICE"
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartCleanup
|
||||
rlRun "popd"
|
||||
rlRun "rm -r $TmpDir" 0 "Removing tmp directory"
|
||||
|
||||
# remove scsi_generic
|
||||
rlRun "modprobe -r scsi_debug"
|
||||
rlPhaseEnd
|
||||
rlJournalPrintText
|
||||
rlJournalEnd
|
14
tests/tests.yml
Normal file
14
tests/tests.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
# No tests suitable for container environment
|
||||
# No tests suitable for atomic environment
|
||||
#
|
||||
# Tests suitable for classic environment
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-beakerlib
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- sg3_utils_smoke
|
||||
required_packages:
|
||||
- sg3_utils
|
Loading…
Reference in New Issue
Block a user