Re: [PATCH 1/3] xen/mmu/p2m: Check extend_brk for NULL

2012-07-31 Thread Konrad Rzeszutek Wilk
On Tue, Jul 31, 2012 at 06:42:54AM -0400, Konrad Rzeszutek Wilk wrote: > Which allows us to be a bit smarter in case we exhaust the reserved > virtual space. > > [v1: Suggested by Ian Campbell] > Signed-off-by: Konrad Rzeszutek Wilk > --- > arch/x86/xen/enlighten.c |2 ++ > arch/x86/xen/mmu.

[PATCH 1/3] xen/mmu/p2m: Check extend_brk for NULL

2012-07-31 Thread Konrad Rzeszutek Wilk
Which allows us to be a bit smarter in case we exhaust the reserved virtual space. [v1: Suggested by Ian Campbell] Signed-off-by: Konrad Rzeszutek Wilk --- arch/x86/xen/enlighten.c |2 ++ arch/x86/xen/mmu.c |5 - arch/x86/xen/p2m.c | 35 -