Netdev Archive mirror
 help / color / mirror / Atom feed
From: Duoming Zhou <duoming@zju.edu.cn>
To: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, linux-hams@vger.kernel.org,
	pabeni@redhat.com, kuba@kernel.org, edumazet@google.com,
	jreuter@yaina.de, dan.carpenter@linaro.org, rkannoth@marvell.com,
	davem@davemloft.net, lars@oddbit.com,
	Duoming Zhou <duoming@zju.edu.cn>
Subject: [PATCH net v7 0/3] ax25: Fix issues of ax25_dev and net_device
Date: Thu,  9 May 2024 17:35:59 +0800	[thread overview]
Message-ID: <cover.1715247018.git.duoming@zju.edu.cn> (raw)

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


             reply	other threads:[~2024-05-09  9:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-09  9:35 Duoming Zhou [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1715247018.git.duoming@zju.edu.cn \
    --to=duoming@zju.edu.cn \
    --cc=dan.carpenter@linaro.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=jreuter@yaina.de \
    --cc=kuba@kernel.org \
    --cc=lars@oddbit.com \
    --cc=linux-hams@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rkannoth@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).