[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190604115031.2df8689a@cakuba.netronome.com>
Date: Tue, 4 Jun 2019 11:50:31 -0700
From: Jakub Kicinski <jakub.kicinski@...ronome.com>
To: David Miller <davem@...emloft.net>
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
On Tue, 04 Jun 2019 11:23:57 -0700 (PDT), David Miller wrote:
> 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;
> ^~~~~~
😳 sorry
Powered by blists - more mailing lists