On Thu, Jul 24, 2008 at 04:34:31PM +0300, Octavian Purdila wrote:
No pskb_copy does a full copy on the head portion of the packet
which is where your cmsg is.
But you're freeing the cmsg in skb_release_data which is called
by pskb_expand_head. This can't possibly work.
Do we need to make it so generic? If we do then can you please
come up with other uses for it too. For example, find out what
existing fields can be better suited by storing them as a cmsg.
Only then can we design this properly.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html