Re: [PATCH net 0/3] bnxt_en: Small misc. fixes.

2017-03-29 Thread David Miller
From: Michael Chan Date: Tue, 28 Mar 2017 19:47:28 -0400 > Fix a NULL pointer crash in open failure path, wrong arguments when > printing error messages, and a DMA unmap bug in XDP shutdown path. Series applied.

[PATCH net 0/3] bnxt_en: Small misc. fixes.

2017-03-28 Thread Michael Chan
Fix a NULL pointer crash in open failure path, wrong arguments when printing error messages, and a DMA unmap bug in XDP shutdown path. Michael Chan (1): bnxt_en: Fix DMA unmapping of the RX buffers in XDP mode during shutdown. Sankar Patchineelam (2): bnxt_en: Fix NULL pointer dereference