Re: [PATCH 2/2] tracing/filters: remove error messages

From: Li Zefan
Date: Wed Jun 17 2009 - 21:15:40 EST


Frederic Weisbecker wrote:
> On Wed, Jun 17, 2009 at 04:47:15PM +0800, Li Zefan wrote:
>> Now we restore original filter is the new one can't be applied,
>> and no long show error messages, so we can remove them totally.
>
> Why?
> These messages are very powerful to point a user to its mistakes
> in filters syntaxes or semantics.
>
> I really think we are removing a very useful feature in this patch.
>

I think it's better done by providing a user-space program/script.

So what's the criterion to decide what should be in kernel and
what should be in user-space?

btw, this feature is not full-fledged, that it can't point to the
exact position where error occured, and the implementation will add
complexity and I'm sure it's worthy or not.

> May be we can keep the previous filter in case of new filter string
> inserting failure, though if the user wanted to insert a new one, there
> are few chances that the previous one is still relevant for him.
> I don't know.
>
>> Another reason is, I don't think it's good to show error messages
>> when reading a control file.
>
> So, why not create a filter_error file in this case? One for each
> event and subsys that would print the last error?
>

Yeah, if we do want to keep this feature in the kernel.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/