From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5OcZ-0007WI-Jl for qemu-devel@nongnu.org; Wed, 07 Mar 2012 16:42:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5OcX-00076p-Or for qemu-devel@nongnu.org; Wed, 07 Mar 2012 16:42:07 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:60403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5OcX-00076a-Ia for qemu-devel@nongnu.org; Wed, 07 Mar 2012 16:42:05 -0500 Message-ID: <4F57D62A.80709@weilnetz.de> Date: Wed, 07 Mar 2012 22:42:02 +0100 From: Stefan Weil MIME-Version: 1.0 References: <4F51362A.8060408@weilnetz.de> <4F548233.9010908@siemens.com> <4F55BFB2.5080803@web.de> In-Reply-To: <4F55BFB2.5080803@web.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] slirp: Fix for requeuing crash, cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Zhi Yong Wu , "qemu-devel@nongnu.org" , Fabien Chouteau , "Michael S. Tsirkin" Am 06.03.2012 08:41, schrieb Jan Kiszka: > On 2012-03-05 10:06, Jan Kiszka wrote: >> Grmbl. Was very hard to reproduce here (triggered once every few hours >> with lots of interaction beforehand), but now I think I got the point >> (recursion of if_start due to if_encap). Will rework the code to address >> this. >> >> Thanks for testing so far, will likely need your services again soon. > > I'm careful now with claiming it's fixed, but this version > > git://git.kiszka.org/qemu.git queues/slirp > > passes all tests that broke in the past. Please have another try. > > Jan Tested-by: Stefan Weil Hi Jan, this time it looks good. I booted all my 4 MIPS Malta configurations (32/64 bit little/big endian) via NFS root and used apt-get without any QEMU crash. I got a LINUX kernel crash in the emulation, but only once (not reproducible), and it did not look network related (crash in kfree). Regards, Stefan