mbox series

[0/1] cifs: fix race between compound_send_recv() and the

Message ID 20191114061646.22122-1-lsahlber@redhat.com
Headers show
Series cifs: fix race between compound_send_recv() and the | expand

Message

Ronnie Sahlberg Nov. 14, 2019, 6:16 a.m. UTC
Steve, Pavel,

I don't get any leaks on open() any more with this patch
and no leaks on close() with Pavels patch.

version 2:
Use is_interrupt_rc() to decide if we should flag the mid as cancelled.

Comments

Steve French Nov. 14, 2019, 6:40 p.m. UTC | #1
Added cc:stable (also to Pavel's patch) and merged into cifs-2.6.git
for-next and also updated the github branch used by the buildbot

On Thu, Nov 14, 2019 at 12:17 AM Ronnie Sahlberg <lsahlber@redhat.com> wrote:
>
> Steve, Pavel,
>
> I don't get any leaks on open() any more with this patch
> and no leaks on close() with Pavels patch.
>
> version 2:
> Use is_interrupt_rc() to decide if we should flag the mid as cancelled.
>
>