Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756620AbZDOKVT (ORCPT ); Wed, 15 Apr 2009 06:21:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752831AbZDOKU7 (ORCPT ); Wed, 15 Apr 2009 06:20:59 -0400 Received: from stinky.trash.net ([213.144.137.162]:55673 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751228AbZDOKU6 (ORCPT ); Wed, 15 Apr 2009 06:20:58 -0400 Message-ID: <49E5B4FF.50606@trash.net> Date: Wed, 15 Apr 2009 12:20:47 +0200 From: Patrick McHardy User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: Eric Dumazet CC: Eric Leblond , Mariusz Kozlowski , Kernel Testers List , "linux-kernel@vger.kernel.org" , Netfilter Development Mailinglist , Linux Netdev List Subject: Re: [PATCH] netfilter: nf_log fix References: <20090410191736.21efab8c@mako-desktop> <49E4744D.5090205@trash.net> <49E47C2D.1050508@cosmosbay.com> <49E47EA5.3060706@trash.net> <20090414211946.4ea0455e@mako-desktop> <49E4EE9C.7040509@cosmosbay.com> <1239742000.24204.9.camel@ice-age> <49E4FB0C.1080103@cosmosbay.com> In-Reply-To: <49E4FB0C.1080103@cosmosbay.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 22 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 > Signed-off-by: Eric Dumazet > Acked-by: Eric Leblond Applied, thanks everyone. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/