From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Date: Sat, 03 May 2008 13:52:13 +0200 > > > We can't update skb->truesize during arbitray skb->data reallocations, > > because it could corrupt the socket accounting. > > > > On the other hand, if we provide ways for users to subvert the socket > > buffer limits, we might as well not try to limit anything. > > Why don't we update the socket allocation when doing pskb_expand_head()? > Sure, it could become negative, but is that so bad? The socket locked state at this time is variable and unknown. The socket must be locked in order to modify these values. And such locks cannot be taken, for example, from HW interrupt context, amongst other restrictions. > We need more space though. Should we then just increase the built-in > headroom? I simply don't know what to suggest at this point, that's why we are having this discussion :-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html