From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqeWP-000132-Rf for qemu-devel@nongnu.org; Mon, 26 Oct 2015 05:57:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqeWM-000432-A2 for qemu-devel@nongnu.org; Mon, 26 Oct 2015 05:56:57 -0400 Received: from s16892447.onlinehome-server.info ([82.165.15.123]:60519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqeWM-00042b-49 for qemu-devel@nongnu.org; Mon, 26 Oct 2015 05:56:54 -0400 Message-ID: <562DF8B2.1040207@ilande.co.uk> Date: Mon, 26 Oct 2015 09:56:02 +0000 From: Mark Cave-Ayland MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Reminder: we're now in softfreeze List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Peter Crosthwaite Cc: "Michael S. Tsirkin" , Jason Wang , Michael Tokarev , QEMU Developers , Michael Roth , Max Filippov , Gerd Hoffmann , Juan Quintela , Alexander Graf , Christian Borntraeger , =?UTF-8?B?TWFyYy1BbmRyw6k=?= =?UTF-8?B?IEx1cmVhdQ==?= , Richard Henderson , Leon Alrae , Jeff Cody , Laurent Vivier , Eduardo Habkost , Stefano Stabellini , Stefan Weil , Riku Voipio , Alex Williamson , Stefan Hajnoczi , Cornelia Huck , John Snow , David Gibson , Kevin Wolf , Markus Armbruster , Max Reitz , Amit Shah , Paolo Bonzini , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Aurelien Jarno On 26/10/15 09:27, Peter Maydell wrote: > On 26 October 2015 at 06:25, Peter Crosthwaite > wrote: >> On Thu, Oct 22, 2015 at 3:30 AM, Peter Maydell wrote: >>> For this release I'd like to try tracking known-issues on >>> the wiki page: http://wiki.qemu.org/Planning/2.5 >>> with a list of patch series or bugs which need to be fixed >>> into the release. This will hopefully avoid the problem we >>> had last time around where I missed patches that should have >>> gone into an rc. >> >> Can patches fix this with the right form of query? Maybe another piece >> of metadata for patches that are promoted for rc merge. > > ...only if the submitter remembers to tag it when they send > it, and it doesn't help for issues that don't have a patch yet, > or for tracking whether a submaintainer has taken the patch. > > Tagging your patch as "[PATCH for-2.5]" is a good idea anyway > once we're in freeze, though. Maybe we also need a [PING for-2.5] or similar? I've just sent another couple of pings for patches (one of which fixes the broken analyze-migration.py script) which have fallen through the cracks over the past couple of months. It would be nice to have an easy way to flag outstanding patches like this, especially during freeze when things get really busy. ATB, Mark.