]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Feb 2015 19:36:57 +0000 (11:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Feb 2015 19:36:57 +0000 (11:36 -0800)
commit6a1964e1bbb5519a9757f3f5c81ef5dd3815081a
tree340517dd380752cb6e3ba4a84fb8c0138ca3c1ca
parentd8f4c55ae4e74bc3e06a64f4d0796d2c3f70c30b
parente9796f2238d0b1602b294c37c8ac66f77a2d6974
Merge branch 'for-linus' of git://git.kernel.dk/linux-block

Pull final block layer fixes from Jens Axboe:
 "Unfortunately the hctx/ctx lifetime fix from last pull had some
  issues.  This pull request contains a revert of the problematic
  commit, and a proper rewrite of it.

  The rewrite has been tested by the users complaining about the
  regression, and it works fine now.  Additionally, I've run testing on
  all the blk-mq use cases for it and it passes.  So we should
  definitely get this into 3.19, to avoid regression for some cases"

* 'for-linus' of git://git.kernel.dk/linux-block:
  blk-mq: release mq's kobjects in blk_release_queue()
  Revert "blk-mq: fix hctx/ctx kobject use-after-free"