Re: [PATCH V3] panic: Move panic_print before kmsg dumpers

2022-01-16 Thread Baoquan He
On 01/17/22 at 11:33am, Baoquan He wrote: > On 01/14/22 at 03:30pm, Guilherme G. Piccoli wrote: > .. > > .../admin-guide/kernel-parameters.txt | 4 > > kernel/panic.c| 22 ++- > > 2 files changed, 21 insertions(+), 5 deletions(-) >

Re: [PATCH V3] panic: Move panic_print before kmsg dumpers

2022-01-16 Thread Baoquan He
On 01/14/22 at 03:30pm, Guilherme G. Piccoli wrote: .. > .../admin-guide/kernel-parameters.txt | 4 > kernel/panic.c| 22 ++- > 2 files changed, 21 insertions(+), 5 deletions(-) > > diff --git a/Documentation/admin-guide/kernel-pa

Re: [PATCH v2 0/5] kexec: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef

2022-01-16 Thread Baoquan He
Hi Jisheng, On 12/07/21 at 12:05am, Jisheng Zhang wrote: > Replace the conditional compilation using "#ifdef CONFIG_KEXEC_CORE" > by a check for "IS_ENABLED(CONFIG_KEXEC_CORE)", to simplify the code > and increase compile coverage. I go through this patchset, You mention the benefits it brings ar

Re: [PATCH V4] notifier/panic: Introduce panic_notifier_filter

2022-01-16 Thread Baoquan He
On 01/08/22 at 12:34pm, Guilherme G. Piccoli wrote: .. > So, this patch aims to ease this decision: we hereby introduce a filter > for the panic notifier list, in which users may select specifically > which callbacks they wish to run, allowing a safer kdump. The allowlist > should be provided