Re: [PATCH RESEND] iscsi: Don't destroy session if there are outstanding connections

2020-01-15 Thread Martin K. Petersen
Gabriel, > A faulty userspace that calls destroy_session() before destroying the > connections can trigger the failure. This patch prevents the issue by > refusing to destroy the session if there are outstanding connections. Applied to 5.6/scsi-queue, thanks! -- Martin K. Petersen

Re: [PATCH RESEND] iscsi: Don't destroy session if there are outstanding connections

2020-01-14 Thread Lee Duncan
On 1/13/20 2:36 PM, Gabriel Krisman Bertazi wrote: > Gabriel Krisman Bertazi writes: > >> From: Nick Black >> >> Hi, >> >> I thought this was already committed for some reason, until it bit me >> again today. Any opposition to this one? > > Hi, > > Pinging this patch. Any oposion? > >>> 8

Re: [PATCH RESEND] iscsi: Don't destroy session if there are outstanding connections

2020-01-13 Thread Gabriel Krisman Bertazi
Gabriel Krisman Bertazi writes: > From: Nick Black > > Hi, > > I thought this was already committed for some reason, until it bit me > again today. Any opposition to this one? Hi, Pinging this patch. Any oposion? >>8 > > A faulty userspace that calls destroy_session() before destroying the

Re: [PATCH RESEND] iscsi: Don't destroy session if there are outstanding connections

2020-01-10 Thread The Lee-Man
On Thursday, December 26, 2019 at 12:31:55 PM UTC-8, Gabriel Krisman Bertazi wrote: > > From: Nick Black > > Hi, > > I thought this was already committed for some reason, until it bit me > again today. Any opposition to this one? > > >8 > > A faulty userspace that calls destroy_session()

[PATCH RESEND] iscsi: Don't destroy session if there are outstanding connections

2019-12-26 Thread Gabriel Krisman Bertazi
From: Nick Black Hi, I thought this was already committed for some reason, until it bit me again today. Any opposition to this one? >8 A faulty userspace that calls destroy_session() before destroying the connections can trigger the failure. This patch prevents the issue by refusing to