From mboxrd@z Thu Jan 1 00:00:00 1970 From: Deti Fliegl Subject: Re: again: conntrack & 2.6.14-git11 Date: Fri, 11 Nov 2005 08:10:53 +0100 Message-ID: <437443FD.1060604@fliegl.de> References: <4371D660.4060003@fliegl.de> <4371FBDD.4020302@eurodev.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Pablo Neira In-Reply-To: <4371FBDD.4020302@eurodev.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 Pablo Neira wrote: > I don't see the patch that is supposed to fix the problem in that git > snapshot. Please, make sure that the patch attached is applied to your > kernel tree. Had a defective harddisk on my testsystem and was not able to test yesterday. Now I tried git13 which incorporates this patch but still got an oops. Not sure, if this is related to netlink/conntrack. wget[4709]: segfault at 00002aab1313321d rip 00002aaaab21ba6f rsp 00007fffffb61510 error 4 ACCEPT IN=mgmt OUT= MAC=00:04:23:b7:70:7c:00:d0:03:49:58:00:08:00 SRC=10.156.10.105 DST=XX LEN=84 TOS=0x00 PREC=0x00 TTL=63 ID=2630 PROTO=ICMP TYPE=0 CODE=0 ID=55676 SEQ=1 Badness in __kfree_skb at net/core/skbuff.c:334 Call Trace:{__kfree_skb+165} {netlink_recvmsg+259} {sock_recvmsg+284} {thread_return+0} {file_read_actor+0} {autoremove_wake_function+0} {sys_recvmsg+357} {autoremove_wake_function+0} {pipe_writev+1293} {vfs_write+326} {sys_write+69} {system_call+126} Badness in __kfree_skb at net/core/skbuff.c:334 Call Trace:{__kfree_skb+165} {netlink_recvmsg+259} {sock_recvmsg+284} {thread_return+0} {file_read_actor+0} {autoremove_wake_function+0} {sys_recvmsg+357} {pipe_writev+1293} {vfs_write+326} {sys_write+69} {system_call+126} scheduling while atomic: conntrack/0xffffff00/15404 Call Trace:{schedule+126} {vfs_write+326} {sys_write+69} {sysret_careful+13} Further tried the refcount patch with 2.6.14 (no git version) without success (oops).