aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorQingfang DENG <[email protected]>2023-06-01 09:54:32 +0800
committerJakub Kicinski <[email protected]>2023-06-01 21:36:37 -0700
commited779fe4c9b5a20b4ab4fd6f3e19807445bb78c7 (patch)
treed6178e5b69f33cb40877139dc97c889f1ec8a7fd /tools/perf/scripts/python
parent714069daa5d345483578e2ff77fb6f06f4dcba6a (diff)
neighbour: fix unaligned access to pneigh_entry
After the blamed commit, the member key is longer 4-byte aligned. On platforms that do not support unaligned access, e.g., MIPS32R2 with unaligned_action set to 1, this will trigger a crash when accessing an IPv6 pneigh_entry, as the key is cast to an in6_addr pointer. Change the type of the key to u32 to make it aligned. Fixes: 62dd93181aaa ("[IPV6] NDISC: Set per-entry is_router flag in Proxy NA.") Signed-off-by: Qingfang DENG <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions