From: Konrad Rzeszutek Wilk Date: Fri, 20 Apr 2012 15:50:30 +0000 (-0400) Subject: Revert "xen/p2m: m2p_find_override: use list_for_each_entry_safe" X-Git-Tag: v3.4-rc4~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d81acb1cdb242378a1acb3eb1bc28c6bb5895f1;p=pandora-kernel.git Revert "xen/p2m: m2p_find_override: use list_for_each_entry_safe" This reverts commit b960d6c43a63ebd2d8518b328da3816b833ee8cc. If we have another thread (very likely) touched the list, we end up hitting a problem "that the next element is wrong because we should be able to cope with that. The problem is that the next->next pointer would be set LIST_POISON1. " (Stefano's comment on the patch). Reverting for now. Suggested-by: Dan Carpenter Acked-by: Stefano Stabellini Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed