Eric Dumazet wrote:
OK thanks everybody, I submit it more formally then, using ARRAY_SIZE() macro too :) [PATCH] netfilter: nf_log 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 <m.kozlowski@xxxxxxxxxx> Signed-off-by: Eric Dumazet <dada1@xxxxxxxxxxxxx> Acked-by: Eric Leblond <eric@xxxxxx>
Applied, thanks everyone. -- To unsubscribe from this list: send the line "unsubscribe kernel-testers" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html