From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754763Ab1JSV5D (ORCPT ); Wed, 19 Oct 2011 17:57:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45112 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751012Ab1JSV5B (ORCPT ); Wed, 19 Oct 2011 17:57:01 -0400 Date: Wed, 19 Oct 2011 23:51:39 +0200 From: Oleg Nesterov To: Srikar Dronamraju Cc: Peter Zijlstra , Ingo Molnar , Steven Rostedt , Linux-mm , Arnaldo Carvalho de Melo , Linus Torvalds , Jonathan Corbet , Masami Hiramatsu , Hugh Dickins , Christoph Hellwig , Ananth N Mavinakayanahalli , Thomas Gleixner , Andi Kleen , Andrew Morton , Jim Keniston , Roland McGrath , LKML Subject: [PATCH 8-14/X] (Was: Uprobes patchset with perf probe support) Message-ID: <20111019215139.GA16395@redhat.com> References: <20110920115938.25326.93059.sendpatchset@srdronam.in.ibm.com> <20111015190007.GA30243@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111015190007.GA30243@redhat.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. Signal patches for uprobes. Note that there are more issues than we discussed before, we can not simply delay/block/whatever the signal. This needs a bit more cleanups (and perhaps minor fixes), but I _think_ this should work. Well, I hope ;) On top of 1-7 I sent before. Oleg.