Re: [Xen-devel] [Patch for staging 2/2] x86: adjust place of an ASSERT to avoid crash when destroy a domain.

2017-08-07 Thread Wei Liu
On Mon, Aug 07, 2017 at 11:19:09AM +0100, Wei Liu wrote: > Can we see about committing this patch as soon as possible? This is > blocking osstest pushgate. Andrew prodded me on irc to commit this patch. I have done so, along with the doc patch. ___ Xen-

Re: [Xen-devel] [Patch for staging 2/2] x86: adjust place of an ASSERT to avoid crash when destroy a domain.

2017-08-07 Thread Wei Liu
Can we see about committing this patch as soon as possible? This is blocking osstest pushgate. On Mon, Aug 07, 2017 at 09:50:49AM +0800, Yi Sun wrote: > In 'psr_free_cos', we should not use 'ASSERT(socket_info)' at the beginning > because the 'socket_info' is allocated only if 'psr' boot parameter

Re: [Xen-devel] [Patch for staging 2/2] x86: adjust place of an ASSERT to avoid crash when destroy a domain.

2017-08-07 Thread Jan Beulich
>>> Yi Sun 08/07/17 4:07 AM >>> >In 'psr_free_cos', we should not use 'ASSERT(socket_info)' at the beginning >because the 'socket_info' is allocated only if 'psr' boot parameter is set. >So adjust its place to avoid crash. > >Signed-off-by: Yi Sun Reviewed-by: Jan Beulich _