All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [PATCH 1/1] be2iscsi: add block valid bit to iBFT flag
@ 2015-01-12 23:05 Minh Duc Tran
  2015-01-15 23:16 ` Mike Christie
  0 siblings, 1 reply; 8+ messages in thread
From: Minh Duc Tran @ 2015-01-12 23:05 UTC (permalink / raw)
  To: linux-scsi@vger.kernel.org, linux-scsi-owner@vger.kernel.org
  Cc: Mike Christie (michaelc@cs.wisc.edu), Jayamohan Kallickal


>From: Minh Duc Tran 
>Sent: Sunday, November 09, 2014 10:52 PM
>To: 'linux-scsi@vger.kernel.org'
>Cc: Mike Christie (michaelc@cs.wisc.edu); Jayamohan Kallickal
>Subject: [PATCH 1/1] be2iscsi: add block valid bit to iBFT flag

>From: Minh Tran minhduc.tran@emulex.com

>               We are starting to see problems with certain open-iscsi versions out there checking block valid bit.  Iscsi boot target login will not happen without this bit being set.

>Signed-off-by: Minh Tran <minhduc.tran@emulex.com>
>---
>scsi/be2iscsi/be_main.c |    4 ++--
>1 files changed, 2 insertions(+), 2 deletions(-)

>diff --git a/scsi/be2iscsi/be_main.c b/scsi/be2iscsi/be_main.c
>index 30d74a0..aacf223 100644
>--- a/scsi/be2iscsi/be_main.c
>+++ b/scsi/be2iscsi/be_main.c
>@@ -429,7 +429,7 @@ static ssize_t beiscsi_show_boot_tgt_info(void *data, int type, char *buf)
>                             auth_data.chap.intr_secret);
>                break;
>        case ISCSI_BOOT_TGT_FLAGS:
>-               rc = sprintf(str, "2\n");
>+               rc = sprintf(str, "3\n");
>                break;
>        case ISCSI_BOOT_TGT_NIC_ASSOC:
>                rc = sprintf(str, "0\n");
>@@ -466,7 +466,7 @@ static ssize_t beiscsi_show_boot_eth_info(void *data, int type, char *buf)

>        switch (type) {
>        case ISCSI_BOOT_ETH_FLAGS:
>-               rc = sprintf(str, "2\n");
>+               rc = sprintf(str, "3\n");
>                break;
>        case ISCSI_BOOT_ETH_INDEX:
>                rc = sprintf(str, "0\n");
>--
>1.7.1

Hi Mike,
I think we have lost track of this patch.  I've checked 3.19-rc3 today and it's not in yet.  Can we get this in as soon as possible?

Thanks.
-Minh

(Removed html format, sorry about that)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-01-16 16:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <84b5cd32-3bb6-4541-bbc1-4cbe92c074c6@CMEXHTCAS2.ad.emulex.com>
2014-11-10 17:37 ` [PATCH 1/1] be2iscsi: add block valid bit to iBFT flag Mike Christie
2014-11-10 18:07   ` Minh Duc Tran
2014-11-11 11:36     ` Vikas Chaudhary
2015-01-12 23:05 Minh Duc Tran
2015-01-15 23:16 ` Mike Christie
2015-01-15 23:26   ` James Bottomley
2015-01-16  1:26   ` Minh Duc Tran
2015-01-16 16:27     ` Michael Christie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.