Blame SOURCES/0001-iscsiuio-update-version-to-0.7.8.6.patch

3d2430
From fb7e87dbe5bad120c88f7e430dfdc627d247fa4c Mon Sep 17 00:00:00 2001
3d2430
From: Nilesh Javali <njavali@marvell.com>
3d2430
Date: Thu, 27 Jun 2019 05:39:43 -0400
3d2430
Subject: [PATCH 1/1] iscsiuio: update version to 0.7.8.6
3d2430
3d2430
Signed-off-by: Nilesh Javali <njavali@marvell.com>
3d2430
---
3d2430
 iscsiuio/README       |  4 ++--
3d2430
 iscsiuio/RELEASE.TXT  | 19 +++++++++++++++++--
3d2430
 iscsiuio/configure.ac |  4 ++--
3d2430
 3 files changed, 21 insertions(+), 6 deletions(-)
3d2430
3d2430
diff --git a/iscsiuio/README b/iscsiuio/README
3d2430
index 1915005..53b700c 100644
3d2430
--- a/iscsiuio/README
3d2430
+++ b/iscsiuio/README
3d2430
@@ -1,6 +1,6 @@
3d2430
 Iscsiuio Userspace Tool
3d2430
-Version 0.7.8.5
3d2430
-Nov 20, 2018
3d2430
+Version 0.7.8.6
3d2430
+Jun 27, 2019
3d2430
 ------------------------------------------------------
3d2430
 
3d2430
 This tool is to be used in conjunction with the QLogic NetXtreme II Linux
3d2430
diff --git a/iscsiuio/RELEASE.TXT b/iscsiuio/RELEASE.TXT
3d2430
index 0ebf27f..28e681b 100644
3d2430
--- a/iscsiuio/RELEASE.TXT
3d2430
+++ b/iscsiuio/RELEASE.TXT
3d2430
@@ -1,7 +1,7 @@
3d2430
                               Release Notes
3d2430
                         QLogic uIP Linux Driver
3d2430
-                            Version 0.7.8.5
3d2430
-                               11/20/2018
3d2430
+                            Version 0.7.8.6
3d2430
+                               06/27/2019
3d2430
 
3d2430
                           QLogic Corporation
3d2430
                         26650 Aliso Viejo Pkwy,
3d2430
@@ -11,6 +11,21 @@
3d2430
                    Copyright (c) 2014, QLogic Corporation
3d2430
                            All rights reserved
3d2430
 
3d2430
+uIP v0.7.8.6 (Jun 27, 2019)
3d2430
+=======================================================
3d2430
+    Fixes:
3d2430
+    -------
3d2430
+      1. Problem: OS fails to boot after one path is
3d2430
+                  disconnected from iSCSI MPIO config.
3d2430
+         Change: In the event of DHCP failure, killing of enable_nic_thread did
3d2430
+                 not process any iscsid requests leading to error,
3d2430
+                 iscsistart: Could not broadcast to uIP after 5 tries
3d2430
+                 and login failure of active path.
3d2430
+                 Added fix to not kill enable_nic_thread and allow further
3d2430
+                 processing of iscsid requests and performing login
3d2430
+                 to next active path.
3d2430
+         Impact: All
3d2430
+
3d2430
 uIP v0.7.8.5 (Nov 20, 2018)
3d2430
 =======================================================
3d2430
     Fixes:
3d2430
diff --git a/iscsiuio/configure.ac b/iscsiuio/configure.ac
3d2430
index ae23078..7d53323 100644
3d2430
--- a/iscsiuio/configure.ac
3d2430
+++ b/iscsiuio/configure.ac
3d2430
@@ -12,9 +12,9 @@ dnl             Benjamin Li  (benli@broadcom.com)
3d2430
 dnl
3d2430
 
3d2430
 PACKAGE=iscsiuio
3d2430
-VERSION=0.7.8.5
3d2430
+VERSION=0.7.8.6
3d2430
 
3d2430
-AC_INIT([iscsiuio], [0.7.8.5], [QLogic-Storage-Upstream@cavium.com])
3d2430
+AC_INIT([iscsiuio], [0.7.8.6], [QLogic-Storage-Upstream@cavium.com])
3d2430
 
3d2430
 AM_INIT_AUTOMAKE
3d2430
 AC_CONFIG_HEADER(config.h)
3d2430
-- 
3d2430
2.21.0
3d2430