From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 2/2] KVM: emulator: Fix permission checking in io permission bitmap. Date: Wed, 09 Mar 2011 11:59:20 +0200 Message-ID: <4D774F78.8060703@redhat.com> References: <1299502507-7862-1-git-send-email-gleb@redhat.com> <1299502507-7862-2-git-send-email-gleb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, mtosatti@redhat.com To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:4696 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757023Ab1CIJ7X (ORCPT ); Wed, 9 Mar 2011 04:59:23 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p299xNBq030304 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 9 Mar 2011 04:59:23 -0500 In-Reply-To: <1299502507-7862-2-git-send-email-gleb@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 03/07/2011 02:55 PM, Gleb Natapov wrote: > Currently if io port + len crosses 8bit boundary in io permission bitmap the > check may allow IO that otherwise should not be allowed. The patch fixes that. Applied, thanks. -- error compiling committee.c: too many arguments to function