Re: [PATCH V2] RISC-V: Add support for riscv kexec/kdump on kexec-tools

2023-07-19 Thread Petr Tesařík
On Tue, 18 Jul 2023 17:40:17 +0800 Xianting Tian wrote: > 在 2023/7/18 下午5:37, Petr Tesařík 写道: > > On Mon, 27 Mar 2023 16:27:56 +0800 > > Guo Ren wrote: > > > >> F.Y.I > >> > >> xianting_...@126.com > >> > >> On Mon, Mar 27, 2023 at 9:52 AM Baoquan He wrote: > >>> Hi Xianting, > >>> > >>>

Re: [PATCH V2] RISC-V: Add support for riscv kexec/kdump on kexec-tools

2023-07-19 Thread Xianting Tian
在 2023/7/18 下午5:37, Petr Tesařík 写道: On Mon, 27 Mar 2023 16:27:56 +0800 Guo Ren wrote: F.Y.I xianting_...@126.com On Mon, Mar 27, 2023 at 9:52 AM Baoquan He wrote: Hi Xianting, On 10/26/22 at 10:59am, Xianting Tian wrote: 在 2022/10/26 上午10:13, Xianting Tian 写道: Hi Simon thanks for

Re: [PATCH V2] RISC-V: Add support for riscv kexec/kdump on kexec-tools

2023-07-18 Thread Petr Tesařík
On Mon, 27 Mar 2023 16:27:56 +0800 Guo Ren wrote: > F.Y.I > > xianting_...@126.com > > On Mon, Mar 27, 2023 at 9:52 AM Baoquan He wrote: > > > > Hi Xianting, > > > > On 10/26/22 at 10:59am, Xianting Tian wrote: > > > > > > 在 2022/10/26 上午10:13, Xianting Tian 写道: > > > > Hi Simon > > > > >

Re: [PATCH V2] RISC-V: Add support for riscv kexec/kdump on kexec-tools

2023-03-27 Thread Guo Ren
F.Y.I xianting_...@126.com On Mon, Mar 27, 2023 at 9:52 AM Baoquan He wrote: > > Hi Xianting, > > On 10/26/22 at 10:59am, Xianting Tian wrote: > > > > 在 2022/10/26 上午10:13, Xianting Tian 写道: > > > Hi Simon > > > > > > thanks for the comments > > > > > > 在 2022/10/21 下午11:27, Simon Horman 写道: >

Re: [PATCH V2] RISC-V: Add support for riscv kexec/kdump on kexec-tools

2023-03-26 Thread Baoquan He
Hi Xianting, On 10/26/22 at 10:59am, Xianting Tian wrote: > > 在 2022/10/26 上午10:13, Xianting Tian 写道: > > Hi Simon > > > > thanks for the comments > > > > 在 2022/10/21 下午11:27, Simon Horman 写道: > > > On Thu, Oct 20, 2022 at 11:15:48AM +0800, Xianting Tian wrote: > > > > From: Nick Kossifidis

Re: [PATCH V2] RISC-V: Add support for riscv kexec/kdump on kexec-tools

2022-10-28 Thread Simon Horman
On Wed, Oct 26, 2022 at 10:13:48AM +0800, Xianting Tian wrote: > Hi Simon > > thanks for the comments > > 在 2022/10/21 下午11:27, Simon Horman 写道: > > On Thu, Oct 20, 2022 at 11:15:48AM +0800, Xianting Tian wrote: > > > From: Nick Kossifidis > > > > > > This patch adds support for loading the

Re: [PATCH V2] RISC-V: Add support for riscv kexec/kdump on kexec-tools

2022-10-25 Thread Xianting Tian
在 2022/10/26 上午10:13, Xianting Tian 写道: Hi Simon thanks for the comments 在 2022/10/21 下午11:27, Simon Horman 写道: On Thu, Oct 20, 2022 at 11:15:48AM +0800, Xianting Tian wrote: From: Nick Kossifidis This patch adds support for loading the ELF kernel image. It parses the current/provided

Re: [PATCH V2] RISC-V: Add support for riscv kexec/kdump on kexec-tools

2022-10-25 Thread Xianting Tian
Hi Simon thanks for the comments 在 2022/10/21 下午11:27, Simon Horman 写道: On Thu, Oct 20, 2022 at 11:15:48AM +0800, Xianting Tian wrote: From: Nick Kossifidis This patch adds support for loading the ELF kernel image. It parses the current/provided device tree to determine the system's memory

Re: [PATCH V2] RISC-V: Add support for riscv kexec/kdump on kexec-tools

2022-10-21 Thread Simon Horman
On Thu, Oct 20, 2022 at 11:15:48AM +0800, Xianting Tian wrote: > From: Nick Kossifidis > > This patch adds support for loading the ELF kernel image. It parses > the current/provided device tree to determine the system's memory > layout, and /proc/iomem for the various kernel segments. > > This