All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 13/15] arch, drivers: replace for_each_membock() with for_each_mem_range()
Date: Tue, 28 Jul 2020 23:26:38 +0800	[thread overview]
Message-ID: <202007282347.BgCVwcWf%lkp@intel.com> (raw)
In-Reply-To: <20200728051153.1590-14-rppt@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 12971 bytes --]

Hi Mike,

I love your patch! Yet something to improve:

[auto build test ERROR on linus/master]
[also build test ERROR on v5.8-rc7]
[cannot apply to powerpc/next hnaz-linux-mm/master arm64/for-next/core next-20200727]
[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 documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Mike-Rapoport/memblock-seasonal-cleaning-w-cleanup/20200728-131935
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 92ed301919932f777713b9172e525674157e983d
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All error/warnings (new ones prefixed by >>):

   In file included from include/linux/cache.h:5,
                    from include/linux/printk.h:9,
                    from include/linux/kernel.h:15,
                    from include/asm-generic/bug.h:19,
                    from arch/arm64/include/asm/bug.h:26,
                    from arch/arm64/include/asm/pgtable.h:8,
                    from include/linux/pgtable.h:6,
                    from include/linux/kasan.h:14,
                    from arch/arm64/mm/kasan_init.c:10:
   arch/arm64/mm/kasan_init.c: In function 'kasan_init':
>> arch/arm64/mm/kasan_init.c:219:56: warning: passing argument 1 of 'kasan_mem_to_shadow' makes pointer from integer without a cast [-Wint-conversion]
     219 |  kimg_shadow_end = PAGE_ALIGN((u64)kasan_mem_to_shadow(_end));
         |                                                        ^~~~
         |                                                        |
         |                                                        phys_addr_t {aka long long unsigned int}
   include/uapi/linux/kernel.h:11:41: note: in definition of macro '__ALIGN_KERNEL_MASK'
      11 | #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
         |                                         ^
   include/linux/kernel.h:33:22: note: in expansion of macro '__ALIGN_KERNEL'
      33 | #define ALIGN(x, a)  __ALIGN_KERNEL((x), (a))
         |                      ^~~~~~~~~~~~~~
   include/linux/mm.h:213:26: note: in expansion of macro 'ALIGN'
     213 | #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE)
         |                          ^~~~~
   arch/arm64/mm/kasan_init.c:219:20: note: in expansion of macro 'PAGE_ALIGN'
     219 |  kimg_shadow_end = PAGE_ALIGN((u64)kasan_mem_to_shadow(_end));
         |                    ^~~~~~~~~~
   In file included from arch/arm64/mm/kasan_init.c:10:
   include/linux/kasan.h:26:53: note: expected 'const void *' but argument is of type 'phys_addr_t' {aka 'long long unsigned int'}
      26 | static inline void *kasan_mem_to_shadow(const void *addr)
         |                                         ~~~~~~~~~~~~^~~~
   In file included from include/linux/cache.h:5,
                    from include/linux/printk.h:9,
                    from include/linux/kernel.h:15,
                    from include/asm-generic/bug.h:19,
                    from arch/arm64/include/asm/bug.h:26,
                    from arch/arm64/include/asm/pgtable.h:8,
                    from include/linux/pgtable.h:6,
                    from include/linux/kasan.h:14,
                    from arch/arm64/mm/kasan_init.c:10:
>> arch/arm64/mm/kasan_init.c:219:56: warning: passing argument 1 of 'kasan_mem_to_shadow' makes pointer from integer without a cast [-Wint-conversion]
     219 |  kimg_shadow_end = PAGE_ALIGN((u64)kasan_mem_to_shadow(_end));
         |                                                        ^~~~
         |                                                        |
         |                                                        phys_addr_t {aka long long unsigned int}
   include/uapi/linux/kernel.h:11:47: note: in definition of macro '__ALIGN_KERNEL_MASK'
      11 | #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
         |                                               ^~~~
   include/linux/kernel.h:33:22: note: in expansion of macro '__ALIGN_KERNEL'
      33 | #define ALIGN(x, a)  __ALIGN_KERNEL((x), (a))
         |                      ^~~~~~~~~~~~~~
   include/linux/mm.h:213:26: note: in expansion of macro 'ALIGN'
     213 | #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE)
         |                          ^~~~~
   arch/arm64/mm/kasan_init.c:219:20: note: in expansion of macro 'PAGE_ALIGN'
     219 |  kimg_shadow_end = PAGE_ALIGN((u64)kasan_mem_to_shadow(_end));
         |                    ^~~~~~~~~~
   In file included from arch/arm64/mm/kasan_init.c:10:
   include/linux/kasan.h:26:53: note: expected 'const void *' but argument is of type 'phys_addr_t' {aka 'long long unsigned int'}
      26 | static inline void *kasan_mem_to_shadow(const void *addr)
         |                                         ~~~~~~~~~~~~^~~~
   In file included from include/linux/cache.h:5,
                    from include/linux/printk.h:9,
                    from include/linux/kernel.h:15,
                    from include/asm-generic/bug.h:19,
                    from arch/arm64/include/asm/bug.h:26,
                    from arch/arm64/include/asm/pgtable.h:8,
                    from include/linux/pgtable.h:6,
                    from include/linux/kasan.h:14,
                    from arch/arm64/mm/kasan_init.c:10:
>> arch/arm64/mm/kasan_init.c:219:56: warning: passing argument 1 of 'kasan_mem_to_shadow' makes pointer from integer without a cast [-Wint-conversion]
     219 |  kimg_shadow_end = PAGE_ALIGN((u64)kasan_mem_to_shadow(_end));
         |                                                        ^~~~
         |                                                        |
         |                                                        phys_addr_t {aka long long unsigned int}
   include/uapi/linux/kernel.h:11:58: note: in definition of macro '__ALIGN_KERNEL_MASK'
      11 | #define __ALIGN_KERNEL_MASK(x, mask) (((x) + (mask)) & ~(mask))
         |                                                          ^~~~
   include/linux/kernel.h:33:22: note: in expansion of macro '__ALIGN_KERNEL'
      33 | #define ALIGN(x, a)  __ALIGN_KERNEL((x), (a))
         |                      ^~~~~~~~~~~~~~
   include/linux/mm.h:213:26: note: in expansion of macro 'ALIGN'
     213 | #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE)
         |                          ^~~~~
   arch/arm64/mm/kasan_init.c:219:20: note: in expansion of macro 'PAGE_ALIGN'
     219 |  kimg_shadow_end = PAGE_ALIGN((u64)kasan_mem_to_shadow(_end));
         |                    ^~~~~~~~~~
   In file included from arch/arm64/mm/kasan_init.c:10:
   include/linux/kasan.h:26:53: note: expected 'const void *' but argument is of type 'phys_addr_t' {aka 'long long unsigned int'}
      26 | static inline void *kasan_mem_to_shadow(const void *addr)
         |                                         ~~~~~~~~~~~~^~~~
   In file included from arch/arm64/mm/kasan_init.c:13:
>> arch/arm64/mm/kasan_init.c:249:25: error: 'start' undeclared (first use in this function); did you mean '_start'?
     249 |  for_each_mem_range(i, &start, &end) {
         |                         ^~~~~
   include/linux/memblock.h:159:10: note: in definition of macro '__for_each_mem_range'
     159 |          p_start, p_end, p_nid);  \
         |          ^~~~~~~
   arch/arm64/mm/kasan_init.c:249:2: note: in expansion of macro 'for_each_mem_range'
     249 |  for_each_mem_range(i, &start, &end) {
         |  ^~~~~~~~~~~~~~~~~~
   arch/arm64/mm/kasan_init.c:249:25: note: each undeclared identifier is reported only once for each function it appears in
     249 |  for_each_mem_range(i, &start, &end) {
         |                         ^~~~~
   include/linux/memblock.h:159:10: note: in definition of macro '__for_each_mem_range'
     159 |          p_start, p_end, p_nid);  \
         |          ^~~~~~~
   arch/arm64/mm/kasan_init.c:249:2: note: in expansion of macro 'for_each_mem_range'
     249 |  for_each_mem_range(i, &start, &end) {
         |  ^~~~~~~~~~~~~~~~~~
>> arch/arm64/mm/kasan_init.c:249:33: error: 'end' undeclared (first use in this function); did you mean '_end'?
     249 |  for_each_mem_range(i, &start, &end) {
         |                                 ^~~
   include/linux/memblock.h:159:19: note: in definition of macro '__for_each_mem_range'
     159 |          p_start, p_end, p_nid);  \
         |                   ^~~~~
   arch/arm64/mm/kasan_init.c:249:2: note: in expansion of macro 'for_each_mem_range'
     249 |  for_each_mem_range(i, &start, &end) {
         |  ^~~~~~~~~~~~~~~~~~
>> include/linux/memblock.h:158:31: error: passing argument 1 of '__next_mem_range' from incompatible pointer type [-Werror=incompatible-pointer-types]
     158 |  for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, \
   include/linux/memblock.h:192:2: note: in expansion of macro '__for_each_mem_range'
     192 |  __for_each_mem_range(i, &memblock.memory, NULL, NUMA_NO_NODE, \
         |  ^~~~~~~~~~~~~~~~~~~~
   arch/arm64/mm/kasan_init.c:249:2: note: in expansion of macro 'for_each_mem_range'
     249 |  for_each_mem_range(i, &start, &end) {
         |  ^~~~~~~~~~~~~~~~~~
   include/linux/memblock.h:129:28: note: expected 'u64 *' {aka 'long long unsigned int *'} but argument is of type 'int *'
     129 | void __next_mem_range(u64 *idx, int nid, enum memblock_flags flags,
         |                       ~~~~~^~~
   include/linux/memblock.h:161:24: error: passing argument 1 of '__next_mem_range' from incompatible pointer type [-Werror=incompatible-pointer-types]
     161 |       __next_mem_range(&i, nid, flags, type_a, type_b,  \
   include/linux/memblock.h:192:2: note: in expansion of macro '__for_each_mem_range'
     192 |  __for_each_mem_range(i, &memblock.memory, NULL, NUMA_NO_NODE, \
         |  ^~~~~~~~~~~~~~~~~~~~
   arch/arm64/mm/kasan_init.c:249:2: note: in expansion of macro 'for_each_mem_range'
     249 |  for_each_mem_range(i, &start, &end) {
         |  ^~~~~~~~~~~~~~~~~~
   include/linux/memblock.h:129:28: note: expected 'u64 *' {aka 'long long unsigned int *'} but argument is of type 'int *'
     129 | void __next_mem_range(u64 *idx, int nid, enum memblock_flags flags,
         |                       ~~~~~^~~
   arch/arm64/mm/kasan_init.c:215:14: warning: unused variable '_start' [-Wunused-variable]
     215 |  phys_addr_t _start, _end;
         |              ^~~~~~
   cc1: some warnings being treated as errors

vim +249 arch/arm64/mm/kasan_init.c

   210	
   211	void __init kasan_init(void)
   212	{
   213		u64 kimg_shadow_start, kimg_shadow_end;
   214		u64 mod_shadow_start, mod_shadow_end;
   215		phys_addr_t _start, _end;
   216		int i;
   217	
   218		kimg_shadow_start = (u64)kasan_mem_to_shadow(_text) & PAGE_MASK;
 > 219		kimg_shadow_end = PAGE_ALIGN((u64)kasan_mem_to_shadow(_end));
   220	
   221		mod_shadow_start = (u64)kasan_mem_to_shadow((void *)MODULES_VADDR);
   222		mod_shadow_end = (u64)kasan_mem_to_shadow((void *)MODULES_END);
   223	
   224		/*
   225		 * We are going to perform proper setup of shadow memory.
   226		 * At first we should unmap early shadow (clear_pgds() call below).
   227		 * However, instrumented code couldn't execute without shadow memory.
   228		 * tmp_pg_dir used to keep early shadow mapped until full shadow
   229		 * setup will be finished.
   230		 */
   231		memcpy(tmp_pg_dir, swapper_pg_dir, sizeof(tmp_pg_dir));
   232		dsb(ishst);
   233		cpu_replace_ttbr1(lm_alias(tmp_pg_dir));
   234	
   235		clear_pgds(KASAN_SHADOW_START, KASAN_SHADOW_END);
   236	
   237		kasan_map_populate(kimg_shadow_start, kimg_shadow_end,
   238				   early_pfn_to_nid(virt_to_pfn(lm_alias(_text))));
   239	
   240		kasan_populate_early_shadow(kasan_mem_to_shadow((void *)PAGE_END),
   241					   (void *)mod_shadow_start);
   242		kasan_populate_early_shadow((void *)kimg_shadow_end,
   243					   (void *)KASAN_SHADOW_END);
   244	
   245		if (kimg_shadow_start > mod_shadow_end)
   246			kasan_populate_early_shadow((void *)mod_shadow_end,
   247						    (void *)kimg_shadow_start);
   248	
 > 249		for_each_mem_range(i, &start, &end) {

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 73552 bytes --]

  parent reply	other threads:[~2020-07-28 15:26 UTC|newest]

Thread overview: 247+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-28  5:11 [PATCH 00/15] memblock: seasonal cleaning^w cleanup Mike Rapoport
2020-07-28  5:12 ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11 ` Mike Rapoport
2020-07-28  5:11 ` Mike Rapoport
2020-07-28  5:11 ` Mike Rapoport
2020-07-28  5:11 ` Mike Rapoport
2020-07-28  5:11 ` Mike Rapoport
2020-07-28  5:11 ` [PATCH 01/15] KVM: PPC: Book3S HV: simplify kvm_cma_reserve() Mike Rapoport
2020-07-28  5:12   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11 ` [PATCH 02/15] dma-contiguous: simplify cma_early_percent_memory() Mike Rapoport
2020-07-28  5:12   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  6:37   ` Christoph Hellwig
2020-07-28  6:37     ` [OpenRISC] " Christoph Hellwig
2020-07-28  6:37     ` Christoph Hellwig
2020-07-28  6:37     ` Christoph Hellwig
2020-07-28  6:37     ` Christoph Hellwig
2020-07-28  6:37     ` Christoph Hellwig
2020-07-28  6:37     ` Christoph Hellwig
2020-07-28  5:11 ` [PATCH 03/15] arm, xtensa: simplify initialization of high memory pages Mike Rapoport
2020-07-28  5:12   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  8:09   ` Max Filippov
2020-07-28  8:09     ` [OpenRISC] " Max Filippov
2020-07-28  8:09     ` Max Filippov
2020-07-28  8:09     ` Max Filippov
2020-07-28  8:09     ` Max Filippov
2020-07-28  8:09     ` Max Filippov
2020-07-28  8:09     ` Max Filippov
2020-07-28  8:09     ` Max Filippov
2020-07-28  8:09     ` Max Filippov
2020-07-28  5:11 ` [PATCH 04/15] arm64: numa: simplify dummy_numa_init() Mike Rapoport
2020-07-28  5:12   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-29  8:30   ` Jonathan Cameron
2020-07-29  8:31     ` [OpenRISC] " Jonathan Cameron
2020-07-29  8:30     ` Jonathan Cameron
2020-07-29  8:30     ` Jonathan Cameron
2020-07-29  8:30     ` Jonathan Cameron
2020-07-29  8:30     ` Jonathan Cameron
2020-07-29  8:30     ` Jonathan Cameron
2020-07-29  8:30     ` Jonathan Cameron
2020-07-30 12:03   ` Catalin Marinas
2020-07-30 12:04     ` [OpenRISC] " Catalin Marinas
2020-07-30 12:03     ` Catalin Marinas
2020-07-30 12:03     ` Catalin Marinas
2020-07-30 12:03     ` Catalin Marinas
2020-07-30 12:03     ` Catalin Marinas
2020-07-30 12:03     ` Catalin Marinas
2020-07-28  5:11 ` [PATCH 05/15] h8300, nds32, openrisc: simplify detection of memory extents Mike Rapoport
2020-07-28  5:13   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-29 11:41   ` Stafford Horne
2020-07-29 11:42     ` [OpenRISC] " Stafford Horne
2020-07-29 11:41     ` Stafford Horne
2020-07-29 11:41     ` Stafford Horne
2020-07-29 11:41     ` Stafford Horne
2020-07-29 11:41     ` Stafford Horne
2020-07-29 11:41     ` Stafford Horne
2020-07-28  5:11 ` [PATCH 06/15] powerpc: fadamp: simplify fadump_reserve_crash_area() Mike Rapoport
2020-07-28  5:13   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-30 12:15   ` Michael Ellerman
2020-07-30 12:15     ` [OpenRISC] " Michael Ellerman
2020-07-30 12:15     ` Michael Ellerman
2020-07-30 12:15     ` Michael Ellerman
2020-07-30 12:15     ` Michael Ellerman
2020-07-30 12:15     ` Michael Ellerman
2020-07-30 12:15     ` Michael Ellerman
2020-07-30 12:15     ` Michael Ellerman
2020-08-01 10:18     ` Mike Rapoport
2020-08-01 10:19       ` [OpenRISC] " Mike Rapoport
2020-08-01 10:18       ` Mike Rapoport
2020-08-01 10:18       ` Mike Rapoport
2020-08-01 10:18       ` Mike Rapoport
2020-08-01 10:18       ` Mike Rapoport
2020-08-01 10:18       ` Mike Rapoport
2020-08-01 10:53       ` Hari Bathini
2020-08-01 10:55         ` Hari Bathini
2020-08-01 10:54         ` [OpenRISC] " Hari Bathini
2020-08-01 10:53         ` Hari Bathini
2020-08-01 10:53         ` Hari Bathini
2020-08-01 10:53         ` Hari Bathini
2020-08-01 10:53         ` Hari Bathini
2020-08-02 13:14       ` Michael Ellerman
2020-08-02 13:14         ` [OpenRISC] " Michael Ellerman
2020-08-02 13:14         ` Michael Ellerman
2020-08-02 13:14         ` Michael Ellerman
2020-08-02 13:14         ` Michael Ellerman
2020-08-02 13:14         ` Michael Ellerman
2020-08-02 13:14         ` Michael Ellerman
2020-07-28  5:11 ` [PATCH 07/15] riscv: drop unneeded node initialization Mike Rapoport
2020-07-28  5:13   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11 ` [PATCH 08/15] mircoblaze: drop unneeded NUMA and sparsemem initializations Mike Rapoport
2020-07-28  5:13   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11 ` [PATCH 09/15] memblock: make for_each_memblock_type() iterator private Mike Rapoport
2020-07-28  5:13   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-30  1:52   ` Baoquan He
2020-07-30  1:52     ` [OpenRISC] " Baoquan He
2020-07-30  1:52     ` Baoquan He
2020-07-30  1:52     ` Baoquan He
2020-07-30  1:52     ` Baoquan He
2020-07-30  1:52     ` Baoquan He
2020-07-30  1:52     ` Baoquan He
2020-07-28  5:11 ` [PATCH 10/15] memblock: make memblock_debug and related functionality private Mike Rapoport
2020-07-28  5:13   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-30  1:54   ` Baoquan He
2020-07-30  1:54     ` [OpenRISC] " Baoquan He
2020-07-30  1:54     ` Baoquan He
2020-07-30  1:54     ` Baoquan He
2020-07-30  1:54     ` Baoquan He
2020-07-30  1:54     ` Baoquan He
2020-07-30  1:54     ` Baoquan He
2020-07-28  5:11 ` [PATCH 11/15] memblock: reduce number of parameters in for_each_mem_range() Mike Rapoport
2020-07-28  5:14   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-30  2:22   ` Baoquan He
2020-07-30  2:22     ` [OpenRISC] " Baoquan He
2020-07-30  2:22     ` Baoquan He
2020-07-30  2:22     ` Baoquan He
2020-07-30  2:22     ` Baoquan He
2020-07-30  2:22     ` Baoquan He
2020-07-30  2:22     ` Baoquan He
2020-07-28  5:11 ` [PATCH 12/15] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range() Mike Rapoport
2020-07-28  5:14   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11 ` [PATCH 13/15] arch, drivers: replace for_each_membock() with for_each_mem_range() Mike Rapoport
2020-07-28  5:14   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28 15:02   ` Emil Renner Berthing
2020-07-28 15:03     ` [OpenRISC] " Emil Renner Berthing
2020-07-28 15:02     ` Emil Renner Berthing
2020-07-28 15:02     ` Emil Renner Berthing
2020-07-28 15:26   ` kernel test robot [this message]
2020-07-28  5:11 ` [PATCH 14/15] x86/numa: remove redundant iteration over memblock.reserved Mike Rapoport
2020-07-28  5:14   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28 10:44   ` Ingo Molnar
2020-07-28 10:44     ` [OpenRISC] " Ingo Molnar
2020-07-28 10:44     ` Ingo Molnar
2020-07-28 10:44     ` Ingo Molnar
2020-07-28 10:44     ` Ingo Molnar
2020-07-28 10:44     ` Ingo Molnar
2020-07-28 10:44     ` Ingo Molnar
2020-07-28 10:56     ` Mike Rapoport
2020-07-28 10:56       ` [OpenRISC] " Mike Rapoport
2020-07-28 10:56       ` Mike Rapoport
2020-07-28 10:56       ` Mike Rapoport
2020-07-28 10:56       ` Mike Rapoport
2020-07-28 10:56       ` Mike Rapoport
2020-07-28 10:56       ` Mike Rapoport
2020-07-28 11:31       ` Ingo Molnar
2020-07-28 11:31         ` [OpenRISC] " Ingo Molnar
2020-07-28 11:31         ` Ingo Molnar
2020-07-28 11:31         ` Ingo Molnar
2020-07-28 11:31         ` Ingo Molnar
2020-07-28 11:31         ` Ingo Molnar
2020-07-28 11:31         ` Ingo Molnar
2020-07-28 11:02   ` Baoquan He
2020-07-28 11:03     ` [OpenRISC] " Baoquan He
2020-07-28 11:02     ` Baoquan He
2020-07-28 11:02     ` Baoquan He
2020-07-28 11:02     ` Baoquan He
2020-07-28 11:02     ` Baoquan He
2020-07-28 11:02     ` Baoquan He
2020-07-28 14:15     ` Mike Rapoport
2020-07-28 14:15       ` [OpenRISC] " Mike Rapoport
2020-07-28 14:15       ` Mike Rapoport
2020-07-28 14:15       ` Mike Rapoport
2020-07-28 14:15       ` Mike Rapoport
2020-07-28 14:15       ` Mike Rapoport
2020-07-28 14:15       ` Mike Rapoport
2020-07-28 14:23       ` Baoquan He
2020-07-28 14:24         ` [OpenRISC] " Baoquan He
2020-07-28 14:23         ` Baoquan He
2020-07-28 14:23         ` Baoquan He
2020-07-28 14:23         ` Baoquan He
2020-07-28 14:23         ` Baoquan He
2020-07-28 14:23         ` Baoquan He
2020-07-28  5:11 ` [PATCH 15/15] memblock: remove 'type' parameter from for_each_memblock() Mike Rapoport
2020-07-28  5:14   ` [OpenRISC] " Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport
2020-07-28  5:11   ` Mike Rapoport

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202007282347.BgCVwcWf%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.