Message ID | 20191111182944.191123-1-bvanassche@acm.org (mailing list archive) |
---|---|
Headers | show |
Series | Improve SPC-2 reservation support | expand |
On 11/11/2019 12:29 PM, Bart Van Assche wrote: > Hi Martin, > > This patch series improves support for SPC-2 reservations in the SCSI target > code. Please consider these patches for inclusion in the v5.5 kernel. > > Thanks, > > Bart. > > Bart Van Assche (2): > target/core: Declare target_release_reservation() 'static' > target/iscsi: Fix a use-after-free while closing a session > Patches look and tested ok for me. Reviewed-by: Mike Christie <mchristi@redhat.com>
On Mon, Nov 11, 2019 at 10:29:42AM -0800, Bart Van Assche wrote: > Hi Martin, > > This patch series improves support for SPC-2 reservations in the SCSI target > code. Please consider these patches for inclusion in the v5.5 kernel. > > Thanks, > > Bart. > > Bart Van Assche (2): > target/core: Declare target_release_reservation() 'static' > target/iscsi: Fix a use-after-free while closing a session > > drivers/target/target_core_pr.c | 2 +- > drivers/target/target_core_pr.h | 1 - > drivers/target/target_core_transport.c | 11 +++++++++++ > 3 files changed, 12 insertions(+), 2 deletions(-) Hi Bart, I have missed the second patch, who was it send to? Thanks, Roman
On 11/11/19 10:58 AM, Roman Bolshakov wrote: > On Mon, Nov 11, 2019 at 10:29:42AM -0800, Bart Van Assche wrote: >> Hi Martin, >> >> This patch series improves support for SPC-2 reservations in the SCSI target >> code. Please consider these patches for inclusion in the v5.5 kernel. >> >> Thanks, >> >> Bart. >> >> Bart Van Assche (2): >> target/core: Declare target_release_reservation() 'static' >> target/iscsi: Fix a use-after-free while closing a session >> >> drivers/target/target_core_pr.c | 2 +- >> drivers/target/target_core_pr.h | 1 - >> drivers/target/target_core_transport.c | 11 +++++++++++ >> 3 files changed, 12 insertions(+), 2 deletions(-) > > I have missed the second patch, who was it send to? Hi Roman, That second patch has also been sent to the target-devel mailing list. On the following web page I can see that it has not yet been sent out by the mailing list server: https://www.spinics.net/lists/target-devel/. If that second patch does not appear on the target-devel mailing list by tomorrow I will resend it. Bart.