]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 May 2012 21:21:41 +0000 (14:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 May 2012 21:21:41 +0000 (14:21 -0700)
commit7566d7d12d3da1e147af123cd9578da8735c7b3f
tree80cf88642ec0e114cc0c7bf00f213de55c450f47
parentea0db47ad2ed34f1797f5f01e0a0bd26e5622df4
parent7b5d5fa99632c0e44c0b4c22440e95dbad83eca6
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile

Pull two Tile arch fixes from Chris Metcalf:
 "These are both bug-fixes, one to avoid some issues in how we invoke
  the "pending userspace work" flags on return to userspace, and the
  other to provide the same signal handler arguments for tilegx32 that
  we do for tilegx64."

* 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile:
  arch/tile: apply commit 6fd6bdb48 to the compat signal handling as well
  arch/tile: fix up some issues in calling do_work_pending()