From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:36164 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932213AbcA0PsQ (ORCPT ); Wed, 27 Jan 2016 10:48:16 -0500 Date: Wed, 27 Jan 2016 07:48:13 -0800 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable , Will Deacon , Nicolas Dichtel Subject: Re: Build failures in v3.10-stable-queue, v3.14-stable-queue Message-ID: <20160127154813.GA27110@kroah.com> References: <56A8B68F.107@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <56A8B68F.107@roeck-us.net> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Jan 27, 2016 at 04:22:39AM -0800, Guenter Roeck wrote: > --- > arm64, i386, m68k, mips, powerpc, sparc, xtensa (v3.14): > > drivers/net/vxlan.c: In function ‘vxlan_newlink’: > include/net/vxlan.h:30:28: error: ‘VXLAN_F_UDP_ZERO_CSUM6_RX’ undeclared (first use in this function) > #define VXLAN_F_RCV_FLAGS VXLAN_F_UDP_ZERO_CSUM6_RX > > Culprit is 'vxlan: fix test which detect duplicate vxlan iface'. VXLAN_F_UDP_ZERO_CSUM6_RX > does not exist in v3.14. Copying Nicolas Dichtel for advice. I've dropped this patch from the 3.14 queue now, thanks. greg k-h