commit | dc4d9c21d54b0bab2e6243fd7a6494b54dcad7bd | [log] [tgz] |
---|---|---|
author | Sergei Antonov <saproj@gmail.com> | Wed Jan 18 20:52:18 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 02 14:44:53 2023 -0500 |
tree | 1ec31a76dd16db5984331663aed37ce6f0a292ba | |
parent | 31072ed2fcd7682a3446855ce73f6c621d61536a [diff] |
net: ipv6: fix alignment errors on ARM Commands "ping6" and "tftpboot ... -ipv6" did not work on ARM because machine code expects 4-byte alignment and some structures from net6.h are not aligned in memory. Fix by adding __packed, since it is already used in this file. Signed-off-by: Sergei Antonov <saproj@gmail.com> Reviewed-by: Viacheslav Mitrofanov <v.v.mitrofanov@yadro.com>