From: Eric Dumazet Date: Wed, 15 Apr 2009 10:16:19 +0000 (+0200) Subject: netfilter: nf_log regression fix X-Git-Tag: v2.6.30-rc4~68^2~53^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f0a3652ea9d2296fdc98c3b2c96603be611c4d;p=pandora-kernel.git netfilter: nf_log regression fix commit ca735b3aaa945626ba65a3e51145bfe4ecd9e222 'netfilter: use a linked list of loggers' introduced an array of list_head in "struct nf_logger", but forgot to initialize it in nf_log_register(). This resulted in oops when calling nf_log_unregister() at module unload time. Reported-and-tested-by: Mariusz Kozlowski Signed-off-by: Eric Dumazet Acked-by: Eric Leblond Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed