From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:54086 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751484AbbDZKau (ORCPT ); Sun, 26 Apr 2015 06:30:50 -0400 Received: from mailnull by bh-25.webhostbox.net with sa-checked (Exim 4.85) (envelope-from ) id 1YmJpn-001e48-F5 for stable@vger.kernel.org; Sun, 26 Apr 2015 10:30:47 +0000 Message-ID: <553CBE54.7060303@roeck-us.net> Date: Sun, 26 Apr 2015 03:30:44 -0700 From: Guenter Roeck MIME-Version: 1.0 To: stable CC: Sasha Levin Subject: v3.18-stable-queue build failures Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: Hi, almost all builds in v3.18-stable-queue fail with In file included from net/socket.c:74:0: include/linux/if_vlan.h: In function 'vlan_put_tag': include/linux/if_vlan.h:409:3: error: implicit declaration of function '__vlan_put_tag' [-Werror=implicit-function-declaration] include/linux/if_vlan.h:409:3: warning: return makes pointer from integer without a cast [enabled by default] groeck@server:~/src/linux-stable$ git grep __vlan_put_tag include/linux/if_vlan.h: return __vlan_put_tag(skb, vlan_proto, vlan_tci); It appears that 'vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto' was incomplete for v3.18. Guenter