Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933037Ab1CWPFK (ORCPT ); Wed, 23 Mar 2011 11:05:10 -0400 Received: from mout.perfora.net ([74.208.4.195]:51683 "EHLO mout.perfora.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932625Ab1CWPFI (ORCPT ); Wed, 23 Mar 2011 11:05:08 -0400 Date: Wed, 23 Mar 2011 11:04:06 -0400 From: Stephen Wilson To: Al Viro Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Andrew Morton , Michel Lespinasse , Andi Kleen , Rik van Riel , KOSAKI Motohiro , Matt Mackall , David Rientjes , Nick Piggin , Andrea Arcangeli , Mel Gorman , Hugh Dickins , x86@kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 resend 0/12] enable writing to /proc/pid/mem Message-ID: <20110323150406.GA16511@fibrous.localdomain> References: <1300891441-16280-1-git-send-email-wilsons@start.ca> <20110323145748.GA22723@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110323145748.GA22723@ZenIV.linux.org.uk> User-Agent: Mutt/1.5.19 (2009-01-05) X-Provags-ID: V02:K0:E+YA0Ao+r6xAB3q6cR0HjU+bkn4DG8uyzbpxMjRZ5/7 De2GFbZlTt+mt2EtVljHS/7/etYlKNZitxNzSt9VSAUfI4HT5+ m8fAQAHAt1rR0+wga6+jpfsYLmwTdrmhkCp2zS0ZD+7gLJcj8K TkmckEw5iUIbhFXyVZd9CQmf3Akpu+ibY2R6nplXWXQ/LDIQ4x S8o3V8XHslJsNRN7uOAGSUL03Df9JCc3574LgdylvY= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 930 Lines: 24 On Wed, Mar 23, 2011 at 02:57:49PM +0000, Al Viro wrote: > On Wed, Mar 23, 2011 at 10:43:49AM -0400, Stephen Wilson wrote: > > Hello, > > > > This is a resend[1] of a patch series that implements safe writes to > > /proc/pid/mem. Such functionality is useful as it gives debuggers a simple and > > efficient mechanism to manipulate a process' address space. Memory can be read > > and written using single calls to pread(2) and pwrite(2) instead of iteratively > > calling into ptrace(2). > > It's in local queue already, along with other procfs fixes; I'm going to push > it today, with several more procfs race fixes added. Ah, OK. I had no idea. Thanks so much! -- steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/