Re: [PATCH] reboot: sync documentation with current code

2020-11-12 Thread Matteo Croce
On Fri, Nov 13, 2020 at 2:07 AM Matteo Croce wrote: > > From: Matteo Croce > > The valid values accepted by /sys/kernel/reboot/type are a bit different > that the ones used in the kernel command line. > > In /sys we supports 'cf9_force' and 'cf9_safe', while in the kernel command > line 'pci' and

[PATCH] reboot: sync documentation with current code

2020-11-12 Thread Matteo Croce
From: Matteo Croce The valid values accepted by /sys/kernel/reboot/type are a bit different that the ones used in the kernel command line. In /sys we supports 'cf9_force' and 'cf9_safe', while in the kernel command line 'pci' and 'q' are used. Document the right values in the sysfs documentatio