2021-02-10 23:45:22

by Kees Cook

[permalink] [raw]
Subject: [PATCH] perf: Replace lkml.org links with lore

As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org
links with lore"), replace lkml.org links with lore to better use a
single source that's more likely to stay available long-term.

Signed-off-by: Kees Cook <[email protected]>
---
tools/perf/Documentation/examples.txt | 2 +-
tools/perf/util/data-convert-bt.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/perf/Documentation/examples.txt b/tools/perf/Documentation/examples.txt
index a4e392156488..c0d22fbe9201 100644
--- a/tools/perf/Documentation/examples.txt
+++ b/tools/perf/Documentation/examples.txt
@@ -3,7 +3,7 @@
****** perf by examples ******
------------------------------

-[ From an e-mail by Ingo Molnar, http://lkml.org/lkml/2009/8/4/346 ]
+[ From an e-mail by Ingo Molnar, https://lore.kernel.org/lkml/[email protected] ]


First, discovery/enumeration of available counters can be done via
diff --git a/tools/perf/util/data-convert-bt.c b/tools/perf/util/data-convert-bt.c
index 27c5fef9ad54..8b67bd97d122 100644
--- a/tools/perf/util/data-convert-bt.c
+++ b/tools/perf/util/data-convert-bt.c
@@ -948,7 +948,7 @@ static char *change_name(char *name, char *orig_name, int dup)
goto out;
/*
* Add '_' prefix to potential keywork. According to
- * Mathieu Desnoyers (https://lkml.org/lkml/2015/1/23/652),
+ * Mathieu Desnoyers (https://lore.kernel.org/lkml/[email protected]),
* futher CTF spec updating may require us to use '$'.
*/
if (dup < 0)
--
2.25.1


2021-02-11 09:37:19

by Namhyung Kim

[permalink] [raw]
Subject: Re: [PATCH] perf: Replace lkml.org links with lore

Hello,

On Thu, Feb 11, 2021 at 8:42 AM Kees Cook <[email protected]> wrote:
>
> As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org
> links with lore"), replace lkml.org links with lore to better use a
> single source that's more likely to stay available long-term.
>
> Signed-off-by: Kees Cook <[email protected]>

Acked-by: Namhyung Kim <[email protected]>

Thanks,
Namhyung

> ---
> tools/perf/Documentation/examples.txt | 2 +-
> tools/perf/util/data-convert-bt.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/perf/Documentation/examples.txt b/tools/perf/Documentation/examples.txt
> index a4e392156488..c0d22fbe9201 100644
> --- a/tools/perf/Documentation/examples.txt
> +++ b/tools/perf/Documentation/examples.txt
> @@ -3,7 +3,7 @@
> ****** perf by examples ******
> ------------------------------
>
> -[ From an e-mail by Ingo Molnar, http://lkml.org/lkml/2009/8/4/346 ]
> +[ From an e-mail by Ingo Molnar, https://lore.kernel.org/lkml/[email protected] ]
>
>
> First, discovery/enumeration of available counters can be done via
> diff --git a/tools/perf/util/data-convert-bt.c b/tools/perf/util/data-convert-bt.c
> index 27c5fef9ad54..8b67bd97d122 100644
> --- a/tools/perf/util/data-convert-bt.c
> +++ b/tools/perf/util/data-convert-bt.c
> @@ -948,7 +948,7 @@ static char *change_name(char *name, char *orig_name, int dup)
> goto out;
> /*
> * Add '_' prefix to potential keywork. According to
> - * Mathieu Desnoyers (https://lkml.org/lkml/2015/1/23/652),
> + * Mathieu Desnoyers (https://lore.kernel.org/lkml/[email protected]),
> * futher CTF spec updating may require us to use '$'.
> */
> if (dup < 0)
> --
> 2.25.1
>

2021-02-11 10:16:27

by Peter Zijlstra

[permalink] [raw]
Subject: Re: [PATCH] perf: Replace lkml.org links with lore

On Wed, Feb 10, 2021 at 03:42:19PM -0800, Kees Cook wrote:
> As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org
> links with lore"), replace lkml.org links with lore to better use a
> single source that's more likely to stay available long-term.
>
> Signed-off-by: Kees Cook <[email protected]>

Acked-by: Peter Zijlstra (Intel) <[email protected]>

2021-02-11 13:17:03

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: [PATCH] perf: Replace lkml.org links with lore

Em Thu, Feb 11, 2021 at 11:11:19AM +0100, Peter Zijlstra escreveu:
> On Wed, Feb 10, 2021 at 03:42:19PM -0800, Kees Cook wrote:
> > As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org
> > links with lore"), replace lkml.org links with lore to better use a
> > single source that's more likely to stay available long-term.
> >
> > Signed-off-by: Kees Cook <[email protected]>
>
> Acked-by: Peter Zijlstra (Intel) <[email protected]>

Thanks, applied.

- Arnaldo