- 19 cze 2020 o 14:39, Jan Beulich jbeul...@suse.com napisał(a):
> On 19.06.2020 14:35, Michał Leszczyński wrote:
>> - 19 cze 2020 o 13:34, Roger Pau Monné roger@citrix.com napisał(a):
>>
>>> On Fri, Jun 19, 2020 at 01:38:00AM +0200, Michał Leszczyński wrote:
Replace on-stack arr
On 19.06.2020 14:35, Michał Leszczyński wrote:
> - 19 cze 2020 o 13:34, Roger Pau Monné roger@citrix.com napisał(a):
>
>> On Fri, Jun 19, 2020 at 01:38:00AM +0200, Michał Leszczyński wrote:
>>> Replace on-stack array allocation with heap allocation
>>> in order to lift the limit of 32 item
- 19 cze 2020 o 13:34, Roger Pau Monné roger@citrix.com napisał(a):
> On Fri, Jun 19, 2020 at 01:38:00AM +0200, Michał Leszczyński wrote:
>> Replace on-stack array allocation with heap allocation
>> in order to lift the limit of 32 items in mfn/gfn arrays
>> when calling acquire_resource.
- 19 cze 2020 o 13:48, Jan Beulich jbeul...@suse.com napisał(a):
> On 19.06.2020 13:36, Michał Leszczyński wrote:
>> - 19 cze 2020 o 13:34, Roger Pau Monné roger@citrix.com napisał(a):
>>
>>> On Fri, Jun 19, 2020 at 01:38:00AM +0200, Michał Leszczyński wrote:
Replace on-stack arr
On 19.06.2020 13:36, Michał Leszczyński wrote:
> - 19 cze 2020 o 13:34, Roger Pau Monné roger@citrix.com napisał(a):
>
>> On Fri, Jun 19, 2020 at 01:38:00AM +0200, Michał Leszczyński wrote:
>>> Replace on-stack array allocation with heap allocation
>>> in order to lift the limit of 32 item
- 19 cze 2020 o 13:34, Roger Pau Monné roger@citrix.com napisał(a):
> On Fri, Jun 19, 2020 at 01:38:00AM +0200, Michał Leszczyński wrote:
>> Replace on-stack array allocation with heap allocation
>> in order to lift the limit of 32 items in mfn/gfn arrays
>> when calling acquire_resource.
On Fri, Jun 19, 2020 at 01:38:00AM +0200, Michał Leszczyński wrote:
> Replace on-stack array allocation with heap allocation
> in order to lift the limit of 32 items in mfn/gfn arrays
> when calling acquire_resource.
I'm afraid this is not correct, you cannot allow unbounded amounts of
items to be
Replace on-stack array allocation with heap allocation
in order to lift the limit of 32 items in mfn/gfn arrays
when calling acquire_resource.
Signed-off-by: Michal Leszczynski
---
xen/common/memory.c | 39 +--
1 file changed, 17 insertions(+), 22 deletions(-)