From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:46188 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932653AbdAGSP0 (ORCPT ); Sat, 7 Jan 2017 13:15:26 -0500 Date: Sat, 7 Jan 2017 18:15:23 +0000 From: Al Viro To: Greg Kurz Cc: Tuomas Tynkkynen , linux-fsdevel@vger.kernel.org, v9fs-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [V9fs-developer] 9pfs hangs since 4.7 Message-ID: <20170107181523.GK1555@ZenIV.linux.org.uk> References: <20170102102035.7d1cf903@duuni> <20170102162309.GZ1555@ZenIV.linux.org.uk> <20170104013355.4a8923b6@duuni> <20170104014753.GE1555@ZenIV.linux.org.uk> <20170104220447.74f2265d@duuni> <20170104230101.GG1555@ZenIV.linux.org.uk> <20170106145235.51630baf@bahia.lan> <20170107062647.GB12074@ZenIV.linux.org.uk> <20170107161045.742893b1@bahia.lan> <20170107171910.GJ1555@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170107171910.GJ1555@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, Jan 07, 2017 at 05:19:10PM +0000, Al Viro wrote: > released) simply trigger virtio_queue_notify_vq() again? It *is* a bug > (if we get a burst filling a previously empty queue all at once, there won't > be any slots becoming freed Umm... Nope, even in that scenario we'll have all requests except the last one processed. I'm trying to put together a simpler reproducer, but... no luck so far.