From: Duoming Zhou <duoming@zju.edu.cn>
To: linux-hams@vger.kernel.org
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
jreuter@yaina.de, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, dan.carpenter@linaro.org,
Duoming Zhou <duoming@zju.edu.cn>
Subject: [PATCH net 0/2] ax25: fix reference counting issue of ax25_dev
Date: Thu, 2 May 2024 22:43:36 +0800 [thread overview]
Message-ID: <cover.1714660565.git.duoming@zju.edu.cn> (raw)
The first patch changes kfree in ax25_dev_free to ax25_dev_free,
because the ax25_dev is managed by reference counting.
The second patch fixes potential reference counting leak issue
in ax25_addr_ax25dev.
Duoming Zhou (2):
ax25: change kfree in ax25_dev_free to ax25_dev_free
ax25: fix potential reference counting leak in ax25_addr_ax25dev
net/ax25/ax25_dev.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
2.17.1
next reply other threads:[~2024-05-02 14:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-02 14:43 Duoming Zhou [this message]
2024-05-02 14:43 ` [PATCH net 1/2] ax25: change kfree in ax25_dev_free to ax25_dev_free Duoming Zhou
2024-05-02 14:43 ` [PATCH net 2/2] ax25: fix potential reference counting leak in ax25_addr_ax25dev Duoming Zhou
2024-05-02 18:55 ` Lars Kellogg-Stedman
2024-05-02 19:56 ` Dan Carpenter
2024-05-02 20:01 ` [PATCH net 0/2] ax25: fix reference counting issue of ax25_dev 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.1714660565.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=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 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).