Re: [PATCH] sys_sendmsg() alignment bug fix

From: David S. Miller
Date: Mon Sep 26 2005 - 23:50:57 EST


From: Coywolf Qi Hunt <coywolf@xxxxxxxxx>
Date: Tue, 27 Sep 2005 11:40:38 +0800

> On 9/27/05, Alex Williamson <alex.williamson@xxxxxx> wrote:
> > The patch below adds an alignment attribute to the buffer used in
> > sys_sendmsg(). This eliminates an unaligned access warning on ia64.
>
> Is this a warning fix or bug fix?

It doesn't generate a warning, but it does generate totally
unnecessary unaligned access traps on RISC systems.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/