netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* vsock fix backport to 5.4 stable
@ 2020-09-30 17:55 Vishnu Rangayyan
  2020-10-02 23:17 ` Sasha Levin
  0 siblings, 1 reply; 2+ messages in thread
From: Vishnu Rangayyan @ 2020-09-30 17:55 UTC (permalink / raw)
  To: stable@vger.kernel.org
  Cc: gregkh@linuxfoundation.org, Sebastien Boeuf,
	netdev@vger.kernel.org, Andrew Forgue

Hi,

Can we have this backport applied to 5.4 stable, its a useful fix.

commit df12eb6d6cd920ab2f0e0a43cd6e1c23a05cea91 upstream

The call has a minor api change in 5.4 vs higher, only the pkt arg is 
required.

diff --git a/net/vmw_vsock/virtio_transport_common.c 
b/net/vmw_vsock/virtio_transport_common.c
index d9f0c9c5425a..2f696124bab6 100644
--- a/net/vmw_vsock/virtio_transport_common.c
+++ b/net/vmw_vsock/virtio_transport_common.c
@@ -1153,6 +1153,7 @@ void virtio_transport_recv_pkt(struct 
virtio_transport *t,
          virtio_transport_free_pkt(pkt);
          break;
      default:
+        (void)virtio_transport_reset_no_sock(pkt);
          virtio_transport_free_pkt(pkt);
          break;
      }
-- 

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

* Re: vsock fix backport to 5.4 stable
  2020-09-30 17:55 vsock fix backport to 5.4 stable Vishnu Rangayyan
@ 2020-10-02 23:17 ` Sasha Levin
  0 siblings, 0 replies; 2+ messages in thread
From: Sasha Levin @ 2020-10-02 23:17 UTC (permalink / raw)
  To: Vishnu Rangayyan
  Cc: stable@vger.kernel.org, gregkh@linuxfoundation.org,
	Sebastien Boeuf, netdev@vger.kernel.org, Andrew Forgue

On Wed, Sep 30, 2020 at 10:55:37AM -0700, Vishnu Rangayyan wrote:
>Hi,
>
>Can we have this backport applied to 5.4 stable, its a useful fix.
>
>commit df12eb6d6cd920ab2f0e0a43cd6e1c23a05cea91 upstream
>
>The call has a minor api change in 5.4 vs higher, only the pkt arg is 
>required.

Queued up. I took the dependencies instead.

-- 
Thanks,
Sasha

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

end of thread, other threads:[~2020-10-02 23:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-30 17:55 vsock fix backport to 5.4 stable Vishnu Rangayyan
2020-10-02 23:17 ` Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).