From: Jakub Kicinski <[email protected]>
Date: Fri, 31 May 2019 20:11:59 -0700
> Take two of making sure we don't use a NULL netdev pointer
> for RX resync. This time using a bit and an open coded
> wait loop.
>
> Posting as revert + new patch, hopefully this will make it
> easier to backport to stable (unless third time is the charm,
> and this one is buggy as well :().
Still needs some work :-)
net/tls/tls_device.c: In function ‘handle_device_resync’:
net/tls/tls_device.c:569:21: warning: unused variable ‘netdev’
[-Wunused-variable]
struct net_device *netdev = tls_ctx->netdev;
^~~~~~