RE: [ANNOUNCE] makedumpfile 1.7.1

2022-04-19 Thread 萩尾 一仁
-Original Message- > On 18/04/2022 06:03, HAGIO KAZUHITO(萩尾 一仁) wrote: > > Hi, > > > > I'm pleased to announce the release of makedumpfile 1.7.1. > > Thank you everyone for your help to maintain this tool. > > > > Download: > > The latest makedumpfile can be downloaded from the following UR

Re: [PATCH v7 2/8] x86/crash: Introduce new options to support cpu and memory hotplug

2022-04-19 Thread Eric DeVolder
On 4/19/22 05:32, Borislav Petkov wrote: On Mon, Apr 18, 2022 at 05:03:39PM -0500, Eric DeVolder wrote: I've examined the code with this thought in mind, and I'm not exactly sure how this code should be restructured for !HOTPLUG stubs. I'd very much appreciate an example in order to facilitat

Re: [PATCH v22 0/9] support reserving crashkernel above 4G on arm64 kdump

2022-04-19 Thread Dave Kleikamp
For the series: Tested-by: Dave Kleikamp Thanks for keeping this patch set alive. On 4/14/22 6:57AM, Zhen Lei wrote: Changes since [v21]: 1. Update the commit message of patch 1 and 5. 2. Add some comments for reserve_crashkernel() in patch 5. Thanks to Baoquan He and John Donnelly for thei

Re: [PATCH v7 2/8] x86/crash: Introduce new options to support cpu and memory hotplug

2022-04-19 Thread Borislav Petkov
On Mon, Apr 18, 2022 at 05:03:39PM -0500, Eric DeVolder wrote: > I've examined the code with this thought in mind, and I'm not exactly sure how > this code should be restructured for !HOTPLUG stubs. I'd very much appreciate > an example in order to facilitate accommodating the request! For example

Re: [ANNOUNCE] makedumpfile 1.7.1

2022-04-19 Thread Leonidas Spyropoulos
On 18/04/2022 06:03, HAGIO KAZUHITO(萩尾 一仁) wrote: Hi, I'm pleased to announce the release of makedumpfile 1.7.1. Thank you everyone for your help to maintain this tool. Download: The latest makedumpfile can be downloaded from the following URL. https://github.com/makedumpfile/makedumpfile/re

Re: [RFC v4 PATCH 4/5] powerpc/crash hp: add crash hotplug support for kexec_file_load

2022-04-19 Thread Sourabh Jain
On 14/04/22 22:02, Laurent Dufour wrote: On 11/04/2022, 10:43:56, Sourabh Jain wrote: Two major changes are done to enable the crash CPU hotplug handler. Firstly, updated the kexec load path to prepare kimage for hotplug changes, and secondly, implemented the crash hotplug handler. On the kexe

Re: [RFC v4 PATCH 3/5] powrepc/crash hp: update kimage_arch struct

2022-04-19 Thread Sourabh Jain
On 14/04/22 22:05, Laurent Dufour wrote: On 11/04/2022, 10:43:55, Sourabh Jain wrote: Two new members fdt_index and fdt_index_valid are added in kimage_arch struct to track the FDT kexec segment. These new members of kimage_arch struct will help the crash hotplug handler to easily access the F

Re: [RFC v4 PATCH 2/5] powerpc/crash hp: introduce a new config option CRASH_HOTPLUG

2022-04-19 Thread Sourabh Jain
On 14/04/22 22:10, Laurent Dufour wrote: On 11/04/2022, 10:43:54, Sourabh Jain wrote: The option CRASH_HOTPLUG enables, in kernel update to kexec segments on hotplug events. All the updates needed on the capture kernel load path in the kernel for both kexec_load and kexec_file_load system wil