Re: [PATCH v2 5/5] ramoops: add max_reason optional field to ramoops DT node

2020-05-13 Thread Kees Cook
On Tue, May 12, 2020 at 09:42:30PM -0500, Rob Herring wrote: > On Tue, May 05, 2020 at 11:45:10AM -0400, Pavel Tatashin wrote: > > Currently, it is possible to dump kmsges for panic, or oops. > > With max_reason it is possible to dump messages for other > > kmesg_dump events, for example reboot, ha

Re: [PATCH v2 5/5] ramoops: add max_reason optional field to ramoops DT node

2020-05-12 Thread Rob Herring
On Tue, May 05, 2020 at 11:45:10AM -0400, Pavel Tatashin wrote: > Currently, it is possible to dump kmsges for panic, or oops. > With max_reason it is possible to dump messages for other > kmesg_dump events, for example reboot, halt, shutdown, kexec. > > Signed-off-by: Pavel Tatashin > --- > ...

[PATCH v2 5/5] ramoops: add max_reason optional field to ramoops DT node

2020-05-05 Thread Pavel Tatashin
Currently, it is possible to dump kmsges for panic, or oops. With max_reason it is possible to dump messages for other kmesg_dump events, for example reboot, halt, shutdown, kexec. Signed-off-by: Pavel Tatashin --- .../devicetree/bindings/reserved-memory/ramoops.txt| 10 -- 1 file ch