From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755321AbYEJJIu (ORCPT ); Sat, 10 May 2008 05:08:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751999AbYEJJIn (ORCPT ); Sat, 10 May 2008 05:08:43 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:43294 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751874AbYEJJIm (ORCPT ); Sat, 10 May 2008 05:08:42 -0400 Message-ID: <482565A5.8010503@cs.helsinki.fi> Date: Sat, 10 May 2008 12:06:45 +0300 From: Pekka Enberg User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Bart Van Assche CC: Vegard Nossum , Linux Kernel Mailing List , Ingo Molnar , Peter Zijlstra , "Paul E. McKenney" , Christoph Lameter , Daniel Walker , Andi Kleen , Randy Dunlap , Josh Aune , Pekka Paalanen Subject: Re: [ANNOUNCE] kmemcheck v7 References: <47F630AE.7050801@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bart Van Assche wrote: > It's a bit late but I finally found out about your announcement of > kmemcheck version 7. Are you familiar with the patch that adds support > to Valgrind for User Mode Linux ? I'm not sure what the best approach > is -- letting the kernel do its own checking like kmemcheck or extend > Valgrind such that it supports UML. Anyway, the techniques applied in > Valgrind may be useful for kmemcheck too, such as the algorithms used > in Valgrind to compress the memory state information. It's better to do it with the native kernel so you can "valgrind" all the interesting driver code.