lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 15 Oct 2007 12:57:31 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	mingo@...e.hu
Cc:	linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
	shemminger@...ux-foundation.org
Subject: Re: WARNING: at net/core/dev.c:2161 net_rx_action()

From: Ingo Molnar <mingo@...e.hu>
Date: Mon, 15 Oct 2007 13:24:30 +0200

> got this warning with Linus' latest -git tree:
> 
>   WARNING: at net/core/dev.c:2161 net_rx_action()
>    [<80564db4>] net_rx_action+0xce/0x186
>    [<8011ba98>] __do_softirq+0x6c/0xcf
>    [<8011bb2d>] do_softirq+0x32/0x36
>    [<8011bcae>] irq_exit+0x35/0x40
>    [<80104fdb>] do_IRQ+0x5c/0x71
>    [<801048cd>] do_nmi+0x8f/0x238
>    [<801033a3>] common_interrupt+0x23/0x30
>    =======================

This is a driver bug, the work "budget" passed into a driver's
->poll() handler should never be exceeded.  That's what this
warning assertion is checking.

What ethernet card is in your system and what driver is being
used to drive it?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ