Displaying 2 results from an estimated 2 matches for "ipt_psd".
Did you mean:
ipt_p2p
2003 Mar 20
6
[Bug 68] Kernel panic
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=68
------- Additional Comments From laforge@netfilter.org 2003-03-20 10:55 -------
This looks strange.
The BUG in slab.c tells us that there is a GFP_ATOMIC missing. This means that
we are allocating kernel memory from softirq context with only GFP_KERNEL.
If I understand your backtrace correctly, what happens is:
- you are
2002 May 27
4
htb3 with imq
..._helper.o ipt_owner.o ipt_tos.o
ip_nat_h323.o ipt_IMQ.o ipt_pkttype.o ipt_TOS.o
ip_nat_irc.o ipt_ipv4options.o ipt_pool.o ipt_ttl.o
ip_nat_snmp_basic.o ipt_length.o ipt_POOL.o ipt_TTL.o
ip_pool.o ipt_limit.o ipt_psd.o ipt_ULOG.o
ip_queue.o ipt_LOG.o ipt_realm.o ipt_unclean.o
iptable_filter.o ipt_mac.o ipt_recent.o
iptable_mangle.o ipt_mark.o ipt_record_rpc.o
[root@cab1 root]#
[root@cab1 root]# tc -V
tc utility, iproute2-ss010824
[root@cab1 root]#...