Merge branch 'ax25-fix-issues-of-ax25_dev-and-net_device'
authorJakub Kicinski <kuba@kernel.org>
Mon, 13 May 2024 23:09:40 +0000 (16:09 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 13 May 2024 23:09:40 +0000 (16:09 -0700)
commitf440092bc5cae65982087417501febdcf5cd1d2b
tree023eee5e51da1a8265604386d12404705367eac8
parentecf848eb934b03959918f5269f64c0e52bc23998
parent36e56b1b002bb26440403053f19f9e1a8bc075b2
Merge branch 'ax25-fix-issues-of-ax25_dev-and-net_device'

Duoming Zhou says:

====================
ax25: Fix issues of ax25_dev and net_device

The first patch uses kernel universal linked list to implement
ax25_dev_list, which makes the operation of the list easier.
The second and third patch fix reference count leak issues of
the object "ax25_dev" and "net_device".
====================

Link: https://lore.kernel.org/r/cover.1715247018.git.duoming@zju.edu.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>