Re: [PATCH v3 0/5] RISC-V: Add kexec/kdump support

2021-04-09 Thread Nick Kossifidis
Στις 2021-04-07 19:29, Rob Herring έγραψε: On Mon, Apr 05, 2021 at 11:57:07AM +0300, Nick Kossifidis wrote: This patch series adds kexec/kdump and crash kernel support on RISC-V. For testing the patches a patched version of kexec-tools is needed (still a work in progress) which can be found at:

Re: [PATCH v3 0/5] RISC-V: Add kexec/kdump support

2021-04-07 Thread Rob Herring
On Mon, Apr 05, 2021 at 11:57:07AM +0300, Nick Kossifidis wrote: > This patch series adds kexec/kdump and crash kernel > support on RISC-V. For testing the patches a patched > version of kexec-tools is needed (still a work in > progress) which can be found at: > >

Re: [PATCH v3 0/5] RISC-V: Add kexec/kdump support

2021-04-07 Thread Yixun Lan
Hi Nick On 4/5/21 8:57 AM, Nick Kossifidis wrote: > This patch series adds kexec/kdump and crash kernel > support on RISC-V. For testing the patches a patched > version of kexec-tools is needed (still a work in > progress) which can be found at: > >

[PATCH v3 0/5] RISC-V: Add kexec/kdump support

2021-04-05 Thread Nick Kossifidis
This patch series adds kexec/kdump and crash kernel support on RISC-V. For testing the patches a patched version of kexec-tools is needed (still a work in progress) which can be found at: https://riscv.ics.forth.gr/kexec-tools-patched.tar.xz v3: * Rebase on newer kernel tree * Minor cleanups