From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: [NETFILTER 00/02]: Netfilter fixes Date: Sat, 12 Aug 2006 02:25:35 +0200 (MEST) Message-ID: <20060812002535.30253.73682.sendpatchset@localhost.localdomain> Cc: netfilter-devel@lists.netfilter.org, Patrick McHardy Return-path: To: davem@davemloft.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Hi Dave, following are two more fixes for 2.6.18. The ulog patch fixes an old crash in ulog that has hit quite a few people so far. I'm going to push it to -stable as well. Please apply, thanks. net/bridge/netfilter/ebt_ulog.c | 6 +++ net/ipv4/netfilter/arp_tables.c | 54 +++++++++++++++++++++++-------- net/ipv4/netfilter/ip_tables.c | 66 +++++++++++++++++++++++++++++--------- net/ipv4/netfilter/ipt_ULOG.c | 10 +++++ net/ipv6/netfilter/ip6_tables.c | 68 +++++++++++++++++++++++++++++----------- net/netfilter/nfnetlink_log.c | 6 +++ 6 files changed, 162 insertions(+), 48 deletions(-) Mark Huang: [NETFILTER]: ulog: fix panic on SMP kernels Patrick McHardy: [NETFILTER]: {arp,ip,ip6}_tables: proper error recovery in init path