From: Johannes Berg <johannes@sipsolutions.net>
To: Guo Wei Lim <limguowei@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: Unaligned Memory Access on mesh_*.c files
Date: Wed, 21 Aug 2019 09:39:46 +0200 [thread overview]
Message-ID: <cd3fadd347228b8edf6dd88297ab3092b64e5283.camel@sipsolutions.net> (raw)
In-Reply-To: <CAJSNYx3Paw7RXpHFbC55zNptT+1AGeYPx08m0=XSr6sSGtC33g@mail.gmail.com> (sfid-20190810_122908_760531_72861C3B)
On Sat, 2019-08-10 at 10:28 +0000, Guo Wei Lim wrote:
> Hi Johannes,
>
> Correct me if I am wrong.
> The problem is largely in net/mac80211/mesh_hwmp.c
> The macros
> #define PREQ_IE_ORIG_ADDR(x) (x + 7)
> #define PREP_IE_TARGET_ADDR(x) (x + 3)
>
> Almost guarantees the addresses will be odd when it hit the following
Oh, yeah, good point.
> if (ether_addr_equal(orig_addr, sdata->vif.addr)) {
>
> Results in unaligned memory access
Right.
> I have tested that replacing ether_addr_equal with
> ether_addr_equal_unaligned fixes the issue but this happens in many
> places as well as other functions like is_multicast_ether_addr(),
> is_broadcast_ether_addr() so it isn't the correct fix.
Unfortunately, I think it _is_ in fact the correct (and only possible)
fix, I can't think of anything other than making the code properly
handle unaligned addresses, as they do seem to happen here.
johannes
prev parent reply other threads:[~2019-08-21 7:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-10 4:07 Unaligned Memory Access on mesh_*.c files Guo Wei Lim
2019-08-10 8:50 ` Johannes Berg
2019-08-10 10:28 ` Guo Wei Lim
2019-08-21 7:39 ` Johannes Berg [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cd3fadd347228b8edf6dd88297ab3092b64e5283.camel@sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=limguowei@gmail.com \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox