OSDN Git Service

Merge branch 'ax25-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 28 Jan 2022 14:56:47 +0000 (14:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Jan 2022 14:56:47 +0000 (14:56 +0000)
commit501c8f5e3901f0de3244137e72fb39611f77a77c
treeae3be0b158b4a7dfb2162956ca6b63f22a3eb6c2
parent928d6fe996f69330ded6b887baf4534c5fac7988
parentd01ffb9eee4af165d83b08dd73ebdf9fe94a519b
Merge branch 'ax25-fixes'

Duoming Zhou says:

====================
ax25: fix NPD and UAF bugs when detaching ax25 device

There are NPD and UAF bugs when detaching ax25 device, we
use lock and refcount to mitigate these bugs.
====================

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