login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
September
»
10
Re: [RFC/PATCH] i386: handle all exceptions with interrupts off initially
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: H. Peter Anvin
Subject:
Re: [RFC/PATCH] i386: handle all exceptions with interrupts off initially
Date: Tuesday, September 9, 2008 - 10:59 pm
Ingo Molnar wrote:
quoted text
> > the entry paths here are really short (we enable irqs almost > immediately) so it's a non-issue in terms of worst-case latencies. > >> In other words, it's not something we want to do "just because", but >> to the extent that it provides real benefit, it makes sense. > > this is historically pretty fragile code so bringing the 32-bit and > 64-bit variants more in line sounds like a good reason to me. For > example we had various long-living irq state annotation bugs (the > combination of kprobes and lockdep, etc.) that remained unfixed partly > due to this assymetry. >
Agreed completely. I certainly didn't mean to come across sounding negative. -hpa --
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:
[RFC/PATCH] i386: handle all exceptions with interrupts of ...
, heukelum
, (Tue Sep 9, 12:55 pm)
[PATCH 1/24] i386: remove kprobes' restore_interrupts in f ...
, heukelum
, (Tue Sep 9, 12:55 pm)
[PATCH 2/24] i386: prepare to convert exceptions to interrupts
, heukelum
, (Tue Sep 9, 12:55 pm)
[PATCH 3/24] i386: convert hardware exception 0 to an inte ...
, heukelum
, (Tue Sep 9, 12:55 pm)
[PATCH 4/24] i386: expand exception 3 DO_TRAP macro
, heukelum
, (Tue Sep 9, 12:55 pm)
[PATCH 5/24] i386: convert hardware exception 4 to an inte ...
, heukelum
, (Tue Sep 9, 12:55 pm)
[PATCH 6/24] i386: convert hardware exception 5 to an inte ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 7/24] i386: convert hardware exception 6 to an inte ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 8/24] i386: convert hardware exception 7 to an inte ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 9/24] i386: convert hardware exception 9 to an inte ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 10/24] i386: convert hardware exception 10 to an in ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 11/24] i386: convert hardware exception 11 to an in ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 12/24] i386: convert hardware exception 12 to an in ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 13/24] i386: convert hardware exception 13 to an in ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 14/24] i386: convert hardware exception 15 to an in ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 15/24] i386: convert hardware exception 16 to an in ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 16/24] i386: convert hardware exception 17 to an in ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 17/24] i386: convert hardware exception 18 to an in ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 18/24] i386: convert hardware exception 19 to an in ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 19/24] i386: remove temporary DO_TRAP macros, expan ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 20/24] i386: add TRACE_IRQS_OFF to entry_32.S in 'e ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 21/24] i386: add TRACE_IRQS_OFF for exception 1 (debug)
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 22/24] i386: add TRACE_IRQS_OFF for the nmi
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 23/24] i386: add TRACE_IRQS_OFF for the exception 3 ...
, heukelum
, (Tue Sep 9, 12:56 pm)
[PATCH 24/24] i386: trace_hardirqs_fixup should now not be ...
, heukelum
, (Tue Sep 9, 12:56 pm)
Re: [RFC/PATCH] i386: handle all exceptions with interrupt ...
, H. Peter Anvin
, (Tue Sep 9, 8:27 pm)
Re: [RFC/PATCH] i386: handle all exceptions with interrupt ...
, Ingo Molnar
, (Tue Sep 9, 10:53 pm)
Re: [RFC/PATCH] i386: handle all exceptions with interrupt ...
, H. Peter Anvin
, (Tue Sep 9, 10:59 pm)
Re: [RFC/PATCH] i386: handle all exceptions with interrupt ...
, Ingo Molnar
, (Wed Sep 10, 12:00 am)
Re: [RFC/PATCH] i386: handle all exceptions with interrupt ...
, Ingo Molnar
, (Wed Sep 10, 12:24 am)
Re: [RFC/PATCH] i386: handle all exceptions with interrupt ...
, Alexander van Heukelum
, (Wed Sep 10, 2:36 am)
Re: [PATCH 22/24] i386: add TRACE_IRQS_OFF for the nmi
, Peter Zijlstra
, (Mon Jan 12, 10:21 am)
Re: [PATCH 22/24] i386: add TRACE_IRQS_OFF for the nmi
, Ingo Molnar
, (Mon Jan 12, 11:39 am)
Re: [PATCH 22/24] i386: add TRACE_IRQS_OFF for the nmi
, Peter Zijlstra
, (Mon Jan 12, 11:43 am)
Re: [PATCH 22/24] i386: add TRACE_IRQS_OFF for the nmi
, Alexander van Heukelum
, (Mon Jan 12, 1:50 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Mr. James W. Laferriere
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
Linus Torvalds
Linux 2.6.34-rc4
Colin Cross
[PATCH 12/21] ARM: tegra: Add suspend and hotplug support
Chuck Ebbert
Re: PCI: Unable to reserve mem region problem
git
:
Fredrik Kuivinen
Re: fatal: unable to create '.git/index': File exists
Ralf Wildenhues
[PATCH] Fix typos in the documentation
Wink Saville
How-to combine several separate git repos?
Denis Bueno
Git clone error
pradeep singh
git-update-server-info may be required,cannot clone and pull from a remote reposit...
linux-netdev
:
Jamie Lokier
Re: POHMELFS high performance network filesystem. Transactions, failover, performa...
Timo Teräs
ip xfrm policy semantics
Jarek Poplawski
Re: socket api problem: can't bind an ipv6 socket to ::ffff:0.0.0.0
Kurt Van Dijck
Re: [PATCH net-next-2.6 1/2] can: add driver for Softing card
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
openbsd-misc
:
Sevan / Venture37
Re: This is what Linus Torvalds calls openBSD crowd
Netmaffia.hu
Tini Lányok AKCIÓBAN OTTHON
Siju George
This is what Linus Torvalds calls openBSD crowd
Darrin Chandler
Re: OT: Python (was Re: vi in /bin)
frantisek holop
Re: splassert: vwakeup: and friends
git-commits-head
:
Linux Kernel Mailing List
ASoC: fix registration of the SoC card in the Freescale MPC8610 drivers
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
powerpc/fsl_msi: enable msi allocation in all banks
Linux Kernel Mailing List
bnx2x: Moving includes
Linux Kernel Mailing List
nfsd41: sanity check client drc maxreqs
Colocation donated by:
Syndicate