netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v7 0/3] ax25: Fix issues of ax25_dev and net_device
@ 2024-05-09  9:35 Duoming Zhou
  2024-05-09  9:36 ` [PATCH net v7 1/3] ax25: Use kernel universal linked list to implement ax25_dev_list Duoming Zhou
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Duoming Zhou @ 2024-05-09  9:35 UTC (permalink / raw)
  To: netdev
  Cc: linux-kernel, linux-hams, pabeni, kuba, edumazet, jreuter,
	dan.carpenter, rkannoth, davem, lars, Duoming Zhou

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".

Duoming Zhou (3):
  ax25: Use kernel universal linked list to implement ax25_dev_list
  ax25: Fix reference count leak issues of ax25_dev
  ax25: Fix reference count leak issue of net_device

 include/net/ax25.h  |  3 +--
 net/ax25/ax25_dev.c | 48 +++++++++++++++------------------------------
 2 files changed, 17 insertions(+), 34 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-13 23:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-09  9:35 [PATCH net v7 0/3] ax25: Fix issues of ax25_dev and net_device Duoming Zhou
2024-05-09  9:36 ` [PATCH net v7 1/3] ax25: Use kernel universal linked list to implement ax25_dev_list Duoming Zhou
2024-05-09  9:36 ` [PATCH net v7 2/3] ax25: Fix reference count leak issues of ax25_dev Duoming Zhou
2024-05-09  9:37 ` [PATCH net v7 3/3] ax25: Fix reference count leak issue of net_device Duoming Zhou
2024-05-09  9:51 ` [PATCH net v7 0/3] ax25: Fix issues of ax25_dev and net_device Dan Carpenter
2024-05-13 23:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).