[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190604.112357.1200320783493199233.davem@davemloft.net>
Date: Tue, 04 Jun 2019 11:23:57 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jakub.kicinski@...ronome.com
Cc: netdev@...r.kernel.org, oss-drivers@...ronome.com,
alexei.starovoitov@...il.com
Subject: Re: [PATCH net 0/2] net/tls: redo the RX resync locking
From: Jakub Kicinski <jakub.kicinski@...ronome.com>
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;
^~~~~~
Powered by blists - more mailing lists