Re: [PATCH 1/2] arch/loongarch: clean up the left code and Kconfig item related to CRASH_CORE

2024-04-17 Thread Geert Uytterhoeven
On Wed, Apr 17, 2024 at 5:15 AM Huacai Chen wrote: > On Sat, Mar 30, 2024 at 10:24 PM Baoquan He wrote: > > > > On 03/30/24 at 09:59pm, Huacai Chen wrote: > > > Queued, thanks. > > > > Thanks, Huacai. While I noticed Andrew has queued this patchset in his > > mm-unstable branch. > If I'm not

Re: [PATCH 1/2] arch/loongarch: clean up the left code and Kconfig item related to CRASH_CORE

2024-04-16 Thread Huacai Chen
Hi, Andrew, On Sat, Mar 30, 2024 at 10:24 PM Baoquan He wrote: > > On 03/30/24 at 09:59pm, Huacai Chen wrote: > > Queued, thanks. > > Thanks, Huacai. While I noticed Andrew has queued this patchset in his > mm-unstable branch. If I'm not mistaken, mm-unstable is target for the next 6.10, not for

Re: [PATCH 1/2] arch/loongarch: clean up the left code and Kconfig item related to CRASH_CORE

2024-03-30 Thread Baoquan He
On 03/30/24 at 09:59pm, Huacai Chen wrote: > Queued, thanks. Thanks, Huacai. While I noticed Andrew has queued this patchset in his mm-unstable branch. > > Huacai > > On Fri, Mar 29, 2024 at 9:28 PM Baoquan He wrote: > > > > In commit 85fcde402db1 ("kexec: split crashkernel reservation code >

Re: [PATCH 1/2] arch/loongarch: clean up the left code and Kconfig item related to CRASH_CORE

2024-03-30 Thread Huacai Chen
Queued, thanks. Huacai On Fri, Mar 29, 2024 at 9:28 PM Baoquan He wrote: > > In commit 85fcde402db1 ("kexec: split crashkernel reservation code > out from crash_core.c"), crashkernel reservation code is split out from > crash_core.c, and add CRASH_RESERVE to control it. And also rename each >

[PATCH 1/2] arch/loongarch: clean up the left code and Kconfig item related to CRASH_CORE

2024-03-29 Thread Baoquan He
In commit 85fcde402db1 ("kexec: split crashkernel reservation code out from crash_core.c"), crashkernel reservation code is split out from crash_core.c, and add CRASH_RESERVE to control it. And also rename each ARCH's to accordingly. But the relevant part in loongarch is missed. Do it now.