From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755782AbeDTPYf (ORCPT ); Fri, 20 Apr 2018 11:24:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:54950 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755566AbeDTPYe (ORCPT ); Fri, 20 Apr 2018 11:24:34 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7476720652 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Fri, 20 Apr 2018 11:24:31 -0400 From: Steven Rostedt To: Miklos Szeredi Cc: Song Liu , LKML , Kernel Team , Ingo Molnar , Howard McLauchlan , Josef Bacik , Srikar Dronamraju Subject: Re: [PATCH v2] tracing: fix bad use of igrab in trace_uprobe.c Message-ID: <20180420112431.42762006@gandalf.local.home> In-Reply-To: References: <20180418174014.1592871-1-songliubraving@fb.com> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 20 Apr 2018 16:34:25 +0200 Miklos Szeredi wrote: > This corner case is simply not interesting (modifying a binary while > it is being debugged with uprobe). Let's just concentrate on making > this crash and leak free. Yes please. I'm waiting for a final patch to run my tests. I have other patches that need to go mainline as well, and I'll start testing all of them when I get the final version of this one. -- Steve