[Bug 68] Kernel panic

bugzilla-daemon@netfilter.org bugzilla-daemon@netfilter.org
Mon, 14 Apr 2003 09:56:16 +0200


https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=68





------- Additional Comments From laforge@netfilter.org  2003-04-14 09:56 -------
the only try would be replacing all 'vmalloc(x)' calls in
net/ipv4/netfilter/ip_tables.c to 'kmalloc(x,GFP_KERNEL)' (and change the
'vfree()' calls to 'kfree()').

If you think you would like to try that change, feel free to go ahead and report
back to me.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.