linux-snps-arc.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arc: Replace lkml.org links with lore
@ 2021-02-10 23:28 Kees Cook
  2021-02-16  5:03 ` Vineet Gupta
  0 siblings, 1 reply; 3+ messages in thread
From: Kees Cook @ 2021-02-10 23:28 UTC (permalink / raw)
  To: linux-kernel, Vineet Gupta
  Cc: Joe Perches, linux-snps-arc, Alexey Brodkin, Kees Cook

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 <keescook@chromium.org>
---
 arch/arc/include/asm/irqflags-compact.h | 8 ++++++--
 arch/arc/mm/dma.c                       | 2 +-
 arch/arc/plat-axs10x/axs10x.c           | 2 +-
 arch/arc/plat-hsdk/platform.c           | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/arch/arc/include/asm/irqflags-compact.h b/arch/arc/include/asm/irqflags-compact.h
index 863d63ad18d6..0d63e568d64c 100644
--- a/arch/arc/include/asm/irqflags-compact.h
+++ b/arch/arc/include/asm/irqflags-compact.h
@@ -50,8 +50,12 @@
  * are redone after IRQs are re-enabled (and gcc doesn't reuse stale register)
  *
  * Noted at the time of Abilis Timer List corruption
- *	Orig Bug + Rejected solution	: https://lkml.org/lkml/2013/3/29/67
- *	Reasoning			: https://lkml.org/lkml/2013/4/8/15
+ *
+ * Orig Bug + Rejected solution:
+ * https://lore.kernel.org/lkml/1364553218-31255-1-git-send-email-vgupta@synopsys.com
+ *
+ * Reasoning:
+ * https://lore.kernel.org/lkml/CA+55aFyFWjpSVQM6M266tKrG_ZXJzZ-nYejpmXYQXbrr42mGPQ@mail.gmail.com
  *
  ******************************************************************/
 
diff --git a/arch/arc/mm/dma.c b/arch/arc/mm/dma.c
index 517988e60cfc..2a7fbbb83b70 100644
--- a/arch/arc/mm/dma.c
+++ b/arch/arc/mm/dma.c
@@ -32,7 +32,7 @@ void arch_dma_prep_coherent(struct page *page, size_t size)
 
 /*
  * Cache operations depending on function and direction argument, inspired by
- * https://lkml.org/lkml/2018/5/18/979
+ * https://lore.kernel.org/lkml/20180518175004.GF17671@n2100.armlinux.org.uk
  * "dma_sync_*_for_cpu and direction=TO_DEVICE (was Re: [PATCH 02/20]
  * dma-mapping: provide a generic dma-noncoherent implementation)"
  *
diff --git a/arch/arc/plat-axs10x/axs10x.c b/arch/arc/plat-axs10x/axs10x.c
index 63ea5a606ecd..b821df7b0089 100644
--- a/arch/arc/plat-axs10x/axs10x.c
+++ b/arch/arc/plat-axs10x/axs10x.c
@@ -50,7 +50,7 @@ static void __init axs10x_enable_gpio_intc_wire(void)
 	 * Current implementation of "irq-dw-apb-ictl" driver doesn't work well
 	 * with stacked INTCs. In particular problem happens if its master INTC
 	 * not yet instantiated. See discussion here -
-	 * https://lkml.org/lkml/2015/3/4/755
+	 * https://lore.kernel.org/lkml/54F6FE2C.7020309@synopsys.com
 	 *
 	 * So setup the first gpio block as a passive pass thru and hide it from
 	 * DT hardware topology - connect MB intc directly to cpu intc
diff --git a/arch/arc/plat-hsdk/platform.c b/arch/arc/plat-hsdk/platform.c
index b3ea1fa11f87..c4a875b22352 100644
--- a/arch/arc/plat-hsdk/platform.c
+++ b/arch/arc/plat-hsdk/platform.c
@@ -52,7 +52,7 @@ static void __init hsdk_enable_gpio_intc_wire(void)
 	 * Current implementation of "irq-dw-apb-ictl" driver doesn't work well
 	 * with stacked INTCs. In particular problem happens if its master INTC
 	 * not yet instantiated. See discussion here -
-	 * https://lkml.org/lkml/2015/3/4/755
+	 * https://lore.kernel.org/lkml/54F6FE2C.7020309@synopsys.com
 	 *
 	 * So setup the first gpio block as a passive pass thru and hide it from
 	 * DT hardware topology - connect intc directly to cpu intc
-- 
2.25.1


_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

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

* Re: [PATCH] arc: Replace lkml.org links with lore
  2021-02-10 23:28 [PATCH] arc: Replace lkml.org links with lore Kees Cook
@ 2021-02-16  5:03 ` Vineet Gupta
  2021-12-15 19:17   ` Kees Cook
  0 siblings, 1 reply; 3+ messages in thread
From: Vineet Gupta @ 2021-02-16  5:03 UTC (permalink / raw)
  To: Kees Cook, linux-kernel; +Cc: Joe Perches, linux-snps-arc, Alexey Brodkin

On 2/10/21 3:28 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 <keescook@chromium.org>

Acked-by: Vineet Gupta <vgupta@synopsys.com>

Let me know if you want me to pick this up.

Thx,
-Vineet

> ---
>   arch/arc/include/asm/irqflags-compact.h | 8 ++++++--
>   arch/arc/mm/dma.c                       | 2 +-
>   arch/arc/plat-axs10x/axs10x.c           | 2 +-
>   arch/arc/plat-hsdk/platform.c           | 2 +-
>   4 files changed, 9 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/arc/include/asm/irqflags-compact.h b/arch/arc/include/asm/irqflags-compact.h
> index 863d63ad18d6..0d63e568d64c 100644
> --- a/arch/arc/include/asm/irqflags-compact.h
> +++ b/arch/arc/include/asm/irqflags-compact.h
> @@ -50,8 +50,12 @@
>    * are redone after IRQs are re-enabled (and gcc doesn't reuse stale register)
>    *
>    * Noted at the time of Abilis Timer List corruption
> - *	Orig Bug + Rejected solution	: https://lkml.org/lkml/2013/3/29/67
> - *	Reasoning			: https://lkml.org/lkml/2013/4/8/15
> + *
> + * Orig Bug + Rejected solution:
> + * https://lore.kernel.org/lkml/1364553218-31255-1-git-send-email-vgupta@synopsys.com
> + *
> + * Reasoning:
> + * https://lore.kernel.org/lkml/CA+55aFyFWjpSVQM6M266tKrG_ZXJzZ-nYejpmXYQXbrr42mGPQ@mail.gmail.com
>    *
>    ******************************************************************/
>   
> diff --git a/arch/arc/mm/dma.c b/arch/arc/mm/dma.c
> index 517988e60cfc..2a7fbbb83b70 100644
> --- a/arch/arc/mm/dma.c
> +++ b/arch/arc/mm/dma.c
> @@ -32,7 +32,7 @@ void arch_dma_prep_coherent(struct page *page, size_t size)
>   
>   /*
>    * Cache operations depending on function and direction argument, inspired by
> - * https://lkml.org/lkml/2018/5/18/979
> + * https://lore.kernel.org/lkml/20180518175004.GF17671@n2100.armlinux.org.uk
>    * "dma_sync_*_for_cpu and direction=TO_DEVICE (was Re: [PATCH 02/20]
>    * dma-mapping: provide a generic dma-noncoherent implementation)"
>    *
> diff --git a/arch/arc/plat-axs10x/axs10x.c b/arch/arc/plat-axs10x/axs10x.c
> index 63ea5a606ecd..b821df7b0089 100644
> --- a/arch/arc/plat-axs10x/axs10x.c
> +++ b/arch/arc/plat-axs10x/axs10x.c
> @@ -50,7 +50,7 @@ static void __init axs10x_enable_gpio_intc_wire(void)
>   	 * Current implementation of "irq-dw-apb-ictl" driver doesn't work well
>   	 * with stacked INTCs. In particular problem happens if its master INTC
>   	 * not yet instantiated. See discussion here -
> -	 * https://lkml.org/lkml/2015/3/4/755
> +	 * https://lore.kernel.org/lkml/54F6FE2C.7020309@synopsys.com
>   	 *
>   	 * So setup the first gpio block as a passive pass thru and hide it from
>   	 * DT hardware topology - connect MB intc directly to cpu intc
> diff --git a/arch/arc/plat-hsdk/platform.c b/arch/arc/plat-hsdk/platform.c
> index b3ea1fa11f87..c4a875b22352 100644
> --- a/arch/arc/plat-hsdk/platform.c
> +++ b/arch/arc/plat-hsdk/platform.c
> @@ -52,7 +52,7 @@ static void __init hsdk_enable_gpio_intc_wire(void)
>   	 * Current implementation of "irq-dw-apb-ictl" driver doesn't work well
>   	 * with stacked INTCs. In particular problem happens if its master INTC
>   	 * not yet instantiated. See discussion here -
> -	 * https://lkml.org/lkml/2015/3/4/755
> +	 * https://lore.kernel.org/lkml/54F6FE2C.7020309@synopsys.com
>   	 *
>   	 * So setup the first gpio block as a passive pass thru and hide it from
>   	 * DT hardware topology - connect intc directly to cpu intc
> 


_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

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

* Re: [PATCH] arc: Replace lkml.org links with lore
  2021-02-16  5:03 ` Vineet Gupta
@ 2021-12-15 19:17   ` Kees Cook
  0 siblings, 0 replies; 3+ messages in thread
From: Kees Cook @ 2021-12-15 19:17 UTC (permalink / raw)
  To: Vineet Gupta; +Cc: linux-kernel, Alexey Brodkin, Joe Perches, linux-snps-arc

On Mon, Feb 15, 2021 at 09:03:54PM -0800, Vineet Gupta wrote:
> On 2/10/21 3:28 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 <keescook@chromium.org>
> 
> Acked-by: Vineet Gupta <vgupta@synopsys.com>
> 
> Let me know if you want me to pick this up.

Hi!

Oops, sorry, I never replied to this. Yes, can you pick this up please?

Thanks!

-Kees

-- 
Kees Cook

_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

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

end of thread, other threads:[~2021-12-15 19:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 23:28 [PATCH] arc: Replace lkml.org links with lore Kees Cook
2021-02-16  5:03 ` Vineet Gupta
2021-12-15 19:17   ` Kees Cook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).