]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'net-tls-redo-the-RX-resync-locking'
authorDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2019 20:34:38 +0000 (13:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2019 20:34:38 +0000 (13:34 -0700)
commit2b66552eb2a466646ffc3bde218db537977dfedd
treeb082376e72b7935d16315fa9e1e9620fc8bca38b
parentf4cfcfbdf03cf7cf5f9097803415dfdcf965676c
parente52972c11d6b1262964db96d65934196db621685
Merge branch 'net-tls-redo-the-RX-resync-locking'

Jakub Kicinski says:

====================
net/tls: redo the RX resync locking

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.

v2:
 - fix build warning (DaveM).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>