From: David S. Miller Date: Wed, 22 May 2019 19:21:44 +0000 (-0700) Subject: Merge branch 'net-tls-fix-device-surprise-removal-with-offload' X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8f073036bf357867a612912eb4b7e58a9b768019;p=people%2Fjulieng%2Flinux-arm.git Merge branch 'net-tls-fix-device-surprise-removal-with-offload' Jakub Kicinski says: ==================== net/tls: fix device surprise removal with offload This series fixes two issues with device surprise removal. First we need to take a read lock around resync, otherwise netdev notifier handler may clear the structures from under our feet. Secondly we need to be careful about the interpretation of device features. Offload has to be properly cleaned up even if the TLS device features got cleared after connection state was installed. ==================== Signed-off-by: David S. Miller --- 8f073036bf357867a612912eb4b7e58a9b768019