Re: [PATCH net 0/2] vsock: fix null pointer dereference and cleanup in vsock_poll()

From: David Miller
Date: Tue Aug 11 2020 - 13:24:25 EST


From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
Date: Tue, 11 Aug 2020 11:55:02 +0200

> The first patch fixes a potential null pointer dereference in vsock_poll()
> reported by syzbot.
> The second patch is a simple cleanup in the same block code. I put this later,
> to make it easier to backport the first patch in the stable branches.

Please do not mix cleanups and bug fixes into the same patch series.

net-next is closed, so you should not be submitting non-bugfixes at
this time.