mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Why not make LKML-Reference useful?
@ 2010-09-14  9:52 Lin Ming
  2010-09-14 10:17 ` Giel van Schijndel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lin Ming @ 2010-09-14  9:52 UTC (permalink / raw)
  To: LKML

What's LKML-Reference in the kernel git log?
In my understanding, it's a link to the original discussion of the
patch on LKML, for example

LKML-Reference: http://marc.info/?l=linux-kernel&m=128445596126705&w=2

But I never see such a link in the LKML-Reference of the git log.

$cd linux-2.6
$git log | grep LKML-Reference

    LKML-Reference: <201008300127.o7U1RC6Z044051@www262.sakura.ne.jp>
    LKML-Reference: <20100913102541.20260.85700.stgit@ltc236.sdl.hitachi.co.jp>
    LKML-Reference: <20100913121903.GB22238@darkstar>
    LKML-Reference:
<AANLkTi=8m4g01wZPacySoF7U0PevTNVgJoZZrHiUD-pN@mail.gmail.com>
    LKML-Reference: <new-submission>
    LKML-Reference: <new-submission>
    LKML-Reference: <20100822082003.GB7365@infradead.org>
    LKML-Reference: <4c8a1686.aae9d80a.5aa4.5e35@mx.google.com>
    LKML-Reference:
<d40c60f4b036a26db8492848695bdafaa3b42791.1284267142.git.joe@perches.com>
    LKML-Reference: <4C8B2AFA.2000705@kernel.org>
    LKML-Reference: <4C8B2A9A.1040303@kernel.org>
    LKML-Reference: <1284150773.402.122.camel@laptop>
    LKML-Reference: <1284159350-19841-3-git-send-email-venki@google.com>
    LKML-Reference: <1284159350-19841-2-git-send-email-venki@google.com>
    LKML-Reference: <new-submission>
......

Those LKML-Reference are really useless.

Why not put a link in LKML-Reference?

Thanks,
Lin Ming

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Why not make LKML-Reference useful?
  2010-09-14  9:52 Why not make LKML-Reference useful? Lin Ming
@ 2010-09-14 10:17 ` Giel van Schijndel
  2010-09-14 10:25 ` Daniel K.
  2010-09-14 10:47 ` Johannes Stezenbach
  2 siblings, 0 replies; 4+ messages in thread
From: Giel van Schijndel @ 2010-09-14 10:17 UTC (permalink / raw)
  To: Lin Ming; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 1067 bytes --]

On Tue, Sep 14, 2010 at 05:52:26PM +0800, Lin Ming wrote:
> What's LKML-Reference in the kernel git log?
> In my understanding, it's a link to the original discussion of the
> patch on LKML, for example
> 
> LKML-Reference: http://marc.info/?l=linux-kernel&m=128445596126705&w=2
> 
> But I never see such a link in the LKML-Reference of the git log.
> 
> Those LKML-Reference are really useless.

No they're not, those are the Message-IDs of the referenced headers
which can be used to search archives with.

> Why not put a link in LKML-Reference?

Now, links OTOH *would* be useless on the long run as there's no single
entity maintaining LKML archives, so whatever entity you link to, you
become dependent on.  Having Message-IDs at least allows you to search
any available archive (provided it allows searching on Message-IDs).

-- 
Met vriendelijke groet,
With kind regards,
Giel van Schijndel
--
"Always code as if the guy who ends up maintaining your code will be a
 violent psychopath who knows where you live."
  -- Rick Osborne

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Why not make LKML-Reference useful?
  2010-09-14  9:52 Why not make LKML-Reference useful? Lin Ming
  2010-09-14 10:17 ` Giel van Schijndel
@ 2010-09-14 10:25 ` Daniel K.
  2010-09-14 10:47 ` Johannes Stezenbach
  2 siblings, 0 replies; 4+ messages in thread
From: Daniel K. @ 2010-09-14 10:25 UTC (permalink / raw)
  To: Lin Ming; +Cc: LKML

Lin Ming wrote:
> What's LKML-Reference in the kernel git log?

The message id for the email sent to LKML.

> In my understanding, it's a link to the original discussion of the
> patch on LKML, for example
> 
> LKML-Reference: http://marc.info/?l=linux-kernel&m=128445596126705&w=2
> 
> But I never see such a link in the LKML-Reference of the git log.
> 
>     LKML-Reference: <201008300127.o7U1RC6Z044051@www262.sakura.ne.jp>
>     LKML-Reference: <20100913102541.20260.85700.stgit@ltc236.sdl.hitachi.co.jp>
>     LKML-Reference: <20100913121903.GB22238@darkstar>
> 
> Those LKML-Reference are really useless.
> 
> Why not put a link in LKML-Reference?

Domains come and go (marc.theaimsgroup.com => marc.info => ?), message
id's are forever.

Also, you should be able to look up the message on your favorite
LKML-archive website or search engine using the message id.


Daniel K.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Why not make LKML-Reference useful?
  2010-09-14  9:52 Why not make LKML-Reference useful? Lin Ming
  2010-09-14 10:17 ` Giel van Schijndel
  2010-09-14 10:25 ` Daniel K.
@ 2010-09-14 10:47 ` Johannes Stezenbach
  2 siblings, 0 replies; 4+ messages in thread
From: Johannes Stezenbach @ 2010-09-14 10:47 UTC (permalink / raw)
  To: Lin Ming; +Cc: LKML

On Tue, Sep 14, 2010 at 05:52:26PM +0800, Lin Ming wrote:
> What's LKML-Reference in the kernel git log?
> In my understanding, it's a link to the original discussion of the
> patch on LKML, for example
> 
> LKML-Reference: http://marc.info/?l=linux-kernel&m=128445596126705&w=2
> 
> But I never see such a link in the LKML-Reference of the git log.
> 
> $cd linux-2.6
> $git log | grep LKML-Reference
> 
>     LKML-Reference: <201008300127.o7U1RC6Z044051@www262.sakura.ne.jp>
>     LKML-Reference: <20100913102541.20260.85700.stgit@ltc236.sdl.hitachi.co.jp>
>     LKML-Reference: <20100913121903.GB22238@darkstar>
> ......
> 
> Those LKML-Reference are really useless.
> 
> Why not put a link in LKML-Reference?

Marc and Gmane allow search by Message-ID:

e.g.

>     LKML-Reference: <20100913121903.GB22238@darkstar>

http://marc.info/?i=20100913121903.GB22238@darkstar
http://mid.gmane.org/20100913121903.GB22238@darkstar


HTH,
Johannes

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-09-14 10:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-14  9:52 Why not make LKML-Reference useful? Lin Ming
2010-09-14 10:17 ` Giel van Schijndel
2010-09-14 10:25 ` Daniel K.
2010-09-14 10:47 ` Johannes Stezenbach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®