Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1472154

Re: [RFC 2/3] uprobe: drop isdigit() check in create_trace_uprobe

From Dmitry Safonov <0x7f454c46@gmail.com>
Newsgroups linux.kernel
Subject Re: [RFC 2/3] uprobe: drop isdigit() check in create_trace_uprobe
Date 2016-08-30 01:10 +0200
Message-ID <sbDQK-5dS-9@gated-at.bofh.it> (permalink)
References <sa8YG-5nC-19@gated-at.bofh.it> <sbDQK-5dS-3@gated-at.bofh.it> <sbDQK-5dS-5@gated-at.bofh.it> <sbDQK-5dS-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


2016-08-30 1:59 GMT+03:00 Steven Rostedt <rostedt@goodmis.org>:
> On Mon, 29 Aug 2016 18:58:13 -0400
> Steven Rostedt <rostedt@goodmis.org> wrote:
>
>> On Thu, 25 Aug 2016 18:21:09 +0300
>> Dmitry Safonov <dsafonov@virtuozzo.com> wrote:
>>
>> > It's useless. Before:
>> >   [tracing]# echo 'p:test /a:0x0' >> uprobe_events
>> >   [tracing]# echo 'p:test a:0x0' >> uprobe_events
>> >   -bash: echo: write error: No such file or directory
>> >   [tracing]# echo 'p:test 1:0x0' >> uprobe_events
>> >   -bash: echo: write error: Invalid argument
>> >
>> > After:
>> >   [tracing]# echo 'p:test 1:0x0' >> uprobe_events
>> >   -bash: echo: write error: No such file or directory
>> >
>> > Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com>
>>
>> Acked-by: Steven Rostedt <rostedt@goodmis.org>
>
> Actually, this patch seems agnostic to the series. I'll just pull it in
> now.

Thanks, Steve!

-- 
             Dmitry

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [RFC 2/3] uprobe: drop isdigit() check in create_trace_uprobe Steven Rostedt <rostedt@goodmis.org> - 2016-08-30 01:10 +0200
  Re: [RFC 2/3] uprobe: drop isdigit() check in create_trace_uprobe Dmitry Safonov <0x7f454c46@gmail.com> - 2016-08-30 01:10 +0200
  Re: [RFC 2/3] uprobe: drop isdigit() check in create_trace_uprobe Oleg Nesterov <oleg@redhat.com> - 2016-08-30 16:40 +0200
    Re: [RFC 2/3] uprobe: drop isdigit() check in create_trace_uprobe Steven Rostedt <rostedt@goodmis.org> - 2016-08-30 23:20 +0200
      Re: [RFC 2/3] uprobe: drop isdigit() check in create_trace_uprobe Oleg Nesterov <oleg@redhat.com> - 2016-08-31 14:10 +0200

csiph-web