Re: fix for bnx2x panic during ethtool reporting

2018-04-24 Thread Sebastian Kuzminsky
Here's an updated version of the patch that is checkpatch.pl clean (I had forgotten to sign off...). -- Sebastian Kuzminsky From 45fe6fb1f6a187233bd1304b031bed20b3819d26 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Mon, 16 Apr 2018 23:24:07 + Subject: [PATCH] bnx2x: make fw str i

RE: fix for bnx2x panic during ethtool reporting

2018-04-24 Thread Kalluru, Sudarsana
-Original Message- From: Florian Fainelli [mailto:f.faine...@gmail.com] Sent: 18 April 2018 05:12 To: Sebastian Kuzminsky ; linux-ker...@vger.kernel.org; netdev@vger.kernel.org; Elior, Ariel ; Dept-Eng Everest Linux L2 Subject: Re: fix for bnx2x panic during ethtool reporting +netdev

Re: fix for bnx2x panic during ethtool reporting

2018-04-17 Thread Florian Fainelli
+netdev, Ariel, On 04/17/2018 10:21 AM, Sebastian Kuzminsky wrote: > "ethtool -i" on a bnx2x interface causes kernel panic when the > firmware version is longer than expected. The attached patch fixes > the problem by simplifying the string handling in bnx2x_fill_fw_str(). > It applies cleanly to