| 30d9e505 | 17-Jul-2020 |
Vinay Kumar Yadav <[email protected]> |
crypto/chtls: correct net_device reference count
ip_dev_find() call holds net_device reference which is not needed, use __ip_dev_find() which does not hold reference.
v1->v2: - Correct submission t
crypto/chtls: correct net_device reference count
ip_dev_find() call holds net_device reference which is not needed, use __ip_dev_find() which does not hold reference.
v1->v2: - Correct submission tree. - Add fixes tag.
Fixes: cc35c88ae4db ("crypto : chtls - CPL handler definition") Signed-off-by: Vinay Kumar Yadav <[email protected]> Signed-off-by: David S. Miller <[email protected]>
show more ...
|