Re: [PATCH] tcp: fix tcp_fastopen unaligned access complaints on sparc

From: David Miller
Date: Thu Jan 12 2017 - 16:47:40 EST


From: Eric Dumazet <eric.dumazet@xxxxxxxxx>
Date: Thu, 12 Jan 2017 13:36:30 -0800

> val should be an union, so that proper alignment is enforced by one
> member.

Sure, annotating the type so that it is aligned correctly makes
sense.