From: nbd Date: Sat, 7 Nov 2015 16:22:38 +0000 (+0000) Subject: ar71xx: fix alignment of struct arpt_arp (fixes #14577) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=cc08327b28868cc26628f8153bb3459378cd964f;p=openwrt.git ar71xx: fix alignment of struct arpt_arp (fixes #14577) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47416 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch index d98695f251..772b4eca11 100644 --- a/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch +++ b/target/linux/ar71xx/patches-4.1/910-unaligned_access_hacks.patch @@ -891,3 +891,14 @@ } static inline struct neighbour *___neigh_lookup_noref( +--- a/include/uapi/linux/netfilter_arp/arp_tables.h ++++ b/include/uapi/linux/netfilter_arp/arp_tables.h +@@ -68,7 +68,7 @@ struct arpt_arp { + __u8 flags; + /* Inverse flags */ + __u16 invflags; +-}; ++} __attribute__((aligned(4)); + + /* Values for "flag" field in struct arpt_ip (general arp structure). + * No flags defined yet.