Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Tue, 2 Feb 2021 10:03:04 +0100 you wrote:
> From: Andreas Oetken
>
> sup_multicast_addr is passed to ether_addr_equal for address comparison
> which casts the address inputs to u16 leading to an unaligned access.
> Alignin
From: Andreas Oetken
sup_multicast_addr is passed to ether_addr_equal for address comparison
which casts the address inputs to u16 leading to an unaligned access.
Aligning the sup_multicast_addr to u16 boundary fixes the issue.
Signed-off-by: Andreas Oetken
---
net/hsr/hsr_main.h | 5 -
1
From: Andreas Oetken
sup_multicast_addr is passed to ether_addr_equal for address comparison
which casts the address inputs to u16 leading to an unaligned access.
Aligning the sup_multicast_addr to u16 boundary fixes the issue.
Signed-off-by: Andreas Oetken
---
net/hsr/hsr_main.h | 5 -
1