Re: [PATCH v2 0/3] Fix dump-capture kernel hangs with notsc

2016-08-02 Thread b...@redhat.com
On 08/02/16 at 07:45am, Wei, Jiangang wrote: > Hi Eric, > > Thanks for your reply firstly. > > On Mon, 2016-08-01 at 12:09 -0500, Eric W. Biederman wrote: > > "Wei, Jiangang" writes: > > > > > Ping ... > > > May I ask for some community attention to this series? > > > I purpose is fixing the d

Re: [PATCH v2 0/3] Fix dump-capture kernel hangs with notsc

2016-08-02 Thread Wei, Jiangang
Hi Eric, Thanks for your reply firstly. On Mon, 2016-08-01 at 12:09 -0500, Eric W. Biederman wrote: > "Wei, Jiangang" writes: > > > Ping ... > > May I ask for some community attention to this series? > > I purpose is fixing the dump-capture kernel hangs in > > calibrate_delay_converge() while

Re: [PATCH v2 0/3] Fix dump-capture kernel hangs with notsc

2016-08-01 Thread Eric W. Biederman
"Wei, Jiangang" writes: > Ping ... > May I ask for some community attention to this series? > I purpose is fixing the dump-capture kernel hangs in > calibrate_delay_converge() while specifying notsc. Did you not see my reply to patch 3/3? The short version of my feedback is that you seem to be

Re: [PATCH v2 0/3] Fix dump-capture kernel hangs with notsc

2016-07-31 Thread Wei, Jiangang
Ping ... May I ask for some community attention to this series? I purpose is fixing the dump-capture kernel hangs in calibrate_delay_converge() while specifying notsc. Thanks in advance. wei On Tue, 2016-07-26 at 10:59 +0800, Wei Jiangang wrote: > v2: > Just about the commit ("x86/apic: Improved

[PATCH v2 0/3] Fix dump-capture kernel hangs with notsc

2016-07-25 Thread Wei Jiangang
v2: Just about the commit ("x86/apic: Improved the setting of interrupt mode for bsp") - Unify the name s/virtual_wire_via_*/virt_wire_through_* - Add check for PIC mode suggested-by Baoquan He - Add check enable/disable flag for IO-APIC suggested-by Xunlei Pang - Update comments v1: The