Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756139AbbGTIEq (ORCPT ); Mon, 20 Jul 2015 04:04:46 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:33956 "EHLO mail-wg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756033AbbGTIEo (ORCPT ); Mon, 20 Jul 2015 04:04:44 -0400 Date: Mon, 20 Jul 2015 10:04:40 +0200 From: Jiri Pirko To: Sowmini Varadhan Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net, therbert@google.com, marcelo.leitner@gmail.com, nicolas.dichtel@6wind.com, tgraf@suug.ch, jbenc@redhat.com, azhou@nicira.com, jesse@nicira.com Subject: Re: [PATCH v2 net-next] net/vxlan: Fix kernel unaligned access in __vxlan_find_mac Message-ID: <20150720080440.GA2162@nanopsycho.orion> References: <20150720075450.GB20398@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150720075450.GB20398@oracle.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 609 Lines: 16 Mon, Jul 20, 2015 at 09:54:50AM CEST, sowmini.varadhan@oracle.com wrote: > >__vxlan_find_mac invokes ether_addr_equal on the eth_addr field, >which triggers unaligned access messages, so rearrange vxlan_fdb >to avoid this in the most non-intrusive way. > >Signed-off-by: Sowmini Varadhan Reviewed-by: Jiri Pirko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/