Merge tag 'arc-4.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Aug 2016 22:53:02 +0000 (17:53 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Aug 2016 22:53:02 +0000 (17:53 -0500)
commitef0e1ea8856bed6ff8394d3dfe77f2cab487ecea
tree0656919ad706e48bf4611c543491913ef0fa920d
parent37c669b237499cc4b8279466a83bcafed1ca2829
parentc57653dc94d0db7bf63067433ceaa97bdcd0a312
Merge tag 'arc-4.8-rc4-fixes' of git://git./linux/kernel/git/vgupta/arc

Pull ARC fixes from Vineet Gupta:

 - support for Syscall ABI v4 with upstream gcc 6.x

 - lockdep fix (Daniel Mentz)

 - gdb register clobber (Liav Rehana)

 - couple of missing exports for modules

 - other fixes here and there

* tag 'arc-4.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
  ARC: export __udivdi3 for modules
  ARC: mm: fix build breakage with STRICT_MM_TYPECHECKS
  ARC: export kmap
  ARC: Support syscall ABI v4
  ARC: use correct offset in pt_regs for saving/restoring user mode r25
  ARC: Elide redundant setup of DMA callbacks
  ARC: Call trace_hardirqs_on() before enabling irqs