]> 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)
commitd42dac0c59ebac7d90aae48f9037cffe6453a87c
tree80cf88642ec0e114cc0c7bf00f213de55c450f47
parent698b6b944c4ee7543aa5a9d32682e0d0e4a58196
parentbb0dbc577bb5c1d1cebdf79812414e8c8076dc19
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()