From: Ming Lei Date: Thu, 1 May 2014 07:12:36 +0000 (+0800) Subject: block: null_blk: fix use after free X-Git-Tag: omap-for-v3.17/soc-cleanup~42^2~7^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc27691f3537a0df087214322467b642d1f6dedb;p=pandora-kernel.git block: null_blk: fix use after free entry(cmd->ll_list) may belong to new request once end_cmd() returns, so fix the bug with the patch. Without the change, it is easy to observe oops when doing null_blk(timer) test. Signed-off-by: Ming Lei Signed-off-by: Jens Axboe --- Reading git-diff-tree failed