]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 17 Nov 2014 00:18:26 +0000 (16:18 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 17 Nov 2014 00:18:26 +0000 (16:18 -0800)
commitb385d476e2d21c4d0b8b2b37c5a02ea4876579d6
tree535db9ee2e47395eca1ff2f160dd444357b156d1
parentda020aaf11db40e7511edfdcdc8380e4917a58f5
parent68c23399e1e75e6223f893ff59e5b0e8c75932ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc

Pull sparc fixes from David Miller:

 1) Fix NULL oops in Schizo PCI controller error handler.

 2) Fix race between xchg and other operations on 32-bit sparc, from
    Andreas Larsson.

 3) swab*() helpers need a dummy memory input operand to show data flow
    on 64-bit sparc.

 4) Fix RCU warnings due to missing irq_{enter,exit}() around
    generic_smp_call_function*() calls.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
  sparc64: Fix constraints on swab helpers.
  sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks
  sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().
  sparc64: Fix crashes in schizo_pcierr_intr_other().