From: Frank Pavlic Date: Thu, 12 May 2005 18:19:44 +0000 (+0200) Subject: [PATCH] s390: multicast address registration in lcs X-Git-Tag: v2.6.12-rc6~145^2~4^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=109a260b66bfbab7ba9f985495791af21f910218;p=pandora-kernel.git [PATCH] s390: multicast address registration in lcs [patch 2/10] s390: multicast address registration in lcs. From: Michael Holzheu When setting lcs devices online you can run into an endless loop, because the code that registers the multicast addresses uses list_for_each_entry instead of list_for_each_entry_safe. Signed-off-by: Frank Pavlic --- Reading git-diff-tree failed