2021-02-10 23:51:11

by Kees Cook

[permalink] [raw]
Subject: [PATCH] xen: 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]>
---
drivers/xen/xen-acpi-processor.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/xen/xen-acpi-processor.c b/drivers/xen/xen-acpi-processor.c
index ce8ffb595a46..df7cab870be5 100644
--- a/drivers/xen/xen-acpi-processor.c
+++ b/drivers/xen/xen-acpi-processor.c
@@ -3,7 +3,8 @@
* Copyright 2012 by Oracle Inc
* Author: Konrad Rzeszutek Wilk <[email protected]>
*
- * This code borrows ideas from https://lkml.org/lkml/2011/11/30/249
+ * This code borrows ideas from
+ * https://lore.kernel.org/lkml/[email protected]
* so many thanks go to Kevin Tian <[email protected]>
* and Yu Ke <[email protected]>.
*/
--
2.25.1


2021-02-23 15:52:44

by Boris Ostrovsky

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


On 2/10/21 6:46 PM, 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]>


Reviewed-by: Boris Ostrovsky <[email protected]>


Applied to for-linux-12b