Re: Fwd: [PATCH 1/1] of/fdt: failed to mark hotplug range message

2016-12-22 Thread Heinrich Schuchardt
On 12/22/2016 10:49 PM, Reza Arbab wrote: > On Thu, Dec 22, 2016 at 06:52:45AM +0100, Heinrich Schuchardt wrote: >> diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c >> index c9b5cac03b36..fd129b6e5396 100644 >> --- a/drivers/of/fdt.c >> +++ b/drivers/of/fdt.c >> @@ -1057,7 +1057,7 @@ int __init

Re: Fwd: [PATCH 1/1] of/fdt: failed to mark hotplug range message

2016-12-22 Thread Heinrich Schuchardt
On 12/22/2016 10:49 PM, Reza Arbab wrote: > On Thu, Dec 22, 2016 at 06:52:45AM +0100, Heinrich Schuchardt wrote: >> diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c >> index c9b5cac03b36..fd129b6e5396 100644 >> --- a/drivers/of/fdt.c >> +++ b/drivers/of/fdt.c >> @@ -1057,7 +1057,7 @@ int __init

Re: Fwd: [PATCH 1/1] of/fdt: failed to mark hotplug range message

2016-12-22 Thread Reza Arbab
On Thu, Dec 22, 2016 at 06:52:45AM +0100, Heinrich Schuchardt wrote: diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index c9b5cac03b36..fd129b6e5396 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c @@ -1057,7 +1057,7 @@ int __init early_init_dt_scan_memory(unsigned long node, const char

Re: Fwd: [PATCH 1/1] of/fdt: failed to mark hotplug range message

2016-12-22 Thread Reza Arbab
On Thu, Dec 22, 2016 at 06:52:45AM +0100, Heinrich Schuchardt wrote: diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index c9b5cac03b36..fd129b6e5396 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c @@ -1057,7 +1057,7 @@ int __init early_init_dt_scan_memory(unsigned long node, const char

Re: Fwd: [PATCH 1/1] of/fdt: failed to mark hotplug range message

2016-12-22 Thread Frank Rowand
And the patch to be fixed was merged via akpm, so adding him. Fixes: 41a9ada3e6b4 ("of/fdt: mark hotpluggable memory") -Frank On 12/21/16 21:52, Heinrich Schuchardt wrote: > scripts/get_maintainers.pl did not show the people involved in creating > the code to be changed. > > On 12/22/2016

Re: Fwd: [PATCH 1/1] of/fdt: failed to mark hotplug range message

2016-12-22 Thread Frank Rowand
And the patch to be fixed was merged via akpm, so adding him. Fixes: 41a9ada3e6b4 ("of/fdt: mark hotpluggable memory") -Frank On 12/21/16 21:52, Heinrich Schuchardt wrote: > scripts/get_maintainers.pl did not show the people involved in creating > the code to be changed. > > On 12/22/2016

Fwd: [PATCH 1/1] of/fdt: failed to mark hotplug range message

2016-12-21 Thread Heinrich Schuchardt
scripts/get_maintainers.pl did not show the people involved in creating the code to be changed. On 12/22/2016 06:34 AM, Heinrich Schuchardt wrote: > If marking a hotplug range fails a message > "failed to mark hotplug range" is written. > > The end address is base + size - 1. > > Signed-off-by:

Fwd: [PATCH 1/1] of/fdt: failed to mark hotplug range message

2016-12-21 Thread Heinrich Schuchardt
scripts/get_maintainers.pl did not show the people involved in creating the code to be changed. On 12/22/2016 06:34 AM, Heinrich Schuchardt wrote: > If marking a hotplug range fails a message > "failed to mark hotplug range" is written. > > The end address is base + size - 1. > > Signed-off-by: