From 16cecdd743c29c9c9dbfdfbd29cebd9ba6bd27f3 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 14 Jun 2023 20:04:24 +0000 Subject: [PATCH] Revert "neighbour: fix unaligned access to pneigh_entry" This reverts commit 8af3119388c432b0133a068185b7664f24da4495. It breaks the Android KABI and will be brought back at a later time when it is safe to do so. Bug: 161946584 Change-Id: Ic05e6ecce1f072a347516cd2acb38c3330b50883 Signed-off-by: Greg Kroah-Hartman --- include/net/neighbour.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/neighbour.h b/include/net/neighbour.h index 272dbf5bdba2..e2a491132c60 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h @@ -186,7 +186,7 @@ struct pneigh_entry { netdevice_tracker dev_tracker; u32 flags; u8 protocol; - u32 key[]; + u8 key[]; }; /*