Re: [PATCH v2 0/2] xen/xenbus: some cleanups

2020-07-03 Thread Boris Ostrovsky
On 7/1/20 8:16 AM, Juergen Gross wrote: > Avoid allocating large amount of data on the stack in > xenbus_map_ring_valloc() and some related return value cleanups. > > Juergen Gross (2): > xen/xenbus: avoid large structs and arrays on the stack > xen/xenbus: let xenbus_map_ring_valloc() return e

[PATCH v2 0/2] xen/xenbus: some cleanups

2020-07-01 Thread Juergen Gross
Avoid allocating large amount of data on the stack in xenbus_map_ring_valloc() and some related return value cleanups. Juergen Gross (2): xen/xenbus: avoid large structs and arrays on the stack xen/xenbus: let xenbus_map_ring_valloc() return errno values only drivers/xen/xenbus/xenbus_client