From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759613Ab2JYOOF (ORCPT ); Thu, 25 Oct 2012 10:14:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39679 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759010Ab2JYOLE (ORCPT ); Thu, 25 Oct 2012 10:11:04 -0400 Date: Thu, 25 Oct 2012 16:12:10 +0200 From: Oleg Nesterov To: Jovi Zhang Cc: Steven Rostedt , =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , Srikar Dronamraju , LKML Subject: Re: [PATCH] uprobe: fix misleading log entry Message-ID: <20121025141210.GA26929@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On 07/18, Jovi Zhang wrote: > > --- a/kernel/trace/trace_uprobe.c > +++ b/kernel/trace/trace_uprobe.c > @@ -191,7 +191,7 @@ static int create_trace_uprobe(int argc, char **argv) > if (argv[0][0] == '-') > is_delete = true; > else if (argv[0][0] != 'p') { > - pr_info("Probe definition must be started with 'p', 'r' or" " '-'.\n"); > + pr_info("Probe definition must be started with 'p' or '-'.\n"); > return -EINVAL; > } Thanks, applied as 0d13ac96 (with Srikar's ack) in misc#uprobes/core Oleg.