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>] [day] [month] [year] [list]
Date:	Mon, 3 Jun 2013 22:05:04 +0200
From:	Lawrence Lee <lawrenceqli@...il.com>
To:	netdev@...r.kernel.org
Subject: Using dev_queue_xmit causes a system halt problem.

Hi all,

I use netfilter to hook packets at the NF_INET_LOCAL_OUT hook and send
the packets using dev_queue_xmit(). My module can successfully sends
packets. Unfortunately, the system always halts when my module is
installed. It seems that using dev_queue_xmit() causes an issue of a
deadlock. The problem is same when I use ndo_start_xmit() to send
packets. However, I am not sure what the exact problem is. May I know
how I can fix this problem. Thank you!

Best,
Lawrence
--
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