Re: [PATCH v2 08/19] ARC: mm: switch pgtable_t back to struct page *

2021-08-13 Thread kernel test robot
'--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Vineet-Gupta/ARC-mm-updates-support-3-4-levels-and-asm-generic-pgalloc/20210813-074023 base: https://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git for-next c

[linux-next:master 5325/7963] fs/file.c:401:54: sparse: sparse: incorrect type in initializer (different address spaces)

2021-08-13 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 4b358aabb93a2c654cd1dcab1a25a589f6e2b153 commit: 9cf1d7d830f4a586dfa4ddcaf9eae3959e0708ef [5325/7963] ARC: cmpxchg/xchg: rewrite as macros to make type safe config: arc-randconfig-s031-20210813 (attached

Re: [PATCH v2 08/19] ARC: mm: switch pgtable_t back to struct page *

2021-08-13 Thread Vineet Gupta
when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Vineet-Gupta/ARC-mm-updates-support-3-4-levels-and-asm-generic-pgalloc/20210813-074023 base: https://git.kernel.org/pub/scm/li

Re: [PATCH v2 13/19] ARC: mm: disintegrate mmu.h (arcv2 bits out)

2021-08-13 Thread Vineet Gupta
drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url:https://github.com/0day-ci/linux/commits/Vineet-Gupta/ARC-mm-updates-support-3-4-levels-and-asm-generic-pgalloc/20210813-074023 base:https://git.kernel.o

[PATCH linux-nest] arch/arc/kernel/: fix misspellings using codespell tool

2021-08-13 Thread Yi Wang
From: Changcheng Deng Some typos are found out by codespell tool: ./intc-compact.c:145: prioity ==> priority ./smp.c:286: recevier ==> receiver ./stacktrace.c:152 prelogue ==> prologue Fix typos found by codespell. Reported-by: Zeal Robot Signed-off-by: Changcheng Deng Signed-off-by: Yi Wang

Re: [PATCH v6 00/12] mm/debug_vm_pgtable: Enhancements

2021-08-13 Thread Vineet Gupta
On 8/13/21 2:25 AM, Gavin Shan wrote: Hi Anshuman and Vineet, On 8/12/21 9:11 PM, Anshuman Khandual wrote: On 8/9/21 2:56 PM, Gavin Shan wrote: There are couple of issues with current implementations and this series tries to resolve the issues:    (a) All needed information are scattered in v

Re: [PATCH v6 00/12] mm/debug_vm_pgtable: Enhancements

2021-08-13 Thread Gavin Shan
Hi Vineet, On 8/14/21 5:43 AM, Vineet Gupta wrote: On 8/13/21 2:25 AM, Gavin Shan wrote: On 8/12/21 9:11 PM, Anshuman Khandual wrote: On 8/9/21 2:56 PM, Gavin Shan wrote: There are couple of issues with current implementations and this series tries to resolve the issues:    (a) All needed in