On Wed, 2016-11-16 at 23:31 -0500, David Miller wrote:
> From: Eric Dumazet
> Date: Wed, 16 Nov 2016 06:31:52 -0800
>
> > From: Eric Dumazet
> >
> > Add a missing synchronize_net() call to avoid potential use after free,
> > since we explicitly call napi_hash_del() to factorize the RCU grace
>
From: Eric Dumazet
Date: Wed, 16 Nov 2016 06:31:52 -0800
> From: Eric Dumazet
>
> Add a missing synchronize_net() call to avoid potential use after free,
> since we explicitly call napi_hash_del() to factorize the RCU grace
> period.
>
> Fixes: c0c050c58d84 ("bnxt_en: New Broadcom ethernet dri
On Wed, Nov 16, 2016 at 6:31 AM, Eric Dumazet wrote:
> From: Eric Dumazet
>
> Add a missing synchronize_net() call to avoid potential use after free,
> since we explicitly call napi_hash_del() to factorize the RCU grace
> period.
>
> Fixes: c0c050c58d84 ("bnxt_en: New Broadcom ethernet driver.")
From: Eric Dumazet
Add a missing synchronize_net() call to avoid potential use after free,
since we explicitly call napi_hash_del() to factorize the RCU grace
period.
Fixes: c0c050c58d84 ("bnxt_en: New Broadcom ethernet driver.")
Signed-off-by: Eric Dumazet
Cc: Michael Chan
---
drivers/net/et