From: joeyli <jlee@suse.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: Justin Sanders <justin@coraid.com>,
"Lee, Chun-Yi" <joeyli.kernel@gmail.com>,
Pavel Emelianov <xemul@openvz.org>,
Kirill Korotaev <dev@openvz.org>,
"David S . Miller" <davem@davemloft.net>,
linux-block@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: (subset) [PATCH] aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts
Date: Thu, 7 Mar 2024 20:40:07 +0800 [thread overview]
Message-ID: <20240307124007.GC31128@linux-l9pv.suse> (raw)
In-Reply-To: <170973933432.23995.8994501180418490235.b4-ty@kernel.dk>
Hi Jens,
On Wed, Mar 06, 2024 at 08:35:34AM -0700, Jens Axboe wrote:
>
> On Tue, 05 Mar 2024 16:20:48 +0800, Lee, Chun-Yi wrote:
> > This patch is against CVE-2023-6270. The description of cve is:
> >
> > A flaw was found in the ATA over Ethernet (AoE) driver in the Linux
> > kernel. The aoecmd_cfg_pkts() function improperly updates the refcnt on
> > `struct net_device`, and a use-after-free can be triggered by racing
> > between the free on the struct and the access through the `skbtxq`
> > global queue. This could lead to a denial of service condition or
> > potential code execution.
> >
> > [...]
>
> Applied, thanks!
>
> [1/1] aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts
> commit: f98364e926626c678fb4b9004b75cacf92ff0662
>
Thanks for your review!
Joey Lee
prev parent reply other threads:[~2024-03-07 12:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-05 8:20 [PATCH] aoe: fix the potential use-after-free problem in aoecmd_cfg_pkts Lee, Chun-Yi
2024-03-06 15:35 ` (subset) " Jens Axboe
2024-03-07 12:40 ` joeyli [this message]
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=20240307124007.GC31128@linux-l9pv.suse \
--to=jlee@suse.com \
--cc=axboe@kernel.dk \
--cc=davem@davemloft.net \
--cc=dev@openvz.org \
--cc=joeyli.kernel@gmail.com \
--cc=justin@coraid.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=xemul@openvz.org \
/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.