Re: kernel panic when running /etc/init.d/iptables restart

2012-12-27 Thread canqun zhang
p;net->exit_list, &net_exit_list); ops_exit_list(ops, &net_exit_list); ops_free_list(ops, &net_exit_list); } 2012/12/25 canqun zhang : > Thanks for your suggestion,i will modify this patch and take tests. > > 2012/12/25 Gao feng : >> On 2012/12/25 15:25, canqu

Re: kernel panic when running /etc/init.d/iptables restart

2012-12-27 Thread canqun zhang
p;net->exit_list, &net_exit_list); ops_exit_list(ops, &net_exit_list); ops_free_list(ops, &net_exit_list); } 2012/12/25 Gao feng : > On 2012/12/25 15:25, canqun zhang wrote: >> Hi Gao feng >> The stack information is as follows. The kenel will panic because the &

kernel panic when running /etc/init.d/iptables restart

2012-12-23 Thread canqun zhang
Hi Patrick, If i start one lxc container instance, and then in the system there will be two net namespaces,one is init_net namespace, the other is created by lxc.If running "/etc/init.d/iptables restart",the system will be panic. I find iptables restarting will clean init_net namespace firstly,the

Re: kernel panic when running /etc/init.d/iptables restart

2012-12-24 Thread canqun zhang
;0f> 0b 0f 1f 44 00 00 eb f9 66 66 66 66 66 2e 0f 1f 84 00 00 00 2012/12/25 Gao feng : > cc netdev > Hi canqun: > > On 2012/12/24 13:51, canqun zhang wrote: >> Hi Patrick, >> If i start one lxc container instance, and then in the system there >> will be two net names

Re: kernel panic when running /etc/init.d/iptables restart

2012-12-25 Thread canqun zhang
Thanks for your suggestion,i will modify this patch and take tests. 2012/12/25 Gao feng : > On 2012/12/25 15:25, canqun zhang wrote: >> Hi Gao feng >> The stack information is as follows. The kenel will panic because the >> nf_ct_destroy is NULL. >> >> Re