Re: [PATCH] firmware: dmi: handle missing DMI data gracefully

2017-10-17 Thread Ard Biesheuvel
On 17 October 2017 at 08:27, Jean Delvare wrote: > Hi Ard, > > On Thu, 12 Oct 2017 20:59:37 +0100, Ard Biesheuvel wrote: >> Currently, when booting a kernel with DMI support on a platform that has >> no DMI tables, the following output is emitted into the kernel log: >> >> [0.128818] DMI not

Re: [PATCH] firmware: dmi: handle missing DMI data gracefully

2017-10-17 Thread Jean Delvare
Hi Ard, On Thu, 12 Oct 2017 20:59:37 +0100, Ard Biesheuvel wrote: > Currently, when booting a kernel with DMI support on a platform that has > no DMI tables, the following output is emitted into the kernel log: > > [0.128818] DMI not present or invalid. > ... > [1.306659] dmi: Firmw

[PATCH] firmware: dmi: handle missing DMI data gracefully

2017-10-12 Thread Ard Biesheuvel
Currently, when booting a kernel with DMI support on a platform that has no DMI tables, the following output is emitted into the kernel log: [0.128818] DMI not present or invalid. ... [1.306659] dmi: Firmware registration failed. ... [2.908681] dmi-sysfs: dmi entry is absent.