All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Three reliability improvements
@ 2019-11-12  3:57 Bart Van Assche
  2019-11-12 17:05 ` Bart Van Assche
  2019-11-13  1:15 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Bart Van Assche @ 2019-11-12  3:57 UTC (permalink / raw)
  To: target-devel

Hi Martin,

The three patches in this series fix the complaints that were reported while
running the libiscsi test tool against the SCSI target code. I'm not sure why
I hadn't noticed these issues before - maybe new tests have been added to the
test tool. Please consider these patches for Linux kernel version v5.5.

Thanks,

Bart.

Bart Van Assche (3):
  target/core: Release SPC-2 reservations when closing a session
  target/core: Fix a use-after-free in the TMF handling code
  target/iscsi: Wait for all commands to finish before freeing a session

 drivers/target/iscsi/iscsi_target.c    | 10 ++++++++--
 drivers/target/target_core_transport.c | 21 +++++++++++++++++++++
 2 files changed, 29 insertions(+), 2 deletions(-)

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

* Re: [PATCH 0/3] Three reliability improvements
  2019-11-12  3:57 [PATCH 0/3] Three reliability improvements Bart Van Assche
@ 2019-11-12 17:05 ` Bart Van Assche
  2019-11-13  1:15 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Bart Van Assche @ 2019-11-12 17:05 UTC (permalink / raw)
  To: target-devel

On 11/11/19 7:57 PM, Bart Van Assche wrote:
> The three patches in this series fix the complaints that were reported while
> running the libiscsi test tool against the SCSI target code. I'm not sure why
> I hadn't noticed these issues before - maybe new tests have been added to the
> test tool. Please consider these patches for Linux kernel version v5.5.

This is the second version of this patch series. The changes compared to 
v1 are:
- The patch that declares target_release_reservation() static has been 
left out because a patch in this series introduces a call to that 
function outside the file in which that function has been defined.
- The patch for releasing SPC-2 reservations has been reworked as 
requested by Roman.
- Two new patches have been added.

Bart.

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

* Re: [PATCH 0/3] Three reliability improvements
  2019-11-12  3:57 [PATCH 0/3] Three reliability improvements Bart Van Assche
  2019-11-12 17:05 ` Bart Van Assche
@ 2019-11-13  1:15 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2019-11-13  1:15 UTC (permalink / raw)
  To: target-devel


Bart,

> - The patch that declares target_release_reservation() static has been
> left out because a patch in this series introduces a call to that
> function outside the file in which that function has been defined.

OK, I'll drop it again. Thought this series replaced patch two of the
first.

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2019-11-13  1:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-12  3:57 [PATCH 0/3] Three reliability improvements Bart Van Assche
2019-11-12 17:05 ` Bart Van Assche
2019-11-13  1:15 ` Martin K. Petersen

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.