Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932152AbWH1VaQ (ORCPT ); Mon, 28 Aug 2006 17:30:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932145AbWH1VaP (ORCPT ); Mon, 28 Aug 2006 17:30:15 -0400 Received: from smtp.osdl.org ([65.172.181.4]:52684 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S932136AbWH1VaN (ORCPT ); Mon, 28 Aug 2006 17:30:13 -0400 Date: Mon, 28 Aug 2006 14:30:03 -0700 From: Andrew Morton To: Mattia Dongili Cc: linux-kernel@vger.kernel.org, davem@davemloft.net, netdev@vger.kernel.org Subject: Re: divide error: 0000 in fib6_rule_match [Re: 2.6.18-rc4-mm3] Message-Id: <20060828143003.aaae0d7d.akpm@osdl.org> In-Reply-To: <20060828200716.GA4244@inferi.kami.home> References: <20060826160922.3324a707.akpm@osdl.org> <20060828200716.GA4244@inferi.kami.home> X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.6; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1199 Lines: 28 On Mon, 28 Aug 2006 22:07:16 +0200 Mattia Dongili wrote: > [ 44.412000] ======================= > [ 44.412000] Code: 00 00 00 89 d8 83 e0 1f 0f 85 9a 00 00 00 8b 5d 08 0f b6 53 68 84 d2 75 78 8b 55 08 8b 5d 0c 8b 4a 60 8b 43 28 31 c8 89 d1 31 d2 71 64 85 c0 0f 94 c0 0f b6 c0 8b 5d f4 8b 75 f8 8b 7d fc 89 > [ 44.412000] EIP: [] fib6_rule_match+0x7a/0x150 [ipv6] SS:ESP 0068:cd9d4d0c > [ 44.412000] <6>note: sshd[3780] exited with preempt_count 1 > > config and full dmesg: > http://oioio.altervista.org/linux/config-2.6.18-rc4-mm3-1 > http://oioio.altervista.org/linux/dmesg-2.6.18-rc4-mm3-1 > > it's at fib6_rules.c:132 but since I can't tell why r->fwmask is 0 I'll > avoid proposing a wrong patch :) Oh. It looks like this has already been fixed: #ifdef CONFIG_IPV6_ROUTE_FWMARK if ((r->fwmark ^ fl->fl6_fwmark) & r->fwmask) return 0; #endif there's no divide in there now. - 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/