[Kernel-packages] [Bug 1382340] Re: “BUG: scheduling while atomic: nc/3622/0x00000101”

2014-10-25 Thread Anil Shashikumar Belur
Looks like the issue is in the implementation of the netfilter hook kernel module, as its not recommended to use GFP_KERNEL, and cannot sleep in netfilter hooks, since the hookos are run in interrupt context (when the packet is received) by the net_rx_action softirq. Instead this issue is resolve

[Kernel-packages] [Bug 1382340] Re: “BUG: scheduling while atomic: nc/3622/0x00000101”

2014-10-20 Thread Anil Shashikumar Belur
Updating sample code, test script for reproducer (included in ubug_1382340.tar.gz), if this helps. Here are the steps to run / reproduce the issue: 1. untar ubug_1382340.tar.gz and cd ./ubug_1382340 2. make 2. sudo ./test.sh===> run this heavy network load. ** Attachment added: "attached re

[Kernel-packages] [Bug 1382340] Re: “BUG: scheduling while atomic: nc/3622/0x00000101”

2014-10-20 Thread Anil Shashikumar Belur
I have enabled the function call trace and attached the trace.bz2 file. ** Attachment added: "function call trace output captured and attached" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1382340/+attachment/4240950/+files/trace.bz2 -- You received this bug notification because you

[Kernel-packages] [Bug 1382340] Re: “BUG: scheduling while atomic: nc/3622/0x00000101”

2014-10-20 Thread Anil Shashikumar Belur
Updating latest stack trace from dmesg: [ 132.216761] BUG: scheduling while atomic: nc/2911/0x0101 [ 132.216766] Modules linked in: netfilter(POF) ipt_MASQUERADE iptable_nat nf_nat_ipv4 nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack ipt_REJECT xt_CHECKSUM iptable_mangle x

[Kernel-packages] [Bug 1382340] Re: “BUG: scheduling while atomic: nc/3622/0x00000101”

2014-10-16 Thread Anil Shashikumar Belur
Changed the package to linux-image-3.13.0-32-generic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1382340 Title: “BUG: scheduling while atomic: nc/3622/0x0101” Status in “linux” p