mbox series

[for-4.13,v2,0/3] fixes for make_[memory/cpu]_node

Message ID alpine.DEB.2.21.1910071811320.13684@sstabellini-ThinkPad-T480s (mailing list archive)
Headers show
Series fixes for make_[memory/cpu]_node | expand

Message

Stefano Stabellini Oct. 8, 2019, 1:14 a.m. UTC
Hi all,

This is a small collection of fixes for make_memory_node and
make_cpus_node for 4.13.

Cheers,

Stefano


Stefano Stabellini (3):
      xen/arm: fix buf size in make_cpus_node
      xen/arm: make_memory_node return error on nr_banks == 0
      xen/arm: fix duplicate memory node in DT

 xen/arch/arm/domain_build.c | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

Comments

Jürgen Groß Oct. 8, 2019, 4:21 a.m. UTC | #1
On 08.10.19 03:14, Stefano Stabellini wrote:
> Hi all,
> 
> This is a small collection of fixes for make_memory_node and
> make_cpus_node for 4.13.
> 
> Cheers,
> 
> Stefano
> 
> 
> Stefano Stabellini (3):
>        xen/arm: fix buf size in make_cpus_node
>        xen/arm: make_memory_node return error on nr_banks == 0
>        xen/arm: fix duplicate memory node in DT
> 
>   xen/arch/arm/domain_build.c | 22 +++++++++++++++-------
>   1 file changed, 15 insertions(+), 7 deletions(-)
> 

For the series:

Release-acked-by: Juergen Gross <jgross@suse.com>


Juergen