Re: [PATCH net-next v2] ipv4: igmp: remove multicast group from hash table on device destruction
From: Yuyang Huang
Date: Wed Jul 01 2026 - 04:59:04 EST
On Wed, Jul 1, 2026 at 5:11 PM Ido Schimmel <idosch@xxxxxxxxxx> wrote:
>
> I agree, but let's do it as a separate change in net-next. The current
> one line fix is correct and fixes the root cause. Clearing the pointer
> happens to fix the problem because it relies on mc_hash only being
> accessible via dev->in_dev (vs reaching in_dev via a different path).
Acked, I can send out a separate patch for fixing this part and keep
this change as it.