]> Pileus Git - ~andy/linux/commit
Merge branch 'irq/core-v6' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic...
authorIngo Molnar <mingo@kernel.org>
Wed, 2 Oct 2013 05:56:46 +0000 (07:56 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 2 Oct 2013 05:57:37 +0000 (07:57 +0200)
commitb8d490c3de797c88cfcc3364c6e04d8900121cf9
treeac62b90323e561bca35a407211242dab8987099b
parent8a60d42d26d31df8121b251c2b5c56eb24e729f1
parent62d26c8200a8382e1c67419ca3aff78d37898cc5
Merge branch 'irq/core-v6' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into irq/core

Pull hardirq and softirq nesting updates from Frederic Weisbecker,
which fix nesting related stack overruns such as:

  http://lkml.kernel.org/r/1378330796.4321.50.camel%40pasglop

Beyond being a fix, this series also optimizes and reorganizes arch
hardirq/softirq stack processing to be faster and more robust.

Signed-off-by: Ingo Molnar <mingo@kernel.org>