Re: [PATCH v1] net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundary

2021-02-02 Thread patchwork-bot+netdevbpf
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

[PATCH v1] net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundary

2021-02-02 Thread Andreas Oetken
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

[PATCH v1] net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundary

2021-02-02 Thread Andreas Oetken
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