From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751496AbeAYOLr (ORCPT ); Thu, 25 Jan 2018 09:11:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59511 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751188AbeAYOLq (ORCPT ); Thu, 25 Jan 2018 09:11:46 -0500 From: Baoquan He To: linux-kernel@vger.kernel.org Cc: ebiederm@xmission.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, douly.fnst@cn.fujitsu.com, joro@8bytes.org, uobergfe@redhat.com, prarit@redhat.com, Baoquan He Subject: [PATCH v2 0/2] x86/apic/kexec: Legacy irq setting fixs in kdump kernel Date: Thu, 25 Jan 2018 22:11:32 +0800 Message-Id: <20180125141134.25053-1-bhe@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is v2 post. In v2, no code change, just improve change log of patch 1 and 2. And drop the old patch 3 in v1, a clean up patch. The current x86_io_apic_ops.disable() hook is still needed by irq remapping. Baoquan He (2): x86/apic/kexec: Enable legacy irq mode before jump to kexec/kdump kernel x86/apic: Set up through-local-APIC on boot CPU's LINT0 if 'noapic' specified arch/x86/include/asm/io_apic.h | 3 ++- arch/x86/kernel/apic/apic.c | 2 +- arch/x86/kernel/apic/io_apic.c | 12 ++++-------- arch/x86/kernel/crash.c | 2 +- arch/x86/kernel/machine_kexec_32.c | 15 +++++---------- arch/x86/kernel/machine_kexec_64.c | 15 +++++---------- arch/x86/kernel/reboot.c | 2 +- 7 files changed, 19 insertions(+), 32 deletions(-) -- 2.13.6