Revision 2: Move __attribute__ ((packed)) to the end of the structure definition as used in other locations allowing for simpler grep etc. The attached patch adjust the size of struct nf_ct_tcp_flags in the kernel to match the hardcoded size in the respective user space tools. This issue has so far only been visible for an Intel IXP4xx network processor (ARM big endian, gcc-4.2.4) while the same code and toolchain works fine on powerpc (32bit) and x86_64. Lutz Jaenicke (1): netfilter: nf_ct_tcp: pack nf_ct_tcp_flags to match user space include/linux/netfilter/nf_conntrack_tcp.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- 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