From: Linus Torvalds Date: Wed, 24 Sep 2014 16:51:50 +0000 (-0700) Subject: Merge branch 'for-linus' of git://git.kernel.dk/linux-block X-Git-Tag: v3.17-rc7~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02f130a7872d26bd6ceb4e86b531761d79ac76b7;p=profile%2Fcommon%2Fplatform%2Fkernel%2Flinux-artik7.git Merge branch 'for-linus' of git://git.kernel.dk/linux-block Pull one last block fix from Jens Axboe: "We've had an issue with scsi-mq where probing takes forever. This was bisected down to the percpu changes for blk_mq_queue_enter(), and the fact we now suffer an RCU grace period when killing a queue. SCSI creates and destroys tons of queues, so this let to 10s of seconds of stalls at boot for some. Tejun has a real fix for this, but it's too involved for 3.17. So this is a temporary workaround to expedite the queue killing until we can fold in the real fix for 3.18 when that merge window opens" * 'for-linus' of git://git.kernel.dk/linux-block: blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe --- 02f130a7872d26bd6ceb4e86b531761d79ac76b7