From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgqbn-0002TH-6z for qemu-devel@nongnu.org; Wed, 22 Oct 2014 03:45:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xgqbg-0005VW-Vd for qemu-devel@nongnu.org; Wed, 22 Oct 2014 03:45:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgqbg-0005VN-Og for qemu-devel@nongnu.org; Wed, 22 Oct 2014 03:45:20 -0400 Message-ID: <54476089.7020402@redhat.com> Date: Wed, 22 Oct 2014 09:45:13 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1413891300-23369-1-git-send-email-mst@redhat.com> <20141022072204.GA28193@redhat.com> In-Reply-To: <20141022072204.GA28193@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] scripts/get_maintainer.pl: allow "odd fixes" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , qemu-devel@nongnu.org Cc: Peter Maydell , Gerd Hoffmann , Markus Armbruster On 10/22/2014 09:22 AM, Michael S. Tsirkin wrote: > Actually, it does not ignore that. > What it does it list status as "odd fixer". > > So this boils down to the fact that we use > "odd fixer" incorrectly. > > I will apply this for now but maybe we should > change MAINTAINERS switching all "Odd fixes" to > "Maintained" and then revert this patch. > > Thoughts? To me "odd fixes" means I may help shepherding your patches into the tree, but I would rather revert a buggy patch than fix it. And unless they're trivial or egregious, I would not spend much time on bug reports. It just sets expectations right. Paolo