Re: [PATCH 5/6] kexec: add helper __crash_shrink_memory()

2023-05-31 Thread Baoquan He
On 05/27/23 at 08:34pm, Zhen Lei wrote: > No functional change, in preparation for the next patch so that it is > easier to review. > > Signed-off-by: Zhen Lei > --- > kernel/kexec_core.c | 50 + > 1 file changed, 28 insertions(+), 22 deletions(-) >

Re: [PATCH 5/6] kexec: add helper __crash_shrink_memory()

2023-05-28 Thread Leizhen (ThunderTown)
shrink_memory/20230527-203821 > base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git > mm-everything > patch link: > https://lore.kernel.org/r/20230527123439.772-6-thunder.leizhen%40huawei.com > patch subject: [PATCH 5/6] kexec: add helper __crash_shrink_memory()

Re: [PATCH 5/6] kexec: add helper __crash_shrink_memory()

2023-05-28 Thread kernel test robot
-everything patch link: https://lore.kernel.org/r/20230527123439.772-6-thunder.leizhen%40huawei.com patch subject: [PATCH 5/6] kexec: add helper __crash_shrink_memory() config: x86_64-randconfig-s033-20230528 (https://download.01.org/0day-ci/archive/20230528/202305281410.fdgzvhsb-...@intel.com/config

Re: [PATCH 5/6] kexec: add helper __crash_shrink_memory()

2023-05-27 Thread kernel test robot
-everything patch link: https://lore.kernel.org/r/20230527123439.772-6-thunder.leizhen%40huawei.com patch subject: [PATCH 5/6] kexec: add helper __crash_shrink_memory() config: mips-randconfig-r012-20230528 (https://download.01.org/0day-ci/archive/20230528/202305280949.yytbjy5b-...@intel.com/config

Re: [PATCH 5/6] kexec: add helper __crash_shrink_memory()

2023-05-27 Thread kernel test robot
-everything patch link: https://lore.kernel.org/r/20230527123439.772-6-thunder.leizhen%40huawei.com patch subject: [PATCH 5/6] kexec: add helper __crash_shrink_memory() config: riscv-randconfig-r042-20230526 (https://download.01.org/0day-ci/archive/20230528/202305280717.pw06alkz-...@intel.com/config

[PATCH 5/6] kexec: add helper __crash_shrink_memory()

2023-05-27 Thread Zhen Lei
No functional change, in preparation for the next patch so that it is easier to review. Signed-off-by: Zhen Lei --- kernel/kexec_core.c | 50 + 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/kernel/kexec_core.c b/kernel/kexec_core.c