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] [day] [month] [year] [list]
Date:	Fri, 13 Jan 2012 17:49:28 +0100
From:	Francois Romieu <romieu@...zoreil.com>
To:	Bart Van Assche <bvanassche@....org>
Cc:	netdev@...r.kernel.org
Subject: Re: NULL pointer dereference in net_rx_action

Bart Van Assche <bvanassche@....org> :
[...]
> If I send enough data via netconsole and an Ethernet interface to a
> remote system, sooner or later a NULL pointer dereference is triggered
> in net_rx_action(). I can reproduce this with both 3.1.8 and 3.2.0. Is
> this a known issue ?

I have not seen where netpoll would avoid calling napi methods from bh
disabled context so it is probably "known". You may try to turn the 
bh disabling locks in skge into irq saving ones. Event if (big if) it
works, it will be more a local workaround more than a real solution.

-- 
Ueimor
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ