Re: [Intel-wired-lan] [PATCH v2] dpf: fix UAF and double free in idpf_plug_vport_aux_dev() error path
From: Guangshuo Li
Date: Wed Apr 15 2026 - 02:33:48 EST
Hi Jacob,
Thanks for reviewing.
On Wed, 15 Apr 2026 at 13:37, Jacob Keller <jacob.e.keller@xxxxxxxxx> wrote:
>
> No problem. I had missed the other version, which explains my confusion.
> Still, to my eyes, the fix looks to be an equivalent fix as one
> submitted by GregKH:
>
> https://lore.kernel.org/intel-wired-lan/2026041116-retail-bagginess-250f@gregkh/
>
> Do you agree this is effectively a different fix for the same problem?
> Or is there really two different double-free issues here that both need
> patching? I haven't been able to fully convince my self either way, but
> I am leaning on this being one problem, and I think Gregs solution feels
> simpler to understand.
>
> Thanks,
> Jake
>
> >
> > Thanks,
> > Guangshuo
>
Yes, I agree Greg's patch addresses the same underlying issue.
For the other path in `idpf_plug_core_aux_dev()`, I had also
previously sent a fix, for reference:
v1:
https://lkml.org/lkml/2026/3/18/1822
v2:
https://lkml.org/lkml/2026/3/19/1285
The v2 for the core path was posted after discussion on the list and
incorporated the feedback I received there.
So my understanding is that Greg's patch covers the same class of
issue in both places, while I had sent them as separate fixes.
Thanks,
Guangshuo