Re: [RFC PATCH 2/2] aoe: using wrappers instead of dev_hold/dev_put for tracking the references of net_device in aoeif
From: joeyli
Date: Fri Oct 04 2024 - 03:53:07 EST
Hi Damien,
On Wed, Oct 02, 2024 at 02:37:12PM +0900, Damien Le Moal wrote:
> On 10/2/24 1:06 PM, Chun-Yi Lee wrote:
> > Signed-off-by: Chun-Yi Lee <jlee@xxxxxxxx>
>
> The wrappers where introduced in patch 1 without any user. So it seems that
> this patch should be squashed together with patch 1.
>
I separated this two patches because the second one is base on another patch
'[PATCH v3] aoe: fix the potential use-after-free problem in more places'.
Now that patch be accepted by Jens:
https://www.spinics.net/lists/kernel/msg5384787.html
According this, I will merge this patch with the 'PATCH 1' in next version.
Thanks for your review and suggestion!
Joey Lee