openSUSE Forums > Archives > Novell Archives » Bug in ip_route_input_slow()

Go Back   openSUSE Forums > Archives > Novell Archives
Forums FAQ Members List Search Today's Posts Mark Forums Read


Novell Archives Archived content from Novell openSUSE support forums

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-Jul-2006, 02:51
Paul Gear
Guest
 
Posts: n/a
Default Bug in ip_route_input_slow()

When doing load balancing over multiple interfaces on SUSE 10.0,
kernel-smp-2.6.13-15.10, i get the following messages:


Jul 7 15:37:47 pelican kernel: Bug in ip_route_input_slow(). Please, report
Jul 7 15:37:47 pelican kernel: Badness in dst_release at
include/net/dst.h:154
Jul 7 15:37:47 pelican kernel: [<c02c573e>] __kfree_skb+0x19e/0x1b0
Jul 7 15:37:47 pelican kernel: [<c02eb180>] ip_rcv_finish+0x0/0x340
Jul 7 15:37:47 pelican kernel: [<c02eaccb>] ip_rcv+0xdb/0x590
Jul 7 15:37:47 pelican kernel: [<c02eb180>] ip_rcv_finish+0x0/0x340
Jul 7 15:37:47 pelican kernel: [<c02cb90c>] netif_receive_skb+0x26c/0x370
Jul 7 15:37:47 pelican kernel: [<f905708a>] tg3_rx+0x2da/0x3d0 [tg3]
Jul 7 15:37:47 pelican kernel: [<f90571ec>] tg3_poll+0x6c/0x190 [tg3]
Jul 7 15:37:47 pelican kernel: [<c02cbbed>] net_rx_action+0xbd/0x1b0
Jul 7 15:37:47 pelican kernel: [<c012b4b2>] __do_softirq+0x72/0xe0
Jul 7 15:37:47 pelican kernel: [<c012b555>] do_softirq+0x35/0x40
Jul 7 15:37:47 pelican kernel: [<c010707b>] do_IRQ+0x3b/0x70
Jul 7 15:37:47 pelican kernel: [<c010539a>] common_interrupt+0x1a/0x20
Jul 7 15:37:47 pelican kernel: [<c0102305>] mwait_idle+0x25/0x50
Jul 7 15:37:47 pelican kernel: [<f8c72ffd>]
acpi_processor_idle+0xf0/0x28e [processor]
Jul 7 15:37:47 pelican kernel: [<c01020d7>] cpu_idle+0x37/0xc0
Jul 7 15:37:47 pelican kernel: [<c040691a>] start_kernel+0x17a/0x1e0
Jul 7 15:37:47 pelican kernel: [<c0406330>] unknown_bootoption+0x0/0x1e0


What do they mean, and where should i report them other than here?

Thanks,
Paul
  #2 (permalink)  
Old 07-Jul-2006, 12:06
Larry Finger
Guest
 
Posts: n/a
Default Re: Bug in ip_route_input_slow()

Paul Gear wrote:
> When doing load balancing over multiple interfaces on SUSE 10.0,
> kernel-smp-2.6.13-15.10, i get the following messages:
>
>
> Jul 7 15:37:47 pelican kernel: Bug in ip_route_input_slow(). Please, report
> Jul 7 15:37:47 pelican kernel: Badness in dst_release at
> include/net/dst.h:154
> Jul 7 15:37:47 pelican kernel: [<c02c573e>] __kfree_skb+0x19e/0x1b0
> Jul 7 15:37:47 pelican kernel: [<c02eb180>] ip_rcv_finish+0x0/0x340
> Jul 7 15:37:47 pelican kernel: [<c02eaccb>] ip_rcv+0xdb/0x590
> Jul 7 15:37:47 pelican kernel: [<c02eb180>] ip_rcv_finish+0x0/0x340
> Jul 7 15:37:47 pelican kernel: [<c02cb90c>] netif_receive_skb+0x26c/0x370
> Jul 7 15:37:47 pelican kernel: [<f905708a>] tg3_rx+0x2da/0x3d0 [tg3]
> Jul 7 15:37:47 pelican kernel: [<f90571ec>] tg3_poll+0x6c/0x190 [tg3]
> Jul 7 15:37:47 pelican kernel: [<c02cbbed>] net_rx_action+0xbd/0x1b0
> Jul 7 15:37:47 pelican kernel: [<c012b4b2>] __do_softirq+0x72/0xe0
> Jul 7 15:37:47 pelican kernel: [<c012b555>] do_softirq+0x35/0x40
> Jul 7 15:37:47 pelican kernel: [<c010707b>] do_IRQ+0x3b/0x70
> Jul 7 15:37:47 pelican kernel: [<c010539a>] common_interrupt+0x1a/0x20
> Jul 7 15:37:47 pelican kernel: [<c0102305>] mwait_idle+0x25/0x50
> Jul 7 15:37:47 pelican kernel: [<f8c72ffd>]
> acpi_processor_idle+0xf0/0x28e [processor]
> Jul 7 15:37:47 pelican kernel: [<c01020d7>] cpu_idle+0x37/0xc0
> Jul 7 15:37:47 pelican kernel: [<c040691a>] start_kernel+0x17a/0x1e0
> Jul 7 15:37:47 pelican kernel: [<c0406330>] unknown_bootoption+0x0/0x1e0
>
>
> What do they mean, and where should i report them other than here?


I'm not sure of the meaning, but this message should be sent to netdev@vger.kernel.org. The bug has
most likely been fixed in kernels later than 2.6.13 (2.6.17.4 is the latest stable release), but the
tg3 experts on that list will know.

Larry
  #3 (permalink)  
Old 16-Jul-2006, 20:50
Paul Gear
Guest
 
Posts: n/a
Default Re: Bug in ip_route_input_slow()

Paul Gear wrote:
> When doing load balancing over multiple interfaces on SUSE 10.0,
> kernel-smp-2.6.13-15.10, i get the following messages:
>
>
> Jul 7 15:37:47 pelican kernel: Bug in ip_route_input_slow(). Please, report
> Jul 7 15:37:47 pelican kernel: Badness in dst_release at
> include/net/dst.h:154
> ...
> What do they mean, and where should i report them other than here?


FWIW, this has been logged in Bugzilla:
https://bugzilla.novell.com/show_bug.cgi?id=190908
The SUSE 10.1 kernel doesn't exhibit this behaviour.

Paul

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEuuzQafGwptjWFZkRAhQPAKCFhVvUAAEXGHVDIs12SL 3Z74sa3gCcD2RH
T24qS1yqAEkYH2UZ2hdCzFs=
=ETsK
-----END PGP SIGNATURE-----

 

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2