Re: [PATCH net] net: dsa: qca8k: Fix "Unexpected gfp" kernel exception

From: David Miller
Date: Thu Jun 04 2020 - 18:48:06 EST


From: Michal Vokáč <michal.vokac@xxxxxxxxx>
Date: Wed, 3 Jun 2020 13:31:39 +0200

> Commit 7e99e3470172 ("net: dsa: remove dsa_switch_alloc helper")
> replaced the dsa_switch_alloc helper by devm_kzalloc in all DSA
> drivers. Unfortunately it introduced a typo in qca8k.c driver and
> wrong argument is passed to the devm_kzalloc function.
>
> This fix mitigates the following kernel exception:
...
> Fixes: 7e99e3470172 ("net: dsa: remove dsa_switch_alloc helper")
> Cc: <stable@xxxxxxxxxxxxxxx>

Please do not CC: stable for networking changes.

> Signed-off-by: Michal Vokáč <michal.vokac@xxxxxxxxx>

Applied and queued up for -stable, thank you.