Messages in this thread |  | | | From | David Brownell <> | | Subject | Re: [PROBLEM]: potential unaligned memory access in drivers/usb/gadget/rndis.c | | Date | Mon, 16 Mar 2009 01:38:32 -0700 |
| |
On Wednesday 11 March 2009, Andrew Morton wrote: > > > It happened to me that skb_pull() returns a pointer to a > > location not aligned on a 4 bytes boundary.
Does this arch set NET_IP_ALIGN appropriately?
If worst comes to worst, use put_unaligned() instead of a static (non-const) template for that header.
|  |