From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: [PATCH 0/5] KVM: MMU: some bugfix for mmu audit code Date: Sat, 28 Aug 2010 19:18:22 +0800 Message-ID: <4C78F07E.1040709@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , LKML , KVM To: Avi Kivity Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org There are some bugfix patches for mmu audit code: [PATCH 1/5] KVM: MMU: fix compile warning in audit code [PATCH 2/5] KVM: MMU: check rmap for every spte [PATCH 3/5] KVM: MMU: fix wrong not write protected sp report [PATCH 4/5] KVM: MMU: rewrite audit_mappings_page() function [PATCH 5/5] KVM: MMU: remove count_rmaps()