Re: [Xen-devel] [PATCH] x86/xen: panic on bad Xen-provided memory map

2014-10-17 Thread David Vrabel
On 17/10/14 04:48, Martin Kelly wrote: > Panic if Xen provides a memory map with 0 entries. Although this is > unlikely, it is better to catch the error at the point of seeing the map > than later on as a symptom of some other crash. Applied, thanks. David -- To unsubscribe from this list: send

Re: [Xen-devel] [PATCH] x86/xen: panic on bad Xen-provided memory map

2014-10-17 Thread David Vrabel
On 17/10/14 04:48, Martin Kelly wrote: Panic if Xen provides a memory map with 0 entries. Although this is unlikely, it is better to catch the error at the point of seeing the map than later on as a symptom of some other crash. Applied, thanks. David -- To unsubscribe from this list: send the

[PATCH] x86/xen: panic on bad Xen-provided memory map

2014-10-16 Thread Martin Kelly
Panic if Xen provides a memory map with 0 entries. Although this is unlikely, it is better to catch the error at the point of seeing the map than later on as a symptom of some other crash. Signed-off-by: Martin Kelly --- arch/x86/xen/setup.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] x86/xen: panic on bad Xen-provided memory map

2014-10-16 Thread Martin Kelly
Panic if Xen provides a memory map with 0 entries. Although this is unlikely, it is better to catch the error at the point of seeing the map than later on as a symptom of some other crash. Signed-off-by: Martin Kelly martk...@amazon.com --- arch/x86/xen/setup.c | 1 + 1 file changed, 1