From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751713AbcHAGoV (ORCPT ); Mon, 1 Aug 2016 02:44:21 -0400 Received: from cn.fujitsu.com ([59.151.112.132]:65319 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750834AbcHAGoJ (ORCPT ); Mon, 1 Aug 2016 02:44:09 -0400 X-IronPort-AV: E=Sophos;i="5.22,518,1449504000"; d="scan'208";a="9368240" From: "Wei, Jiangang" To: "linux-kernel@vger.kernel.org" CC: "kexec@lists.infradead.org" , "tglx@linutronix.de" , "bhe@redhat.com" , "xpang@redhat.com" , "kernel@kyup.com" , "ebiederm@xmission.com" , "x86@kernel.org" , "hpa@zytor.com" , "mingo@redhat.com" Subject: Re: [PATCH v2 0/3] Fix dump-capture kernel hangs with notsc Thread-Topic: [PATCH v2 0/3] Fix dump-capture kernel hangs with notsc Thread-Index: AQHR68AXaapaYqODj0KzZNNlbBo8Jg== Date: Mon, 1 Aug 2016 06:44:03 +0000 Message-ID: <1470033660.7811.99.camel@localhost> References: <1469501995-2991-1-git-send-email-weijg.fnst@cn.fujitsu.com> In-Reply-To: <1469501995-2991-1-git-send-email-weijg.fnst@cn.fujitsu.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.167.226.50] Content-Type: text/plain; charset="utf-8" Content-ID: MIME-Version: 1.0 X-yoursite-MailScanner-ID: 42DB841C0B9C.A818F X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: weijg.fnst@cn.fujitsu.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u716iOvR012536 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 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 goal is to fix dump-capture kernel with notsc option hangs > in calibrate_delay_converge() > > Wei Jiangang (3): > x86/apic: Remove "focus disabled" for 64bit case > x86/apic: Update comment about disabling processor focus > x86/apic: Improved the setting of interrupt mode for bsp > > arch/x86/include/asm/io_apic.h | 5 ++++ > arch/x86/kernel/apic/apic.c | 63 +++++++++++++++++++++++++++++++++++++++--- > arch/x86/kernel/apic/io_apic.c | 28 +++++++++++++++++++ > 3 files changed, 92 insertions(+), 4 deletions(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from [59.151.112.132] (helo=heian.cn.fujitsu.com) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bU6xh-0008JB-Vq for kexec@lists.infradead.org; Mon, 01 Aug 2016 06:44:30 +0000 From: "Wei, Jiangang" Subject: Re: [PATCH v2 0/3] Fix dump-capture kernel hangs with notsc Date: Mon, 1 Aug 2016 06:44:03 +0000 Message-ID: <1470033660.7811.99.camel@localhost> References: <1469501995-2991-1-git-send-email-weijg.fnst@cn.fujitsu.com> In-Reply-To: <1469501995-2991-1-git-send-email-weijg.fnst@cn.fujitsu.com> Content-Language: en-US Content-ID: MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: "linux-kernel@vger.kernel.org" Cc: "bhe@redhat.com" , "xpang@redhat.com" , "x86@kernel.org" , "kexec@lists.infradead.org" , "mingo@redhat.com" , "kernel@kyup.com" , "ebiederm@xmission.com" , "hpa@zytor.com" , "tglx@linutronix.de" 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 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 goal is to fix dump-capture kernel with notsc option hangs > in calibrate_delay_converge() > > Wei Jiangang (3): > x86/apic: Remove "focus disabled" for 64bit case > x86/apic: Update comment about disabling processor focus > x86/apic: Improved the setting of interrupt mode for bsp > > arch/x86/include/asm/io_apic.h | 5 ++++ > arch/x86/kernel/apic/apic.c | 63 +++++++++++++++++++++++++++++++++++++++--- > arch/x86/kernel/apic/io_apic.c | 28 +++++++++++++++++++ > 3 files changed, 92 insertions(+), 4 deletions(-) > _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec