From: Paul Moore <[EMAIL PROTECTED]>
Date: Sun, 16 Jul 2006 22:42:07 -0400

> Right now I use both the bitmap_walk() and bitmap_setbit() routines
> to deal with both CIPSO tags straight from the sk_buff as well as
> the internal bitmap representation.  Padding out the internal
> bitmaps would require some code changes but there isn't much I can
> do about the packet I don't believe.  True it would probably be okay
> for most packets to assume you could access an entire "long"s worth
> of memory but then again it would only take one evil packet to start
> causing problems ...

The access also has to be long aligned to be valid for
the asm/bitops.h interfaces as well, which is also
problematic for your case I guess.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to