From mboxrd@z Thu Jan 1 00:00:00 1970 From: juliusv@google.com (Julius Volz) Subject: Re: [PATCHv3 0/2] IPVS: Add Generic Netlink configuration interface Date: Fri, 8 Aug 2008 14:06:43 +0200 Message-ID: <20080808120642.GB32458@google.com> References: <1218120219-1117-1-git-send-email-juliusv@google.com> <20080808022607.GB6094@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: julius.volz@gmail.com, netdev@vger.kernel.org, lvs-devel@vger.kernel.org, kaber@trash.net, davem@davemloft.net, tgraf@suug.ch, vbusam@google.com To: Simon Horman Return-path: Content-Disposition: inline In-Reply-To: <20080808022607.GB6094@verge.net.au> Sender: lvs-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, Aug 08, 2008 at 12:26:09PM +1000, Simon Horman wrote: > these patches seem fine to me, however I am still seeing an oops > when using the new ipvsadm. Are we sure that this bug is in generic > code? > > # ipvsadm -A -t 10.4.0.132:80 > # ipvsadm -C > BUG: unable to handle kernel NULL pointer dereference at 00000028 > IP: [] ip_vs_genl_set_cmd+0x254/0x494 > *pde = 00000000 > Oops: 0000 [#1] Ah, that made me find a bug where svc wasn't initialized to NULL at the beginning of ip_vs_genl_set_cmd(). I'm not sure though if that was the problem or if it still is some general genl issue. I just posted a newer version version in response to my earlier post, could you give it a try? Best with this updated ipvsadm: http://www-user.tu-chemnitz.de/~volz/ipvsadm-1.25-nl-3.tar.gz (later also at http://sixpak.org/vince/google/ipvsadm/) Thanks, Julius