Re: [PATCH v13 7/7] x86/crash: add x86 crash hotplug support

2022-11-09 Thread Eric DeVolder
On 11/9/22 15:31, Borislav Petkov wrote: On Wed, Nov 09, 2022 at 09:48:33AM -0600, Eric DeVolder wrote: ... which then defaults HOTPLUG_CPU to on and thus this code/ifdef in question. defconfig can sometimes lag reality. In this case, the majority of machines have SMP=y because the

Re: [PATCH v13 7/7] x86/crash: add x86 crash hotplug support

2022-11-09 Thread Borislav Petkov
On Wed, Nov 09, 2022 at 09:48:33AM -0600, Eric DeVolder wrote: > ... > which then defaults HOTPLUG_CPU to on and thus this code/ifdef in question. defconfig can sometimes lag reality. In this case, the majority of machines have SMP=y because the majority of machines out there are, well,

Re: [PATCH] vmcoreinfo: Warn if we exceed vmcoreinfo data size

2022-11-09 Thread Stephen Brennan
On 11/8/22 17:04, Baoquan He wrote: On 11/08/22 at 03:48pm, Andrew Morton wrote: On Thu, 27 Oct 2022 13:50:08 -0700 Stephen Brennan wrote: Though vmcoreinfo is intended to be small, at just one page, useful information is still added to it, so we risk running out of space. Currently there

Re: [PATCH v13 7/7] x86/crash: add x86 crash hotplug support

2022-11-09 Thread Eric DeVolder
On 11/2/22 04:26, Borislav Petkov wrote: On Tue, Nov 01, 2022 at 10:45:00AM -0500, Eric DeVolder wrote: As I'm re-reading that message, I suspect now the preference is to just to strike this ifdiffery line in this file and have the code always present? If the preference is actually for

Re: [Crash-utility][PATCH V4 1/9] Add RISCV64 framework code support

2022-11-09 Thread Xianting Tian
在 2022/11/3 下午1:32, lijiang 写道: On Fri, Oct 21, 2022 at 10:57 AM HAGIO KAZUHITO(萩尾 一仁) wrote: On 2022/10/21 11:42, Xianting Tian wrote: 在 2022/10/21 上午10:17, HAGIO KAZUHITO(萩尾 一仁) 写道: On 2022/10/20 10:50, Xianting Tian wrote: diff --git a/README b/README index 5abbce1..d589e72 100644 ---