From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 0/2] madvise(MADV_DONTFORK) guest mem if !mmu_notifiers Date: Fri, 22 Aug 2008 20:03:33 -0300 Message-ID: <20080822230333.323535558@localhost.localdomain> To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([66.187.233.31]:42926 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754723AbYHVXHP (ORCPT ); Fri, 22 Aug 2008 19:07:15 -0400 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m7MN7E0l015656 for ; Fri, 22 Aug 2008 19:07:14 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m7MN7DLe013440 for ; Fri, 22 Aug 2008 19:07:13 -0400 Received: from dmt.cnet (vpn-4-98.str.redhat.com [10.32.4.98]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m7MN7Bul011823 for ; Fri, 22 Aug 2008 19:07:13 -0400 Received: from dmt.cnet (dmt.cnet [127.0.0.1]) by dmt.cnet (Postfix) with ESMTP id D5C4C10E342 for ; Fri, 22 Aug 2008 20:06:38 -0300 (BRT) Sender: kvm-owner@vger.kernel.org List-ID: fork'ing inside qemu can create stale shadow entries without mmu notifiers. --