From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fuxbrumer, Dvora Date: Sun, 8 Aug 2021 15:15:23 +0300 Subject: [Intel-wired-lan] [PATCH v2 1/1] e1000e: Do not take care about recovery NVM checksum In-Reply-To: <20210718041031.3619696-1-sasha.neftin@intel.com> References: <20210718041031.3619696-1-sasha.neftin@intel.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On 7/18/2021 07:10, Sasha Neftin wrote: > On new platforms, the NVM is read-only. Attempting to update the NVM > is causing a lockup to occur. Do not attempt to write to the NVM > on platforms where it's not supported. > Emit an error message when the NVM checksum is invalid. > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=213667 > Suggested-by: Dima Ruinskiy > Suggested-by: Vitaly Lifshits > Signed-off-by: Sasha Neftin > --- > drivers/net/ethernet/intel/e1000e/ich8lan.c | 18 +++++++++++------- > 1 file changed, 11 insertions(+), 7 deletions(-) > Tested-by: Dvora Fuxbrumer