On Thu, Jun 30, 2016 at 4:08 PM, Eric Dumazet <[email protected]> wrote: > On Thu, 2016-06-30 at 15:35 +0200, Dmitry Vyukov wrote: > >> >> What does nm -S say? >> I've tried to compile a sample program with gcc6 and >> __attribute__((aligned(8))) does in fact force alignment of start of >> the symbol, but size still stays 6. (and asan still barks on my test >> program). > > Right, but then it means I also need to change mac_bcast[] and > mac_v6_allmcast[] in bond_alb.c to avoid false positive. > > (Technically, if their alignment is 8, we have 8 bytes there, > no way it could span 2 pages)
Agree. > I'll send a v2. Thanks!
