On Wed, Sep 15, 2021 at 05:32:40AM -0700, Selvin Xavier wrote: > Use GFP_KERNEL instead of GFP_ATOMIC while allocating > control path structures which will be only called from > non atomic context > > Signed-off-by: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx> > --- > v1->v2: > Using GFP_KERNEL in bnxt_re_netdev_event also > drivers/infiniband/hw/bnxt_re/main.c | 2 +- > drivers/infiniband/hw/bnxt_re/qplib_rcfw.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>