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,
davem@davemloft.net, jreuter@yaina.de, horms@kernel.org,
Markus.Elfring@web.de, dan.carpenter@linaro.org, lars@oddbit.com,
Duoming Zhou <duoming@zju.edu.cn>
Subject: [PATCH net v3 0/2] ax25: Fix issues of ax25_dev and net_device
Date: Mon, 6 May 2024 22:08:33 +0800 [thread overview]
Message-ID: <cover.1715002910.git.duoming@zju.edu.cn> (raw)
The first patch fixes reference count leak issues the object of
"ax25_dev" and "net_device". The second patch uses ax25_dev_put()
to replace kfree() in ax25_dev_free().
You can see the former discussion in the following link:
https://lore.kernel.org/netdev/20240501060218.32898-1-duoming@zju.edu.cn/
Duoming Zhou (2):
ax25: Fix reference count leak issues of ax25_dev and net_device
ax25: Change kfree() in ax25_dev_free() to ax25_dev_put()
include/net/ax25.h | 4 ++--
net/ax25/ax25_dev.c | 49 ++++++++++++++++-----------------------------
2 files changed, 19 insertions(+), 34 deletions(-)
--
2.17.1
next reply other threads:[~2024-05-06 14:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-06 14:08 Duoming Zhou [this message]
2024-05-06 14:08 ` [PATCH net v3 1/2] ax25: Fix reference count leak issues of ax25_dev and net_device Duoming Zhou
2024-05-06 14:46 ` Dan Carpenter
2024-05-06 15:11 ` Markus Elfring
2024-05-06 14:08 ` [PATCH net v3 2/2] ax25: Change kfree() in ax25_dev_free() to ax25_dev_put() Duoming Zhou
2024-05-06 15:50 ` Markus Elfring
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.1715002910.git.duoming@zju.edu.cn \
--to=duoming@zju.edu.cn \
--cc=Markus.Elfring@web.de \
--cc=dan.carpenter@linaro.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--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 \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.