Re: [Xen-devel] [PATCH v2 0/2] Xen: Fix Xen hypervisor panic during dumping timer info on huge machine.

2016-10-12 Thread Lan, Tianyu
On 10/12/2016 7:08 PM, Ian Jackson wrote: Wei Liu writes ("Re: [PATCH v2 0/2] Xen: Fix Xen hypervisor panic during dumping timer info on huge machine."): On Wed, Oct 12, 2016 at 04:20:02PM +0800, Lan Tianyu wrote: On 2016年10月12日 16:09, Jan Beulich wrote: Also, any reason you send to the

Re: [Xen-devel] [PATCH v2 0/2] Xen: Fix Xen hypervisor panic during dumping timer info on huge machine.

2016-10-12 Thread Ian Jackson
Wei Liu writes ("Re: [PATCH v2 0/2] Xen: Fix Xen hypervisor panic during dumping timer info on huge machine."): > On Wed, Oct 12, 2016 at 04:20:02PM +0800, Lan Tianyu wrote: > > On 2016年10月12日 16:09, Jan Beulich wrote: > > > Also, any reason you send to the list twice (once @lists.xen.org, > > >

Re: [Xen-devel] [PATCH v2 0/2] Xen: Fix Xen hypervisor panic during dumping timer info on huge machine.

2016-10-12 Thread Wei Liu
On Wed, Oct 12, 2016 at 04:20:02PM +0800, Lan Tianyu wrote: > On 2016年10月12日 16:09, Jan Beulich wrote: > On 12.10.16 at 17:44, wrote: > >> This patchset is to fix triggering NMI watchdog during dump timer info > >> on the huge machine with a mount of physical cpus.

Re: [Xen-devel] [PATCH v2 0/2] Xen: Fix Xen hypervisor panic during dumping timer info on huge machine.

2016-10-12 Thread Lan Tianyu
On 2016年10月12日 16:09, Jan Beulich wrote: On 12.10.16 at 17:44, wrote: >> This patchset is to fix triggering NMI watchdog during dump timer info >> on the huge machine with a mount of physical cpus. Detail please see >> change log of Patch 1. >> >> Previous discussion:

Re: [Xen-devel] [PATCH v2 0/2] Xen: Fix Xen hypervisor panic during dumping timer info on huge machine.

2016-10-12 Thread Jan Beulich
>>> On 12.10.16 at 17:44, wrote: > This patchset is to fix triggering NMI watchdog during dump timer info > on the huge machine with a mount of physical cpus. Detail please see > change log of Patch 1. > > Previous discussion: > https://patchwork.kernel.org/patch/9328449/

[Xen-devel] [PATCH v2 0/2] Xen: Fix Xen hypervisor panic during dumping timer info on huge machine.

2016-10-12 Thread Lan Tianyu
This patchset is to fix triggering NMI watchdog during dump timer info on the huge machine with a mount of physical cpus. Detail please see change log of Patch 1. Previous discussion: https://patchwork.kernel.org/patch/9328449/ Change since V1: Add "async" param for handle_keypress() to