summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/storvsc/hv_vstorage.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2017-07-12 08:07:55 +0000
committerdelphij <delphij@FreeBSD.org>2017-07-12 08:07:55 +0000
commitaf83c8122b5689bbe24eadc0023615c7b3f93178 (patch)
tree7b2d1f03d7e782bbef71362dc81f2d9f98df6d4b /sys/dev/hyperv/storvsc/hv_vstorage.h
parentc566b99bac77a9a14c76bf2c175ea4985cb30ffe (diff)
downloadFreeBSD-src-af83c8122b5689bbe24eadc0023615c7b3f93178.zip
FreeBSD-src-af83c8122b5689bbe24eadc0023615c7b3f93178.tar.gz
Fix heimdal KDC-REP service name validation vulnerability [SA-17:05]
Boot compatibility improvements with Azure VMs. [EN-17:06] Approved by: so
Diffstat (limited to 'sys/dev/hyperv/storvsc/hv_vstorage.h')
-rw-r--r--sys/dev/hyperv/storvsc/hv_vstorage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hyperv/storvsc/hv_vstorage.h b/sys/dev/hyperv/storvsc/hv_vstorage.h
index f2b9480..9205e35 100644
--- a/sys/dev/hyperv/storvsc/hv_vstorage.h
+++ b/sys/dev/hyperv/storvsc/hv_vstorage.h
@@ -249,9 +249,9 @@ struct vstor_packet {
/**
* SRB Status Masks (can be combined with above status codes)
*/
-#define SRB_STATUS_QUEUE_FROZEN 0x40
-#define SRB_STATUS_AUTOSENSE_VALID 0x80
-
+#define SRB_STATUS_QUEUE_FROZEN 0x40
+#define SRB_STATUS_AUTOSENSE_VALID 0x80
+#define SRB_STATUS_INVALID_LUN 0X20
/**
* Packet flags
OpenPOWER on IntegriCloud