]> git.baikalelectronics.ru Git - kernel.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)
commitcea227480a85fec5a3cdcb9cc718e18c97ca996d
treeb082376e72b7935d16315fa9e1e9620fc8bca38b
parenta93c01cb6d7a8224b09719cdfab3c7d551dd9744
parent1df6904a57472c849ca17a64e63282e73bb891bc
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>