Re: [PATCH 1/1] dm: avoid NULL dereference in add_item()

2022-07-26 Thread Simon Glass
On Sun, 10 Jul 2022 at 07:40, Heinrich Schuchardt wrote: > > acpi_add_other_item() passes dev = NULL. Instead of dev->name write the > string "other" to the debug log: > > ACPI: Writing ACPI tables at 1fd3000 > 0base: writing table '' > * other: Added type 3, 11fd4000, size 240

Re: [PATCH 1/1] dm: avoid NULL dereference in add_item()

2022-07-12 Thread Simon Glass
On Sun, 10 Jul 2022 at 07:40, Heinrich Schuchardt wrote: > > acpi_add_other_item() passes dev = NULL. Instead of dev->name write the > string "other" to the debug log: > > ACPI: Writing ACPI tables at 1fd3000 > 0base: writing table '' > * other: Added type 3, 11fd4000, size 240

[PATCH 1/1] dm: avoid NULL dereference in add_item()

2022-07-10 Thread Heinrich Schuchardt
acpi_add_other_item() passes dev = NULL. Instead of dev->name write the string "other" to the debug log: ACPI: Writing ACPI tables at 1fd3000 0base: writing table '' * other: Added type 3, 11fd4000, size 240 1facs: writing table 'FACS' * other: Added type 3, 11f