login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
November
»
30
Re: [PATCH 1/2] dmar: fix fault interrupt setup
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Suresh Siddha
Subject:
Re: [PATCH 1/2] dmar: fix fault interrupt setup
Date: Tuesday, November 30, 2010 - 1:18 pm
On Tue, 2010-11-30 at 00:30 -0800, Kenji Kaneshige wrote:
quoted text
> Fix the problem dmar fault event is not notified in x2apic cluster mode. > > In the current code, dmar fault event is configured before setting up > the x86_cpu_to_logical_apicid percpu variable in x2apic cluster > mode. Because of this, invalid apic ID is used for dmar fault > interrupt and this cuases the problem. > > To fix the problem, do dmar fault event configuration after local apic > setup (after end_local_APIC_setup()). > > Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> > > > --- > arch/x86/kernel/apic/apic.c | 9 +++++++++ > arch/x86/kernel/apic/probe_64.c | 7 ------- > 2 files changed, 9 insertions(+), 7 deletions(-) > > Index: linux-next-20101125/arch/x86/kernel/apic/apic.c > =================================================================== > --- linux-next-20101125.orig/arch/x86/kernel/apic/apic.c > +++ linux-next-20101125/arch/x86/kernel/apic/apic.c > @@ -1745,6 +1745,15 @@ int __init APIC_init_uniprocessor(void) > > end_local_APIC_setup(); > > +#ifdef CONFIG_INTR_REMAP > + /* > + * Now that local APIC setup is completed, configure the fault > + * handling for interrupt remapping. > + */ > + if (intr_remapping_enabled) > + enable_drhd_fault_handling(); > +#endif
BTW, this is wrong. APIC_init_uniprocessor() gets called only for UP kernel. I will move it to the end_local_APIC_setup()
quoted text
> + > #ifdef CONFIG_X86_IO_APIC > if (smp_found_config && !skip_ioapic_setup && nr_ioapics) > setup_IO_APIC(); > Index: linux-next-20101125/arch/x86/kernel/apic/probe_64.c > =================================================================== > --- linux-next-20101125.orig/arch/x86/kernel/apic/probe_64.c > +++ linux-next-20101125/arch/x86/kernel/apic/probe_64.c > @@ -79,13 +79,6 @@ void __init default_setup_apic_routing(v > /* need to update phys_pkg_id */ > apic->phys_pkg_id = apicid_phys_pkg_id; > } > - > - /* > - * Now that apic routing model is selected, configure the > - * fault handling for intr remapping. > - */ > - if (intr_remapping_enabled) > - enable_drhd_fault_handling(); > } > > /* Same for both flat and physical. */ > >
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/2] Fix dmar fault interrupt problems
, Kenji Kaneshige
, (Tue Nov 30, 1:28 am)
[PATCH 1/2] dmar: fix fault interrupt setup
, Kenji Kaneshige
, (Tue Nov 30, 1:30 am)
[PATCH 2/2] dmar: Fix dmar interrupt affinity handling
, Kenji Kaneshige
, (Tue Nov 30, 1:32 am)
Re: [PATCH 0/2] Fix dmar fault interrupt problems
, Suresh Siddha
, (Tue Nov 30, 11:09 am)
Re: [PATCH 0/2] Fix dmar fault interrupt problems
, Chris Wright
, (Tue Nov 30, 11:13 am)
Re: [PATCH 0/2] Fix dmar fault interrupt problems
, Suresh Siddha
, (Tue Nov 30, 11:20 am)
Re: [PATCH 0/2] Fix dmar fault interrupt problems
, Chris Wright
, (Tue Nov 30, 12:28 pm)
Re: [PATCH 0/2] Fix dmar fault interrupt problems
, Suresh Siddha
, (Tue Nov 30, 12:52 pm)
Re: [PATCH 1/2] dmar: fix fault interrupt setup
, Suresh Siddha
, (Tue Nov 30, 1:18 pm)
Re: [PATCH 0/2] Fix dmar fault interrupt problems
, Chris Wright
, (Tue Nov 30, 3:20 pm)
Re: [PATCH 1/2] dmar: fix fault interrupt setup
, Kenji Kaneshige
, (Tue Nov 30, 10:13 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Michael Trimarchi
Re: [PATCH] VFS: make file->f_pos access atomic on 32bit arch
Miklos Szeredi
[patch 14/15] vfs: more path_permission() conversions
Serge E. Hallyn
Re: [RFC v5][PATCH 7/8] Infrastructure for shared objects
Bernd Schmidt
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Takashi Iwai
[PATCH 2/2] input: Add LED support to Synaptics device
git
:
Junio C Hamano
Re: mingw, windows, crlf/lf, and git
Eyvind Bernhardsen
Re: Where has "git ls-remote" reference pattern matching gone?
Shawn O. Pearce
Re: Switching from CVS to GIT
Todd Zullinger
Re: [PATCH 2/2] send-email: rfc2047-quote subject lines with non-ascii characters
Santi Béjar
Re: How to use git-fmt-merge-msg?
linux-netdev
:
Ramkrishna Vepa
[net-2.6 PATCH 1/10] Neterion: New driver: Driver help file
Mark Anthony
invitation / inquiry
Ingo Molnar
Re: [PATCH 08/16] dma-debug: add core checking functions
David Miller
Re: [PATCH 1/3] f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Sascha Hauer
[PATCH 03/12] fec: do not typedef struct types
git-commits-head
:
Linux Kernel Mailing List
amba: struct device - replace bus_id with dev_name(), dev_set_name()
Linux Kernel Mailing List
MIPS: Yosemite: Convert SMP startup lock to arch spinlock.
Linux Kernel Mailing List
ARM: S5PC100: IRQ and timer
Linux Kernel Mailing List
davinci: edma: clear interrupt status for interrupt enabled channels only
Linux Kernel Mailing List
x86, mm, kprobes: fault.c, simplify notify_page_fault()
openbsd-misc
:
Daniel A. Ramaley
Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?
Matthias Kilian
Re: can't get vesa @ 1280x800 or nv
Tobias Ulmer
Re: Problem after upgrade 4.5 to 4.6: ERR M
Philip Guenther
Re: SIGCHLD and libpthread.so
J.C. Roberts
Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?
Colocation donated by:
Syndicate