On Thu, 19 Dec 2019 23:18:36 +0100 Alfredo Cardigliano <cardigli...@ntop.org> wrote:
> diff --git a/drivers/net/ionic/ionic.h b/drivers/net/ionic/ionic.h > index a29f0bb89..b6ef63161 100644 > --- a/drivers/net/ionic/ionic.h > +++ b/drivers/net/ionic/ionic.h > @@ -49,7 +49,12 @@ struct ionic_adapter { > struct ionic_dev idev; > struct ionic_dev_bar bars[IONIC_BARS_MAX]; > struct ionic_identity ident; > + struct ionic_lif *lifs[IONIC_LIFS_MAX] You are making 8K array on the stack, do you really need all that?