* Re: KERNEL: assertion (!sk->sk_forward_alloc) failed
[not found] ` <dmf1kn$t2s$1@news.cistron.nl>
@ 2005-11-28 16:44 ` Jesse Brandeburg
0 siblings, 0 replies; 12+ messages in thread
From: Jesse Brandeburg @ 2005-11-28 16:44 UTC (permalink / raw)
To: Miquel van Smoorenburg, nipsy; +Cc: linux-kernel, Kernel Netdev Mailing List
This should really be on netdev, so I copied it.
On 11/28/05, Miquel van Smoorenburg <miquels@cistron.nl> wrote:
> In article <20051128123601.GA32346@king.bitgnome.net>,
> Mark Nipper <nipsy@bitgnome.net> wrote:
> > I received the following in my system logs recently:
> >---
> >Nov 27 22:56:20 king kernel: KERNEL: assertion (!sk->sk_forward_alloc)
> >failed at net/core/stream.c (279)
> >Nov 27 22:56:20 king kernel: KERNEL: assertion (!sk->sk_forward_alloc)
> >failed at net/ipv4/af_inet.c (151)
> >
> > All I could find related to this was some potential bugs
> >mentioned in 2.6.9 and in particular with relation to TSO.
> >However, I'm running a vanilla 2.6.13.4 at the moment. But, I do
> >have an e1000 and checking ethtool does show TSO on.
>
> I'm seeing the same on 2.6.14.2, also with e1000. It wasn't there on
> 2.6.11.12 which I was running previously.
I don't believe this is related to e1000 because we don't mess with
the sock (sk) struct. Did you try disabling TSO? I bet the netdev
guys can help.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: KERNEL: assertion (!sk->sk_forward_alloc) failed
[not found] <e282236e0602070146p1ed3fdb6k74aa75e15bbc37a3@mail.gmail.com>
@ 2006-02-08 20:07 ` Jesse Brandeburg
2006-02-08 22:12 ` David S. Miller
2006-02-09 19:17 ` Boris B. Zhmurov
0 siblings, 2 replies; 12+ messages in thread
From: Jesse Brandeburg @ 2006-02-08 20:07 UTC (permalink / raw)
To: Yoseph Basri, Boris B. Zhmurov; +Cc: linux-kernel, NetDEV list
this should be on netdev (cc'd), i included some of the thread here.
On 2/7/06, Yoseph Basri <yoseph.basri@gmail.com> wrote:
> Hello kernel maillist,
>
> I'm new member maillist.
>
> Currently, I receive the warning log from my kernel.
>
> Since update to
> Linux 2.6.14.3 #1 SMP Fri Nov 25 20:20:05 SGT 2005 i686 GNU/Linux from 2.4,
>
> I am getting the warning log:
>
> kernel: KERNEL: assertion (!sk->sk_forward_alloc) failed at
> net/core/stream.c (279)
> kernel: KERNEL: assertion (!sk->sk_forward_alloc) failed at
> net/ipv4/af_inet.c (148)
>
> Any information about this issue, and how to solve this problem ?
>
> Another server that i rolled back from 2.6.14 to 2.4 kernel and has no
> warning again. is this bug from 2.6 kernel?
>
> Thanks for your info.
On 2/7/06, Yoseph Basri <yoseph.basri@gmail.com> wrote:
> Hi Boris,
>
> I think so, here is from the dmeg info:
>
> Intel(R) PRO/1000 Network Driver - version 6.0.60-k2
> Copyright (c) 1999-2005 Intel Corporation.
> ACPI: PCI Interrupt 0000:06:08.0[A] -> GSI 29 (level, low) -> IRQ 16
> e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
> ACPI: PCI Interrupt 0000:06:08.1[B] -> GSI 30 (level, low) -> IRQ 17
> e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
> e100: Intel(R) PRO/100 Network Driver, 3.4.14-k2-NAPI
> e100: Copyright(c) 1999-2005 Intel Corporation
>
> any info regarding this warning?
>
> YB
>
> On 2/7/06, Boris B. Zhmurov <bb@kernelpanic.ru> wrote:
> > Hello, Yoseph Basri.
> >
> > On 07.02.2006 12:46 you said the following:
> >
> > > I am getting the warning log:
> > >
> > > kernel: KERNEL: assertion (!sk->sk_forward_alloc) failed at
> > > net/core/stream.c (279)
> > > kernel: KERNEL: assertion (!sk->sk_forward_alloc) failed at
> > > net/ipv4/af_inet.c (148)
> >
> >
> > Do you have Intel Pro 1000 network card? Same here...
whats the relevance of e1000?
I though Herbert had fixed these, and it looks like half the patches
got into 2.6.14.3, but not the fix to the fix committed on 9-6 (not in
2.6.14.* at all)
Jesse
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: KERNEL: assertion (!sk->sk_forward_alloc) failed
2006-02-08 20:07 ` KERNEL: assertion (!sk->sk_forward_alloc) failed Jesse Brandeburg
@ 2006-02-08 22:12 ` David S. Miller
2006-02-09 2:10 ` Jesse Brandeburg
2006-02-09 19:17 ` Boris B. Zhmurov
1 sibling, 1 reply; 12+ messages in thread
From: David S. Miller @ 2006-02-08 22:12 UTC (permalink / raw)
To: jesse.brandeburg; +Cc: yoseph.basri, bb, linux-kernel, netdev
From: Jesse Brandeburg <jesse.brandeburg@gmail.com>
Date: Wed, 8 Feb 2006 12:07:14 -0800
> this should be on netdev (cc'd), i included some of the thread here.
...
> I though Herbert had fixed these, and it looks like half the patches
> got into 2.6.14.3, but not the fix to the fix committed on 9-6 (not in
> 2.6.14.* at all)
What are the changeset IDs so I can fix this?
Thanks.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: KERNEL: assertion (!sk->sk_forward_alloc) failed
2006-02-08 22:12 ` David S. Miller
@ 2006-02-09 2:10 ` Jesse Brandeburg
2006-03-10 10:59 ` David S. Miller
0 siblings, 1 reply; 12+ messages in thread
From: Jesse Brandeburg @ 2006-02-09 2:10 UTC (permalink / raw)
To: David S. Miller; +Cc: yoseph.basri, bb, linux-kernel, netdev
On 2/8/06, David S. Miller <davem@davemloft.net> wrote:
> From: Jesse Brandeburg <jesse.brandeburg@gmail.com>
> Date: Wed, 8 Feb 2006 12:07:14 -0800
>
> > this should be on netdev (cc'd), i included some of the thread here.
> ...
> > I though Herbert had fixed these, and it looks like half the patches
> > got into 2.6.14.3, but not the fix to the fix committed on 9-6 (not in
> > 2.6.14.* at all)
>
> What are the changeset IDs so I can fix this?
I think the commit id that is missing from 2.6.14.X is
fb5f5e6e0cebd574be737334671d1aa8f170d5f3
but here is the web link if i gave the wrong info
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fb5f5e6e0cebd574be737334671d1aa8f170d5f3
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: KERNEL: assertion (!sk->sk_forward_alloc) failed
2006-02-08 20:07 ` KERNEL: assertion (!sk->sk_forward_alloc) failed Jesse Brandeburg
2006-02-08 22:12 ` David S. Miller
@ 2006-02-09 19:17 ` Boris B. Zhmurov
2006-02-09 19:25 ` Ian McDonald
1 sibling, 1 reply; 12+ messages in thread
From: Boris B. Zhmurov @ 2006-02-09 19:17 UTC (permalink / raw)
To: Jesse Brandeburg; +Cc: Yoseph Basri, linux-kernel, NetDEV list
Hello, Jesse Brandeburg.
On 08.02.2006 23:07 you said the following:
> whats the relevance of e1000?
>
> I though Herbert had fixed these
Nope :( I had this messages on 2.6.14.2 and now I have it on 2.6.15.3.
--
Boris B. Zhmurov
mailto: bb@kernelpanic.ru
"wget http://kernelpanic.ru/bb_public_key.pgp -O - | gpg --import"
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: KERNEL: assertion (!sk->sk_forward_alloc) failed
2006-02-09 19:17 ` Boris B. Zhmurov
@ 2006-02-09 19:25 ` Ian McDonald
2006-02-09 19:32 ` Boris B. Zhmurov
0 siblings, 1 reply; 12+ messages in thread
From: Ian McDonald @ 2006-02-09 19:25 UTC (permalink / raw)
To: bb; +Cc: Jesse Brandeburg, Yoseph Basri, linux-kernel, NetDEV list
On 2/10/06, Boris B. Zhmurov <bb@kernelpanic.ru> wrote:
> Hello, Jesse Brandeburg.
>
> On 08.02.2006 23:07 you said the following:
>
> > whats the relevance of e1000?
> >
> > I though Herbert had fixed these
>
> Nope :( I had this messages on 2.6.14.2 and now I have it on 2.6.15.3.
>
For what it's worth I had these messages for a while and they got
fixed 2 or 3 weeks ago from memory in Dave's 2.6.16 net tree or net2.6
tree.
Is it possible for you to download 2.6.16-rc2 or similar and see if it
goes away?
Ian
--
Ian McDonald
http://wand.net.nz/~iam4
WAND Network Research Group
University of Waikato
New Zealand
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: KERNEL: assertion (!sk->sk_forward_alloc) failed
2006-02-09 19:25 ` Ian McDonald
@ 2006-02-09 19:32 ` Boris B. Zhmurov
2006-02-09 19:37 ` Ian McDonald
2006-02-16 21:02 ` Jan-Frode Myklebust
0 siblings, 2 replies; 12+ messages in thread
From: Boris B. Zhmurov @ 2006-02-09 19:32 UTC (permalink / raw)
To: Ian McDonald; +Cc: Jesse Brandeburg, Yoseph Basri, linux-kernel, NetDEV list
Hello, Ian McDonald.
On 09.02.2006 22:25 you said the following:
> Is it possible for you to download 2.6.16-rc2 or similar and see if it
> goes away?
It'll be better, if I get only patch fixs that problem, not all 2.6.16-rc2.
--
Boris B. Zhmurov
mailto: bb@kernelpanic.ru
"wget http://kernelpanic.ru/bb_public_key.pgp -O - | gpg --import"
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: KERNEL: assertion (!sk->sk_forward_alloc) failed
2006-02-09 19:32 ` Boris B. Zhmurov
@ 2006-02-09 19:37 ` Ian McDonald
2006-03-10 10:59 ` David S. Miller
2006-02-16 21:02 ` Jan-Frode Myklebust
1 sibling, 1 reply; 12+ messages in thread
From: Ian McDonald @ 2006-02-09 19:37 UTC (permalink / raw)
To: bb; +Cc: Jesse Brandeburg, Yoseph Basri, linux-kernel, NetDEV list
On 2/10/06, Boris B. Zhmurov <bb@kernelpanic.ru> wrote:
> Hello, Ian McDonald.
>
> On 09.02.2006 22:25 you said the following:
>
> > Is it possible for you to download 2.6.16-rc2 or similar and see if it
> > goes away?
>
> It'll be better, if I get only patch fixs that problem, not all 2.6.16-rc2.
>
Oops I didn't read Jesse's message earlier properly.
That patch which probably fixed it is (from his message):
I think the commit id that is missing from 2.6.14.X is
fb5f5e6e0cebd574be737334671d1aa8f170d5f3
but here is the web link if i gave the wrong info
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fb5f5e6e0cebd574be737334671d1aa8f170d5f3
--
Ian McDonald
http://wand.net.nz/~iam4
WAND Network Research Group
University of Waikato
New Zealand
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: KERNEL: assertion (!sk->sk_forward_alloc) failed
2006-02-09 19:32 ` Boris B. Zhmurov
2006-02-09 19:37 ` Ian McDonald
@ 2006-02-16 21:02 ` Jan-Frode Myklebust
1 sibling, 0 replies; 12+ messages in thread
From: Jan-Frode Myklebust @ 2006-02-16 21:02 UTC (permalink / raw)
To: linux-kernel; +Cc: netdev
On 2006-02-09, Boris B. Zhmurov <bb@kernelpanic.ru> wrote:
>
>> Is it possible for you to download 2.6.16-rc2 or similar and see if it
>> goes away?
>
> It'll be better, if I get only patch fixs that problem, not all 2.6.16-rc2.
I just got this same warning on a system running 2.6.14.5. It's been
up for 50 days, quite heavily loaded, and I've seen this only once.
Should i be conserned ? Could someone tell me what it means ?
# uname -a
Linux mail 2.6.14.5 #1 SMP Tue Dec 27 14:39:55 CET 2005 i686 i686 i386 GNU/Linux
# dmesg|grep KERNEL
KERNEL: assertion (!sk->sk_forward_alloc) failed at net/core/stream.c (279)
KERNEL: assertion (!sk->sk_forward_alloc) failed at net/ipv4/af_inet.c (148)
# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp segmentation offload: on
# ethtool -k eth1
Offload parameters for eth1:
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp segmentation offload: on
-jf
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: KERNEL: assertion (!sk->sk_forward_alloc) failed
2006-02-09 19:37 ` Ian McDonald
@ 2006-03-10 10:59 ` David S. Miller
2006-03-10 15:51 ` Krzysztof Oledzki
0 siblings, 1 reply; 12+ messages in thread
From: David S. Miller @ 2006-03-10 10:59 UTC (permalink / raw)
To: imcdnzl; +Cc: bb, jesse.brandeburg, yoseph.basri, linux-kernel, netdev
From: Ian McDonald <imcdnzl@gmail.com>
Date: Fri, 10 Feb 2006 08:37:48 +1300
> On 2/10/06, Boris B. Zhmurov <bb@kernelpanic.ru> wrote:
> > Hello, Ian McDonald.
> >
> > On 09.02.2006 22:25 you said the following:
> >
> > > Is it possible for you to download 2.6.16-rc2 or similar and see if it
> > > goes away?
> >
> > It'll be better, if I get only patch fixs that problem, not all 2.6.16-rc2.
>
> Oops I didn't read Jesse's message earlier properly.
>
> That patch which probably fixed it is (from his message):
> I think the commit id that is missing from 2.6.14.X is
> fb5f5e6e0cebd574be737334671d1aa8f170d5f3
This patch is in the linux-2.6.14 stable tree, I just
verified this.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: KERNEL: assertion (!sk->sk_forward_alloc) failed
2006-02-09 2:10 ` Jesse Brandeburg
@ 2006-03-10 10:59 ` David S. Miller
0 siblings, 0 replies; 12+ messages in thread
From: David S. Miller @ 2006-03-10 10:59 UTC (permalink / raw)
To: jesse.brandeburg; +Cc: yoseph.basri, bb, linux-kernel, netdev
From: Jesse Brandeburg <jesse.brandeburg@gmail.com>
Date: Wed, 8 Feb 2006 18:10:21 -0800
> I think the commit id that is missing from 2.6.14.X is
> fb5f5e6e0cebd574be737334671d1aa8f170d5f3
It's in 2.6.14.x I just double checked.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: KERNEL: assertion (!sk->sk_forward_alloc) failed
2006-03-10 10:59 ` David S. Miller
@ 2006-03-10 15:51 ` Krzysztof Oledzki
0 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Oledzki @ 2006-03-10 15:51 UTC (permalink / raw)
To: David S. Miller
Cc: imcdnzl, bb, jesse.brandeburg, yoseph.basri, linux-kernel, netdev
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1036 bytes --]
On Fri, 10 Mar 2006, David S. Miller wrote:
> From: Ian McDonald <imcdnzl@gmail.com>
> Date: Fri, 10 Feb 2006 08:37:48 +1300
>
>> On 2/10/06, Boris B. Zhmurov <bb@kernelpanic.ru> wrote:
>>> Hello, Ian McDonald.
>>>
>>> On 09.02.2006 22:25 you said the following:
>>>
>>>> Is it possible for you to download 2.6.16-rc2 or similar and see if it
>>>> goes away?
>>>
>>> It'll be better, if I get only patch fixs that problem, not all 2.6.16-rc2.
>>
>> Oops I didn't read Jesse's message earlier properly.
>>
>> That patch which probably fixed it is (from his message):
>> I think the commit id that is missing from 2.6.14.X is
>> fb5f5e6e0cebd574be737334671d1aa8f170d5f3
>
> This patch is in the linux-2.6.14 stable tree, I just
> verified this.
So it must be another problem: I had this message with 2.6.15.2:
KERNEL: assertion (!sk->sk_forward_alloc) failed at net/core/stream.c (279)
KERNEL: assertion (!sk->sk_forward_alloc) failed at net/ipv4/af_inet.c (148)
Best regards,
Krzysztof Olędzki
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2006-03-10 15:51 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <e282236e0602070146p1ed3fdb6k74aa75e15bbc37a3@mail.gmail.com>
2006-02-08 20:07 ` KERNEL: assertion (!sk->sk_forward_alloc) failed Jesse Brandeburg
2006-02-08 22:12 ` David S. Miller
2006-02-09 2:10 ` Jesse Brandeburg
2006-03-10 10:59 ` David S. Miller
2006-02-09 19:17 ` Boris B. Zhmurov
2006-02-09 19:25 ` Ian McDonald
2006-02-09 19:32 ` Boris B. Zhmurov
2006-02-09 19:37 ` Ian McDonald
2006-03-10 10:59 ` David S. Miller
2006-03-10 15:51 ` Krzysztof Oledzki
2006-02-16 21:02 ` Jan-Frode Myklebust
[not found] <20051128123601.GA32346@king.bitgnome.net>
[not found] ` <dmf1kn$t2s$1@news.cistron.nl>
2005-11-28 16:44 ` Jesse Brandeburg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).