Re: [PATCH 1/2] reboot: allow to override reboot type if quirks are found

2020-12-01 Thread Petr Mladek
On Mon 2020-11-30 18:37:16, Matteo Croce wrote: > From: Matteo Croce > > On some machines a quirk can force a specific reboot type. > Quirks are found during a DMI scan, the list of machines which need > special reboot handling is defined in reboot_dmi_table. > > The kernel command line reboot=

[PATCH 1/2] reboot: allow to override reboot type if quirks are found

2020-11-30 Thread Matteo Croce
From: Matteo Croce On some machines a quirk can force a specific reboot type. Quirks are found during a DMI scan, the list of machines which need special reboot handling is defined in reboot_dmi_table. The kernel command line reboot= option overrides this via a global variable `reboot_default`,