Re: [Xen-devel] [PATCH] fix segfault in xl migrate --debug

2014-12-18 Thread Ian Campbell
On Tue, 2014-12-16 at 22:55 +, Wei Liu wrote: > On Tue, Dec 16, 2014 at 10:04:25PM +, M A Young wrote: > > On Tue, 16 Dec 2014, Wei Liu wrote: > > > > >On Tue, Dec 16, 2014 at 08:38:42PM +, M A Young wrote: > > >[...] > > >>Is this patch going to get committed in time for xen 4.5? > >

Re: [Xen-devel] [PATCH] fix segfault in xl migrate --debug

2014-12-16 Thread Wei Liu
On Tue, Dec 16, 2014 at 10:04:25PM +, M A Young wrote: > On Tue, 16 Dec 2014, Wei Liu wrote: > > >On Tue, Dec 16, 2014 at 08:38:42PM +, M A Young wrote: > >[...] > >>Is this patch going to get committed in time for xen 4.5? > >> > > > >Yes. See d36a3734a6. > > > >And there's a subsequence

Re: [Xen-devel] [PATCH] fix segfault in xl migrate --debug

2014-12-16 Thread M A Young
On Tue, 16 Dec 2014, Wei Liu wrote: On Tue, Dec 16, 2014 at 08:38:42PM +, M A Young wrote: [...] Is this patch going to get committed in time for xen 4.5? Yes. See d36a3734a6. And there's a subsequence patch to fix a regression caused by that patch. See 09b7ff1a. Wei. No that is the

Re: [Xen-devel] [PATCH] fix segfault in xl migrate --debug

2014-12-16 Thread Wei Liu
On Tue, Dec 16, 2014 at 08:38:42PM +, M A Young wrote: [...] > Is this patch going to get committed in time for xen 4.5? > Yes. See d36a3734a6. And there's a subsequence patch to fix a regression caused by that patch. See 09b7ff1a. Wei. > Michael Young __

Re: [Xen-devel] [PATCH] fix segfault in xl migrate --debug

2014-12-16 Thread M A Young
On Mon, 1 Dec 2014, Konrad Rzeszutek Wilk wrote: On Fri, Nov 28, 2014 at 12:09:41PM +, Ian Campbell wrote: On Wed, 2014-11-26 at 21:19 +, Andrew Cooper wrote: On 26/11/2014 19:54, M A Young wrote: If differences are found during the verification phase of xl migrate --debug then it is

Re: [Xen-devel] [PATCH] fix segfault in xl migrate --debug

2014-12-01 Thread Konrad Rzeszutek Wilk
On Fri, Nov 28, 2014 at 12:09:41PM +, Ian Campbell wrote: > On Wed, 2014-11-26 at 21:19 +, Andrew Cooper wrote: > > On 26/11/2014 19:54, M A Young wrote: > > > > > If differences are found during the verification phase of xl migrate > > > --debug then it is likely to crash with a segfault

Re: [Xen-devel] [PATCH] fix segfault in xl migrate --debug

2014-11-28 Thread Ian Campbell
On Wed, 2014-11-26 at 21:19 +, Andrew Cooper wrote: > On 26/11/2014 19:54, M A Young wrote: > > > If differences are found during the verification phase of xl migrate > > --debug then it is likely to crash with a segfault because the > > bogus > > pagebuf->pfn_types[pfn] is used in a print st

Re: [Xen-devel] [PATCH] fix segfault in xl migrate --debug

2014-11-26 Thread Andrew Cooper
On 26/11/2014 19:54, M A Young wrote: > If differences are found during the verification phase of xl migrate > --debug then it is likely to crash with a segfault because the bogus > pagebuf->pfn_types[pfn] is used in a print statement instead of > pfn_type[pfn] . > > Signed-off-by: Michael Young >

[Xen-devel] [PATCH] fix segfault in xl migrate --debug

2014-11-26 Thread M A Young
If differences are found during the verification phase of xl migrate --debug then it is likely to crash with a segfault because the bogus pagebuf->pfn_types[pfn] is used in a print statement instead of pfn_type[pfn] . Signed-off-by: Michael Young xl migrate --debug can segfault because pagebuf-