https://github.com/torvalds/linux
Revision 435e46f5d35dbe5ea745822db29f16e003fa07d7 authored by Linus Torvalds on 17 November 2014, 00:18:26 UTC, committed by Linus Torvalds on 17 November 2014, 00:18:26 UTC
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().
2 parent s 0fbae13 + 5a2b59d
History
Tip revision: 435e46f5d35dbe5ea745822db29f16e003fa07d7 authored by Linus Torvalds on 17 November 2014, 00:18:26 UTC
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Tip revision: 435e46f
File Mode Size
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 308 bytes
acl.c -rw-r--r-- 6.3 KB
addr.c -rw-r--r-- 35.6 KB
cache.c -rw-r--r-- 9.5 KB
cache.h -rw-r--r-- 4.6 KB
caps.c -rw-r--r-- 90.9 KB
ceph_frag.c -rw-r--r-- 365 bytes
debugfs.c -rw-r--r-- 7.7 KB
dir.c -rw-r--r-- 36.2 KB
export.c -rw-r--r-- 5.8 KB
file.c -rw-r--r-- 32.9 KB
inode.c -rw-r--r-- 53.3 KB
ioctl.c -rw-r--r-- 7.5 KB
ioctl.h -rw-r--r-- 3.6 KB
locks.c -rw-r--r-- 8.5 KB
mds_client.c -rw-r--r-- 95.2 KB
mds_client.h -rw-r--r-- 12.1 KB
mdsmap.c -rw-r--r-- 4.5 KB
snap.c -rw-r--r-- 25.8 KB
strings.c -rw-r--r-- 4.0 KB
super.c -rw-r--r-- 25.3 KB
super.h -rw-r--r-- 27.6 KB
xattr.c -rw-r--r-- 27.3 KB

back to top