From: Patrick McHardy Date: Wed, 21 Jan 2015 11:12:13 +0000 (+0000) Subject: rhashtable: fix rht_for_each_entry_safe() endless loop X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=607954b084d4ad5e6a2e0f795de7803d9c6ae37f;p=pandora-kernel.git rhashtable: fix rht_for_each_entry_safe() endless loop "next" is not updated, causing an endless loop for buckets with more than one element. Fixes: 88d6ed15acff ("rhashtable: Convert bucket iterators to take table and index") Signed-off-by: Patrick McHardy Acked-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed