From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756924Ab1BAN6e (ORCPT ); Tue, 1 Feb 2011 08:58:34 -0500 Received: from smtp-gw21.han.skanova.net ([81.236.55.21]:44457 "EHLO smtp-gw21.han.skanova.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754639Ab1BAN6c convert rfc822-to-8bit (ORCPT ); Tue, 1 Feb 2011 08:58:32 -0500 MIME-Version: 1.0 X-Mailer: AfterLogic WebMail PHP X-Originating-IP: 194.237.142.5 X-Priority: 3 (Normal) Message-ID: <7j2t3lt.781331916c4d6de1c741d542224b3c64@obelix.schillstrom.com> From: "Hans Schillstrom" To: "Patrick McHardy" Cc: "Simon Horman" , netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, lvs-devel@vger.kernel.org, "Randy Dunlap" , "Stephen Rothwell" Subject: Re: Re: [GIT PULL nf-next-2.6 v2] IPVS build fixes and clean-ups Date: Tue, 1 Feb 2011 14:58:24 +0100 (CET) Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >---- Original Message ---- >From: Patrick McHardy >To: "Simon Horman" >Cc: netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, lvs-devel@vger.kernel.org, "Randy Dunlap" , "Stephen Rothwell" , "Hans Schillstrom" >Sent: Tue, Feb 1, 2011, 14:25 PM >Subject: Re: [GIT PULL nf-next-2.6 v2] IPVS build fixes and clean-ups > >On 01.02.2011 11:07, Simon Horman wrote: >> This short patch series addresses two linux-next build problems >> raised by Randy Dunlap: >> >> * net/netfilter/ipvs/ip_vs_core.c:1891: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'unsigned int' >> * ERROR: "unregister_net_sysctl_table" [net/netfilter/ipvs/ip_vs.ko] >> ERROR: "register_net_sysctl_table" [net/netfilter/ipvs/ip_vs.ko] undefined! >> * WARNING: net/netfilter/ipvs/ip_vs.o(.init.text+0x161): Section mismatch in reference from the function init_module() to the function .exit.text:ip_vs_sync_cleanup() >> >> The remainder of the changsets are cleanups that I noticed along the way. >> >> The changes are available at >> git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6.git master >> >> They are currently compile-tested only. > >Just to avoid any confusion, do you want me to pull these patches >already? Let me do a sanity check of this, It takes a couple of hours /Hans Schillstrom From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hans Schillstrom" Subject: Re: Re: [GIT PULL nf-next-2.6 v2] IPVS build fixes and clean-ups Date: Tue, 1 Feb 2011 14:58:24 +0100 (CET) Message-ID: <7j2t3lt.781331916c4d6de1c741d542224b3c64@obelix.schillstrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Cc: "Simon Horman" , netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, lvs-devel@vger.kernel.org, "Randy Dunlap" , "Stephen Rothwell" To: "Patrick McHardy" Return-path: Sender: lvs-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org >---- Original Message ---- >From: Patrick McHardy >To: "Simon Horman" >Cc: netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, lvs-devel@vger.kernel.org, "Randy Dunlap" , "Stephen Rothwell" , "Hans Schillstrom" >Sent: Tue, Feb 1, 2011, 14:25 PM >Subject: Re: [GIT PULL nf-next-2.6 v2] IPVS build fixes and clean-ups > >On 01.02.2011 11:07, Simon Horman wrote: >> This short patch series addresses two linux-next build problems >> raised by Randy Dunlap: >> >> * net/netfilter/ipvs/ip_vs_core.c:1891: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'unsigned int' >> * ERROR: "unregister_net_sysctl_table" [net/netfilter/ipvs/ip_vs.ko] >> ERROR: "register_net_sysctl_table" [net/netfilter/ipvs/ip_vs.ko] undefined! >> * WARNING: net/netfilter/ipvs/ip_vs.o(.init.text+0x161): Section mismatch in reference from the function init_module() to the function .exit.text:ip_vs_sync_cleanup() >> >> The remainder of the changsets are cleanups that I noticed along the way. >> >> The changes are available at >> git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6.git master >> >> They are currently compile-tested only. > >Just to avoid any confusion, do you want me to pull these patches >already? Let me do a sanity check of this, It takes a couple of hours /Hans Schillstrom