Re: [Xen-devel] [PATCH] xen: switch extra memory accounting to use pfns

2015-09-04 Thread David Vrabel
On 04/09/15 13:05, Juergen Gross wrote: > Instead of using physical addresses for accounting of extra memory > areas available for ballooning switch to pfns as this is much less > error prone regarding partial pages. Applied to for-linus-4.3, thanks. David -- To unsubscribe from this list: send t

Re: [Xen-devel] [PATCH] xen: switch extra memory accounting to use pfns

2015-09-04 Thread Roger Pau Monné
El 04/09/15 a les 14.05, Juergen Gross ha escrit: > Instead of using physical addresses for accounting of extra memory > areas available for ballooning switch to pfns as this is much less > error prone regarding partial pages. > > Reported-by: Roger Pau Monné > Signed-off-by: Juergen Gross Test

[PATCH] xen: switch extra memory accounting to use pfns

2015-09-04 Thread Juergen Gross
Instead of using physical addresses for accounting of extra memory areas available for ballooning switch to pfns as this is much less error prone regarding partial pages. Reported-by: Roger Pau Monné Signed-off-by: Juergen Gross --- arch/x86/xen/setup.c | 80 ---