lkml.org 
[lkml]   [2013]   [Jul]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Re: Re: [RFC PATCH 0/5] Add a hash value for each line in /dev/kmsg
Hello,

(2013/07/29 21:46), Kay Sievers wrote:> On Mon, Jul 29, 2013 at 1:54 PM, Hidehiro Kawai
> <hidehiro.kawai.ez@hitachi.com> wrote:
>
>> Also, I heard about the discussion
>> at the kernel summit 2 years ago. According to the article of LWN,
>> it seems that Linus objected your approach (i.e. adding random bit as
>> message ID). Were there some agreements on this issue at the kernel summit?
>
> No, there are no further discussions about this.

So, how are you going to push patches to add random 128-bit IDs into upstream?
To be honest, I don't mind if we take the way of adding random IDs, because
I'm interested in only limited number of messages for my use case (taking
some actions automatically when seeing particular messages).
The reasons why I took the way of message hashing are for upstream acceptance
and flexibility for various usages.

> Pre-allocated, static, randomly created 128-bit IDs are just the
> simplest and most robust option to identify messages. It's an
> unmanaged namespace that needs no coordination, the IDs are always
> stable, never change and are guaranteed to be unique. None of the
> hashing-of-the strings solutions can provide that by default.

I think it depends on use cases and user space tools. Strict uniqueness
and stability wouldn't always be needed.

> I would expect that over time, the automatic hashes would end up
> becoming static numbers explicitly add to the messages anyway, because
> changing the message text will change the hash, which is nothing we
> really want to deal with. For that reason, I think that we can add the
> ID right away, without any of the hashing; and do that only for a very
> tiny fraction of the messages where such IDs make sense and add value.

Adding ID to particular printks will work well for some use cases, but
not all. For example, there is a web service, OSS message pedia, which
provides kernel message details edited by community. Currently, it
looks like it lists search results based on similarity with an input
string. If it utilizes message hashes or IDs, it can provide more values.
However, the fixed message ID approach wouldn't work well, because
it deals with hundreds messages at this moment.

> Message IDs is how userspace logging works today; so from the
> userspace side this would fit into the already existing
> infrastructure, while possibly changing hashes which require another
> type of translation catalog would not.

Do you say about systemd? It is one of the user space tools which
handle messages. There can be several use cases and value-added tools
regarding that, so we shouldn't assume one particular tool, I think.


Randomly generated IDs make message handling in user space simple, but
put some maintenance costs on kernel developers. Automatically
generated hashes give some complexity to user space tools, but there is
no maintenance cost for respective printks. There are tradeoffs.
The problem is which ways are acceptable for the upstream kernel
(may be both or none?).

Regards,
--
Hidehiro Kawai
Hitachi, Yokohama Research Laboratory
Linux Technology Center




\
 
 \ /
  Last update: 2013-07-30 09:01    [W:0.124 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site