From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: vhost_dev_cleanup() crash: BUG: unable to handle kernel NULL pointer dereference Date: Wed, 01 Sep 2010 18:27:41 -0700 (PDT) Message-ID: <20100901.182741.73368486.davem@davemloft.net> References: <1283256357.2550.61.camel@edumazet-laptop> <20100901.142528.180418526.davem@davemloft.net> <20100901214221.GA15182@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: eric.dumazet@gmail.com, mingo@elte.hu, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, tj@kernel.org To: mst@redhat.com Return-path: In-Reply-To: <20100901214221.GA15182@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: "Michael S. Tsirkin" Date: Thu, 2 Sep 2010 00:42:21 +0300 > On Wed, Sep 01, 2010 at 02:25:28PM -0700, David Miller wrote: >> From: Eric Dumazet >> Date: Tue, 31 Aug 2010 14:05:57 +0200 >> >> > [PATCH v2] vhost: stop worker only if created >> > >> > Its currently illegal to call kthread_stop(NULL) >> > >> > Reported-by: Ingo Molnar >> > Signed-off-by: Eric Dumazet >> >> I'll apply this thanks Eric. > > Yes, it looks good thanks! > Acked-by: Michael S. Tsirkin > > Or you can wait for my pull request (will have a couple other regression > fixes). I'll keep it in my tree and whether it's in your's or not git merge will work it out.