On Tue, Apr 22, 2025 at 09:43:01AM +0200, Jacek Kowalski wrote:It is not completely accurate. All the NVMs starting from Tiger Lake are locked for writes, so NVM writes will always result in a failure.
Some Dell Tiger Lake systems have incorrect NVM checksum. These also
have a bitmask that indicates correct checksum set to "invalid".
Because it is impossible to determine whether the NVM write would finish
correctly or hang (see https://bugzilla.kernel.org/show_bug.cgi?id=213667)
it makes sense to skip the validation completely under these conditions.
I think that while the commit cited above relates to this problem,
Signed-off-by: Jacek Kowalski <Jacek@xxxxxxxxxxx>
Fixes: 4051f68318ca9 ("e1000e: Do not take care about recovery NVM checksum")
this bug actually dates back to the patch I'm citing immediately below.
And I think we should cite that commit here. IOW, I'm suggesting:
Fixes: fb776f5d57ee ("e1000e: Add support for Tiger Lake")
Cc: stable@xxxxxxxxxxxxxxxThat not withstanding, based on the commit message,
and the use of e1000_pch_tgp in another Tiger Lake fix [1],
I think this patch looks good.
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>
[1] commit ffd24fa2fcc7 ("e1000e: Correct NVM checksum verification flow")