From: Jakub Kicinski <kuba@kernel.org>
To: Ziyang Xuan <william.xuanziyang@huawei.com>
Cc: <davem@davemloft.net>, <edumazet@google.com>, <pabeni@redhat.com>,
<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<ap420073@gmail.com>
Subject: Re: [PATCH net] macsec: fix UAF bug for real_dev
Date: Mon, 30 May 2022 21:23:38 -0700 [thread overview]
Message-ID: <20220530212338.7a7d4145@kernel.org> (raw)
In-Reply-To: <20220528093659.3186312-1-william.xuanziyang@huawei.com>
On Sat, 28 May 2022 17:36:59 +0800 Ziyang Xuan wrote:
> --- a/drivers/net/macsec.c
> +++ b/drivers/net/macsec.c
> @@ -107,6 +107,7 @@ struct pcpu_secy_stats {
> struct macsec_dev {
> struct macsec_secy secy;
> struct net_device *real_dev;
> + netdevice_tracker dev_tracker;
You need to add kdoc for @dev_tracker.
next prev parent reply other threads:[~2022-05-31 4:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-28 9:36 [PATCH net] macsec: fix UAF bug for real_dev Ziyang Xuan
2022-05-31 4:23 ` Jakub Kicinski [this message]
2022-05-31 6:27 ` Ziyang Xuan (William)
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=20220530212338.7a7d4145@kernel.org \
--to=kuba@kernel.org \
--cc=ap420073@gmail.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=william.xuanziyang@huawei.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.