All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: "Ly, Bryant" <bly@catalogicsoftware.com>
Cc: "Nicholas A. Bellinger" <nab@linux-iscsi.org>,
	Mike Christie <mchristi@redhat.com>,
	target-devel <target-devel@vger.kernel.org>,
	linux-scsi <linux-scsi@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	Hannes Reinecke <hare@suse.com>, Christoph Hellwig <hch@lst.de>,
	Sagi Grimberg <sagi@grimberg.me>,
	"Peter Zijlstra (Intel)" <peterz@infradead.org>,
	Bart Van Assche <bvanassche@acm.org>
Subject: Re: [PATCH 2/2] target: Fix target_wait_for_sess_cmds breakage with active signals
Date: Tue, 16 Oct 2018 00:13:38 -0400	[thread overview]
Message-ID: <yq1lg6yv899.fsf@oracle.com> (raw)
In-Reply-To: <F43269BA-4D7B-486C-87C6-0FB48FF890EA@catalogicsoftware.com> (Bryant Ly's message of "Thu, 11 Oct 2018 13:05:59 +0000")


Bryant,

> VMs do not remove the I_T nexus while the VM is active, so we can remove
> the target_wait_for_sess_cmd() call. 

Patch forthcoming?

-- 
Martin K. Petersen	Oracle Linux Engineering

WARNING: multiple messages have this Message-ID (diff)
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: "Ly, Bryant" <bly@catalogicsoftware.com>
Cc: "Nicholas A. Bellinger" <nab@linux-iscsi.org>,
	Mike Christie <mchristi@redhat.com>,
	target-devel <target-devel@vger.kernel.org>,
	linux-scsi <linux-scsi@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	Hannes Reinecke <hare@suse.com>, Christoph Hellwig <hch@lst.de>,
	Sagi Grimberg <sagi@grimberg.me>,
	"Peter Zijlstra (Intel)" <peterz@infradead.org>,
	Bart Van Assche <bvanassche@acm.org>
Subject: Re: [PATCH 2/2] target: Fix target_wait_for_sess_cmds breakage with active signals
Date: Tue, 16 Oct 2018 04:13:38 +0000	[thread overview]
Message-ID: <yq1lg6yv899.fsf@oracle.com> (raw)
In-Reply-To: <F43269BA-4D7B-486C-87C6-0FB48FF890EA@catalogicsoftware.com> (Bryant Ly's message of "Thu, 11 Oct 2018 13:05:59 +0000")


Bryant,

> VMs do not remove the I_T nexus while the VM is active, so we can remove
> the target_wait_for_sess_cmd() call. 

Patch forthcoming?

-- 
Martin K. Petersen	Oracle Linux Engineering

WARNING: multiple messages have this Message-ID (diff)
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: "Ly\, Bryant" <bly@catalogicsoftware.com>
Cc: "Nicholas A. Bellinger" <nab@linux-iscsi.org>,
	Mike Christie <mchristi@redhat.com>,
	target-devel <target-devel@vger.kernel.org>,
	linux-scsi <linux-scsi@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	Hannes Reinecke <hare@suse.com>, Christoph Hellwig <hch@lst.de>,
	Sagi Grimberg <sagi@grimberg.me>,
	"Peter Zijlstra \(Intel\)" <peterz@infradead.org>,
	Bart Van Assche <bvanassche@acm.org>
Subject: Re: [PATCH 2/2] target: Fix target_wait_for_sess_cmds breakage with active signals
Date: Tue, 16 Oct 2018 00:13:38 -0400	[thread overview]
Message-ID: <yq1lg6yv899.fsf@oracle.com> (raw)
In-Reply-To: <F43269BA-4D7B-486C-87C6-0FB48FF890EA@catalogicsoftware.com> (Bryant Ly's message of "Thu, 11 Oct 2018 13:05:59 +0000")


Bryant,

> VMs do not remove the I_T nexus while the VM is active, so we can remove
> the target_wait_for_sess_cmd() call. 

Patch forthcoming?

-- 
Martin K. Petersen	Oracle Linux Engineering

  reply	other threads:[~2018-10-16  4:13 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-10  3:23 [PATCH 0/2] target: Fix v4.19-rc active I/O shutdown deadlock Nicholas A. Bellinger
2018-10-10  3:23 ` [PATCH 1/2] sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE usage Nicholas A. Bellinger
2018-10-10  3:59   ` Ly, Bryant
2018-10-10  3:59     ` Ly, Bryant
2018-10-10  8:31   ` Peter Zijlstra
2018-10-10  8:31     ` Peter Zijlstra
2018-10-12  2:18   ` Bart Van Assche
2018-10-12  2:18     ` Bart Van Assche
2018-10-10  3:23 ` [PATCH 2/2] target: Fix target_wait_for_sess_cmds breakage with active signals Nicholas A. Bellinger
2018-10-10  4:01   ` Ly, Bryant
2018-10-10  4:58   ` Bart Van Assche
2018-10-10  4:58     ` Bart Van Assche
2018-10-10  8:43   ` Peter Zijlstra
2018-10-10  8:43     ` Peter Zijlstra
2018-10-11  5:40     ` Nicholas A. Bellinger
2018-10-11  5:40       ` Nicholas A. Bellinger
2018-10-11  7:55       ` Peter Zijlstra
2018-10-11  7:55         ` Peter Zijlstra
2018-10-10 16:58   ` Mike Christie
2018-10-10 16:58     ` Mike Christie
2018-10-11  5:56     ` Nicholas A. Bellinger
2018-10-11  5:56       ` Nicholas A. Bellinger
2018-10-11  5:56       ` Nicholas A. Bellinger
2018-10-11 13:05       ` Ly, Bryant
2018-10-16  4:13         ` Martin K. Petersen [this message]
2018-10-16  4:13           ` Martin K. Petersen
2018-10-16  4:13           ` Martin K. Petersen
2018-10-16 14:37           ` Ly, Bryant
2018-10-16 14:37             ` Ly, Bryant
2018-10-10  4:20 ` [PATCH 0/2] target: Fix v4.19-rc active I/O shutdown deadlock Nicholas A. Bellinger
2018-10-10  4:20   ` Nicholas A. Bellinger
2018-10-10  4:20   ` Nicholas A. Bellinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yq1lg6yv899.fsf@oracle.com \
    --to=martin.petersen@oracle.com \
    --cc=bly@catalogicsoftware.com \
    --cc=bvanassche@acm.org \
    --cc=hare@suse.com \
    --cc=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=mchristi@redhat.com \
    --cc=nab@linux-iscsi.org \
    --cc=peterz@infradead.org \
    --cc=sagi@grimberg.me \
    --cc=target-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.