Jan Engelhardt wrote:
On Oct 23 2007 16:12, Patrick McHardy wrote:
+struct xt_tos_info {
+ u_int8_t tos;
+ u_int8_t invert;
+};
XT_ALIGN - it pads to multiples of the highest alignment
requirement of u{8,16,32,64} - which is 1 one CRIS.
Even then I do not see where the problem is.
If CRIS kernelspace has 1-alignment, then its userspace
will have the same.
Note that ipt_tos(_match)_info also had these two fields.
Right, I mixed something up. So the patch I queued (attached
again for reference) seems to be fine.
Please drop it, I resend it (with new functionality).
OK. Since this is getting confusing and I get clashes with
your other patches, I'm going to drop both xt_tos and
xt_TOS. Please resend both once you've finished them.
Thanks.
-
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html