]> 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>
Sun, 5 Jan 2014 06:10:45 +0000 (22:10 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Jan 2014 06:10:45 +0000 (22:10 -0800)
commit3dc6acdfca065a51a27e1493c01c76ac7483926d
treeee147e777ada0f117fdd5ed13610b8628232bae4
parent0242b6e33e6b198789efabf5df3509fd30b67e8a
parent2717185ec9963a9c6dd10c395d3d58f70c5b97dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc

Pull sparc bugfixes from David Miller:

 1) Missing include can lead to build failure, from Kirill Tkhai.

 2) Use dev_is_pci() where applicable, from Yijing Wang.

 3) Enable irqs after we enable preemption in cpu startup path, from
    Kirill Tkhai.

 4) Revert a __copy_{to,from}_user_inatomic change that broke
    iov_iter_copy_from_user_atomic() and thus several tests in xfstests
    and LTP.  From Dave Kleikamp.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
  Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines."
  sparc64: smp_callin: Enable irqs after preemption is disabled
  sparc/PCI: Use dev_is_pci() to identify PCI devices
  sparc64: Fix build regression