Re: [GIT PULL] dmi update for v6.10
From: Linus Torvalds
Date: Mon May 20 2024 - 12:28:09 EST
On Mon, 20 May 2024 at 01:12, Jean Delvare <jdelvare@xxxxxxx> wrote:
>
> * Bug fixes:
> - KCFI violation in dmi-id
> - Panic on broken (short) DMI table entry
Well, I wasn't going to pull that based on the description, but it
turns out it's not a panic at all, it's just a "stop decoding".
Because panicking on broken firmware would be horrible.
Linus