From: Max Asbock Date: Fri, 10 Mar 2006 01:33:48 +0000 (-0800) Subject: [PATCH] ibmasm: use after free fix X-Git-Tag: v2.6.16-rc6~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a88231fc7da311e4da4ce2011d1a132c80c145a;p=pandora-kernel.git [PATCH] ibmasm: use after free fix The kobject_put() can free the memory at *cmd, but cmd->lock points to a persistent lock that is not freed with cmd. Signed-off-by: Max Asbock Cc: Vernon Mauery Cc: Srihari Vijayaraghavan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed