Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1517536

Re: [PATCH v6 4/4] of/fdt: mark hotpluggable memory

From Reza Arbab <arbab@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject Re: [PATCH v6 4/4] of/fdt: mark hotpluggable memory
Date 2016-11-08 21:00 +0100
Message-ID <sBkIO-5kY-13@gated-at.bofh.it> (permalink)
References <sB1PP-1Bj-13@gated-at.bofh.it> <sB41j-366-17@gated-at.bofh.it>
Organization IBM Linux Technology Center

Show all headers | View raw


On Tue, Nov 08, 2016 at 09:59:26AM +0800, kbuild test robot wrote:
>All errors (new ones prefixed by >>):
>
>   drivers/of/fdt.c: In function 'early_init_dt_scan_memory':
>>> drivers/of/fdt.c:1064:3: error: implicit declaration of function 'memblock_mark_hotplug'
>   cc1: some warnings being treated as errors
>
>vim +/memblock_mark_hotplug +1064 drivers/of/fdt.c
>
>  1058				continue;
>  1059			pr_debug(" - %llx ,  %llx\n", (unsigned long long)base,
>  1060			    (unsigned long long)size);
>  1061	
>  1062			early_init_dt_add_memory_arch(base, size);
>  1063	
>> 1064			if (hotpluggable && memblock_mark_hotplug(base, size))
>  1065				pr_warn("failed to mark hotplug range 0x%llx - 0x%llx\n",
>  1066					base, base + size);
>  1067		}

Ah, I need to adjust for !CONFIG_HAVE_MEMBLOCK. Will correct in v7.

-- 
Reza Arbab

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v6 0/4] enable movable nodes on non-x86 configs Reza Arbab <arbab@linux.vnet.ibm.com> - 2016-11-08 00:50 +0100
  [PATCH v6 1/4] powerpc/mm: allow memory hotplug into a memoryless node Reza Arbab <arbab@linux.vnet.ibm.com> - 2016-11-08 00:50 +0100
    Re: [PATCH v6 1/4] powerpc/mm: allow memory hotplug into a memoryless node Michael Ellerman <mpe@ellerman.id.au> - 2016-11-10 02:40 +0100
  [PATCH v6 4/4] of/fdt: mark hotpluggable memory Reza Arbab <arbab@linux.vnet.ibm.com> - 2016-11-08 00:50 +0100
    Re: [PATCH v6 4/4] of/fdt: mark hotpluggable memory Reza Arbab <arbab@linux.vnet.ibm.com> - 2016-11-08 21:00 +0100
    Re: [PATCH v6 4/4] of/fdt: mark hotpluggable memory Rob Herring <robh+dt@kernel.org> - 2016-11-09 19:20 +0100
      Re: [PATCH v6 4/4] of/fdt: mark hotpluggable memory Reza Arbab <arbab@linux.vnet.ibm.com> - 2016-11-09 21:20 +0100
    Re: [PATCH v6 4/4] of/fdt: mark hotpluggable memory Balbir Singh <bsingharora@gmail.com> - 2016-11-10 02:00 +0100
      Re: [PATCH v6 4/4] of/fdt: mark hotpluggable memory Reza Arbab <arbab@linux.vnet.ibm.com> - 2016-11-10 22:00 +0100
    Re: [PATCH v6 4/4] of/fdt: mark hotpluggable memory Balbir Singh <bsingharora@gmail.com> - 2016-11-11 02:20 +0100

csiph-web