Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755932AbbGTOHl (ORCPT ); Mon, 20 Jul 2015 10:07:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50742 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752884AbbGTOHj (ORCPT ); Mon, 20 Jul 2015 10:07:39 -0400 Date: Mon, 20 Jul 2015 11:07:34 -0300 From: Marcelo Ricardo Leitner To: Sowmini Varadhan Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net, therbert@google.com, nicolas.dichtel@6wind.com, tgraf@suug.ch, jiri@resnulli.us, 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: <20150720140733.GA4960@localhost.localdomain> 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: 629 Lines: 15 On Mon, Jul 20, 2015 at 09:54:50AM +0200, Sowmini Varadhan 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: Marcelo Ricardo Leitner -- 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/