From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752935AbbIPJDX (ORCPT ); Wed, 16 Sep 2015 05:03:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39787 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752227AbbIPJDU (ORCPT ); Wed, 16 Sep 2015 05:03:20 -0400 Subject: Re: [PATCH V6 0/6] Fast mmio eventfd fixes To: "Michael S. Tsirkin" References: <1442299319-5253-1-git-send-email-jasowang@redhat.com> <55F83481.8090103@redhat.com> <20150915192647.GA32729@redhat.com> Cc: Jason Wang , gleb@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, cornelia.huck@de.ibm.com From: Paolo Bonzini Message-ID: <55F9241C.5000307@redhat.com> Date: Wed, 16 Sep 2015 10:11:08 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150915192647.GA32729@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15/09/2015 21:26, Michael S. Tsirkin wrote: > > Applied to kvm/queue and will send patches 1-4 for 4.3-rc. Thanks! > > I'd prefer at least 6 to be there as well: > without 6 userspace can't safely use the code, and without 5, > it can't trace it. The idea is to just make old userspace work without crashing. New features do not belong in stable releases. Paolo