| Summary: | ebtables 64 bit kernel + 32 bit userland alignment error - fix included | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Cassiano Martin <cassiano> |
| Component: | Other | Assignee: | Gustavo Zacarias <gustavo> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2013.08 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Cassiano Martin
2013-10-24 13:08:42 UTC
Can you test if -DKERNEL64_USERSPACE_32 is enough? -DEBT_MIN_ALIGN=8 is used/meant for sparc64 which doesn't handle unaligned memory accesses. Regards. Yes, you are right. -DKERNEL_64_USERSPACE_32 is enough. Tested on my board and it worked. Thanks Fix applied to for-peter-2013.11. |