Re: [PATCH] arch/s390: save_area_alloc default failure behavior changed to panic

From: Weikang Guo
Date: Thu Jan 09 2025 - 03:28:48 EST


Hi, Alexander

>
> Alexander Gordeev <agordeev@xxxxxxxxxxxxx> wrote on Thursday, 9 January 2025 16:08
>
> On Thu, Jan 09, 2025 at 11:31:36AM +0800, Guo Weikang wrote:
>
> Hi Guo,
>
> > Now with the memblock_alloc_or_panic interface, save_area_alloc no longer
> > needs to handle panic itself.
> >
> > Signed-off-by: Guo Weikang <guoweikang.kernel@xxxxxxxxx>
> > ---
> > arch/s390/kernel/crash_dump.c | 4 +---
> > arch/s390/kernel/numa.c | 3 +--
> > arch/s390/kernel/smp.c | 4 ----
> > 3 files changed, 2 insertions(+), 9 deletions(-)
>
> This patch is a follow-up to v7, but instead it needs to be part of v8.
> I guess Andrew would refresh mm-everything (or whatever he finds appropriate)
> with the new version.

Sorry to confuse you, `memblock_alloc_or_panic` is already merged
into mm/mm-everything
by Andrew, so this is an additional patch specifically to fix the
problem you mentioned.

This patch is based on the latest mm/mm-everything branch, and it has
also been merged
by Andrew,You should have received the email.

@Alexander I hope I cleared your confusion. ^ ^

>
> @Andrew, please correct me if I am wroing.
>
> Thanks!


Best regards.
---
Guo