Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 15 Dec 2001 10:08:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 15 Dec 2001 10:08:49 -0500 Received: from f62.law7.hotmail.com ([216.33.237.62]:8205 "EHLO hotmail.com") by vger.kernel.org with ESMTP id ; Sat, 15 Dec 2001 10:08:39 -0500 X-Originating-IP: [216.117.88.41] From: "Edward Killips" To: linux-kernel@vger.kernel.org Subject: Netfilter Oops more info Date: Sat, 15 Dec 2001 10:08:33 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 15 Dec 2001 15:08:33.0325 (UTC) FILETIME=[5CD805D0:01C1857A] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I get a netfilter Oops like the one below unless I comment out the follwoing rule. iptables -t mangle -A PREROUTING -m multiport -p tcp --sport 80,21,23 -j TOS --set-tos 16 ksymoops 2.4.3 on i586 2.4.17-rc1. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.17-rc1/ (default) -m /boot/System.map (specified) c0216e84 *pde = 00000000 Oops: 0000 CPU: 0 EIP: 0010:[c0216e84>] Not tainted EFLAGS: 00010202 eax: 00000000 ebx: 5a5a5a5a ecx: 00000000 eds: 00000010 esi: 00000010 edi: c899c53c ebp: 00000000 esp: c02bfe58 ds: 0018 es: 0018 ss: 0018 Stack: 00000000 00000000 c899c53c 00000000 c899c53c c899c53c 00000000 c02193ca c899c53c 5a5a5a5a 5a5a5a5a 00000050 00000000 00000000 c02193a0 c020f696 c032f240 00000000 00000000 00000000 c02193a0 c020f6c8 c899c53c 00000000 Call Trace: [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] Code: 8b 78 3c 89 d8 89 da 25 f0 f0 f0 f0 81 e2 0f 0f 0f 0f c1 e8 Using defaults from ksymoops -t elf32-i386 -a i386 Trace; c02193ca Trace; c02193a0 Trace; c020f696 Trace; c01293a0 Trace; c020f6c8 Trace; c01291f8 Trace; c02193a0 Trace; d88919e8 <[lt_modem]UART_CopyDteTxData+44/dc> Trace; c020a1d8 Trace; c011902a Trace; c0118d6c Trace; c0108680 Trace; c01053c0 Trace; c01053c0 Trace; c01053e2 Trace; c010544e Trace; c0105000 <_stext+0/0> Code; 00000000 Before first symbol 00000000 <_EIP>: Code; 00000000 Before first symbol 0: 8b 78 3c mov 0x3c(%eax),%edi Code; 00000002 Before first symbol 3: 89 d8 mov %ebx,%eax Code; 00000004 Before first symbol 5: 89 da mov %ebx,%edx Code; 00000006 Before first symbol 7: 25 f0 f0 f0 f0 and $0xf0f0f0f0,%eax Code; 0000000c Before first symbol c: 81 e2 0f 0f 0f 0f and $0xf0f0f0f,%edx Code; 00000012 Before first symbol 12: c1 e8 00 shr $0x0,%eax <0>Kernel panic: Aiee, killing interrupt handler! _________________________________________________________________ Join the world?s largest e-mail service with MSN Hotmail. http://www.hotmail.com - 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/