From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:34316 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932233AbbD1CV3 (ORCPT ); Mon, 27 Apr 2015 22:21:29 -0400 Received: from mailnull by bh-25.webhostbox.net with sa-checked (Exim 4.85) (envelope-from ) id 1Ymv9M-002GGt-8b for stable@vger.kernel.org; Tue, 28 Apr 2015 02:21:28 +0000 Message-ID: <553EEEA7.40108@roeck-us.net> Date: Mon, 27 Apr 2015 19:21:27 -0700 From: Guenter Roeck MIME-Version: 1.0 To: Sasha Levin CC: stable Subject: Re: v3.18-stable-queue build failures References: <553CBE54.7060303@roeck-us.net> <553DAA5A.6060000@oracle.com> <20150427153616.GA5701@roeck-us.net> <553EE44E.8050504@oracle.com> In-Reply-To: <553EE44E.8050504@oracle.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 04/27/2015 06:37 PM, Sasha Levin wrote: >> much better now but there are still several build failures. > > Thanks again! > >> drivers/net/ethernet/broadcom/bnx2x/bnx2x.h: In function 'bnx2x_fp_busy_poll_init': >> drivers/net/ethernet/broadcom/bnx2x/bnx2x.h:625:2: error: implicit declaration of function 'WRITE_ONCE' > > That's a missing "kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)". > >> drivers/net/vxlan.c: In function 'vxlan_xmit_skb': >> drivers/net/vxlan.c:1646:2: error: too few arguments to function 'iptunnel_handle_offloads' >> include/net/ip_tunnels.h:181:17: note: declared here > > And this is just a bad backport. > > Fixed both and repushed. > Yes, all is perfect now. Guenter