Re: [PATCH] MIPS: crash_dump.c: Simplify copy_oldmem_page()

2021-02-05 Thread kernel test robot
Hi Youling, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.11-rc6 next-20210125] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as

Re: [PATCH] MIPS: crash_dump.c: Simplify copy_oldmem_page()

2021-02-05 Thread kernel test robot
Hi Youling, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.11-rc6 next-20210125] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as

[PATCH] MIPS: crash_dump.c: Simplify copy_oldmem_page()

2021-02-05 Thread Youling Tang
Replace kmap_atomic_pfn() with kmap_local_pfn() which is preemptible and can take page faults. Remove the indirection of the dump page and the related cruft which is not longer required. Remove unused or redundant header files. Signed-off-by: Youling Tang --- arch/mips/kernel/crash_dump.c |