--- a/include/net/neighbour.h 2023-12-01 05:54:45.041790265 -0500 +++ b/include/net/neighbour.h 2023-12-01 05:55:23.751858231 -0500 @@ -157,7 +157,7 @@ struct neighbour { struct list_head gc_list; struct rcu_head rcu; struct net_device *dev; - u8 primary_key[0]; + u8 primary_key[]; } __randomize_layout; struct neigh_ops {