]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Revert skb_copy_datagram_iovec() recursion elimination.
authorDavid S. Miller <davem@davemloft.net>
Tue, 14 Feb 2006 00:46:25 +0000 (16:46 -0800)
committerChris Wright <chrisw@sous-sol.org>
Wed, 1 Mar 2006 22:36:33 +0000 (14:36 -0800)
commitdcfd28a95dc4bb4868f867f118b4de0d0ced900c
tree36291e9384bef66886e536227db9af09bb2169d9
parent245fdb596bc70bb93d5941d688916e29d6824955
[PATCH] Revert skb_copy_datagram_iovec() recursion elimination.

Revert the following changeset:

bc8dfcb93970ad7139c976356bfc99d7e251deaf

Recursive SKB frag lists are really possible and disallowing
them breaks things.

Noticed by: Jesse Brandeburg <jesse.brandeburg@intel.com>

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/core/datagram.c