All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: Drop outdated links in comments
@ 2021-12-15 19:18 ` Kees Cook
  0 siblings, 0 replies; 8+ messages in thread
From: Kees Cook @ 2021-12-15 19:18 UTC (permalink / raw)
  To: Joe Perches, Will Deacon
  Cc: Kees Cook, Russell King, Catalin Marinas, Pasha Tatashin,
	James Morse, Vincenzo Frascino, Fuad Tabba, linux-kernel,
	linux-arm-kernel

As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links
with lore"), an effort was made to replace lkml.org links with lore to
better use a single source that's more likely to stay available long-term.
However, it seems these links don't offer much value here, so just
remove them entirely.

Cc: Joe Perches <joe@perches.com>
Suggested-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/lkml/20210211100213.GA29813@willie-the-truck/
Signed-off-by: Kees Cook <keescook@chromium.org>
---
 arch/arm/kernel/hibernate.c   | 4 ----
 arch/arm64/kernel/hibernate.c | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/arch/arm/kernel/hibernate.c b/arch/arm/kernel/hibernate.c
index 2373020af965..2c1f290342e4 100644
--- a/arch/arm/kernel/hibernate.c
+++ b/arch/arm/kernel/hibernate.c
@@ -7,10 +7,6 @@
  * Ubuntu project, hibernation support for mach-dove
  * Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
  * Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
- *  https://lkml.org/lkml/2010/6/18/4
- *  https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
- *  https://patchwork.kernel.org/patch/96442/
- *
  * Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
  */
 
diff --git a/arch/arm64/kernel/hibernate.c b/arch/arm64/kernel/hibernate.c
index 2758f75d6809..6328308be272 100644
--- a/arch/arm64/kernel/hibernate.c
+++ b/arch/arm64/kernel/hibernate.c
@@ -7,10 +7,6 @@
  * Ubuntu project, hibernation support for mach-dove
  * Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
  * Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
- *  https://lkml.org/lkml/2010/6/18/4
- *  https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
- *  https://patchwork.kernel.org/patch/96442/
- *
  * Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
  */
 #define pr_fmt(x) "hibernate: " x
-- 
2.30.2


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

* [PATCH] arm64: Drop outdated links in comments
@ 2021-12-15 19:18 ` Kees Cook
  0 siblings, 0 replies; 8+ messages in thread
From: Kees Cook @ 2021-12-15 19:18 UTC (permalink / raw)
  To: Joe Perches, Will Deacon
  Cc: Kees Cook, Russell King, Catalin Marinas, Pasha Tatashin,
	James Morse, Vincenzo Frascino, Fuad Tabba, linux-kernel,
	linux-arm-kernel

As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links
with lore"), an effort was made to replace lkml.org links with lore to
better use a single source that's more likely to stay available long-term.
However, it seems these links don't offer much value here, so just
remove them entirely.

Cc: Joe Perches <joe@perches.com>
Suggested-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/lkml/20210211100213.GA29813@willie-the-truck/
Signed-off-by: Kees Cook <keescook@chromium.org>
---
 arch/arm/kernel/hibernate.c   | 4 ----
 arch/arm64/kernel/hibernate.c | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/arch/arm/kernel/hibernate.c b/arch/arm/kernel/hibernate.c
index 2373020af965..2c1f290342e4 100644
--- a/arch/arm/kernel/hibernate.c
+++ b/arch/arm/kernel/hibernate.c
@@ -7,10 +7,6 @@
  * Ubuntu project, hibernation support for mach-dove
  * Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
  * Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
- *  https://lkml.org/lkml/2010/6/18/4
- *  https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
- *  https://patchwork.kernel.org/patch/96442/
- *
  * Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
  */
 
diff --git a/arch/arm64/kernel/hibernate.c b/arch/arm64/kernel/hibernate.c
index 2758f75d6809..6328308be272 100644
--- a/arch/arm64/kernel/hibernate.c
+++ b/arch/arm64/kernel/hibernate.c
@@ -7,10 +7,6 @@
  * Ubuntu project, hibernation support for mach-dove
  * Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
  * Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
- *  https://lkml.org/lkml/2010/6/18/4
- *  https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
- *  https://patchwork.kernel.org/patch/96442/
- *
  * Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
  */
 #define pr_fmt(x) "hibernate: " x
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: Drop outdated links in comments
  2021-12-15 19:18 ` Kees Cook
@ 2021-12-16 10:48   ` Catalin Marinas
  -1 siblings, 0 replies; 8+ messages in thread
From: Catalin Marinas @ 2021-12-16 10:48 UTC (permalink / raw)
  To: Kees Cook
  Cc: Joe Perches, Will Deacon, Russell King, Pasha Tatashin,
	James Morse, Vincenzo Frascino, Fuad Tabba, linux-kernel,
	linux-arm-kernel

On Wed, Dec 15, 2021 at 11:18:35AM -0800, Kees Cook wrote:
> As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links
> with lore"), an effort was made to replace lkml.org links with lore to
> better use a single source that's more likely to stay available long-term.
> However, it seems these links don't offer much value here, so just
> remove them entirely.
> 
> Cc: Joe Perches <joe@perches.com>
> Suggested-by: Will Deacon <will@kernel.org>
> Link: https://lore.kernel.org/lkml/20210211100213.GA29813@willie-the-truck/
> Signed-off-by: Kees Cook <keescook@chromium.org>
> ---
>  arch/arm/kernel/hibernate.c   | 4 ----
>  arch/arm64/kernel/hibernate.c | 4 ----
>  2 files changed, 8 deletions(-)
> 
> diff --git a/arch/arm/kernel/hibernate.c b/arch/arm/kernel/hibernate.c
> index 2373020af965..2c1f290342e4 100644
> --- a/arch/arm/kernel/hibernate.c
> +++ b/arch/arm/kernel/hibernate.c
> @@ -7,10 +7,6 @@
>   * Ubuntu project, hibernation support for mach-dove
>   * Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
>   * Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
> - *  https://lkml.org/lkml/2010/6/18/4
> - *  https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
> - *  https://patchwork.kernel.org/patch/96442/
> - *
>   * Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
>   */

Happy to take the patch through the arm64 tree if Russell acks,
otherwise I'll just take the arm64 hunk.

-- 
Catalin

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

* Re: [PATCH] arm64: Drop outdated links in comments
@ 2021-12-16 10:48   ` Catalin Marinas
  0 siblings, 0 replies; 8+ messages in thread
From: Catalin Marinas @ 2021-12-16 10:48 UTC (permalink / raw)
  To: Kees Cook
  Cc: Joe Perches, Will Deacon, Russell King, Pasha Tatashin,
	James Morse, Vincenzo Frascino, Fuad Tabba, linux-kernel,
	linux-arm-kernel

On Wed, Dec 15, 2021 at 11:18:35AM -0800, Kees Cook wrote:
> As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links
> with lore"), an effort was made to replace lkml.org links with lore to
> better use a single source that's more likely to stay available long-term.
> However, it seems these links don't offer much value here, so just
> remove them entirely.
> 
> Cc: Joe Perches <joe@perches.com>
> Suggested-by: Will Deacon <will@kernel.org>
> Link: https://lore.kernel.org/lkml/20210211100213.GA29813@willie-the-truck/
> Signed-off-by: Kees Cook <keescook@chromium.org>
> ---
>  arch/arm/kernel/hibernate.c   | 4 ----
>  arch/arm64/kernel/hibernate.c | 4 ----
>  2 files changed, 8 deletions(-)
> 
> diff --git a/arch/arm/kernel/hibernate.c b/arch/arm/kernel/hibernate.c
> index 2373020af965..2c1f290342e4 100644
> --- a/arch/arm/kernel/hibernate.c
> +++ b/arch/arm/kernel/hibernate.c
> @@ -7,10 +7,6 @@
>   * Ubuntu project, hibernation support for mach-dove
>   * Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
>   * Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
> - *  https://lkml.org/lkml/2010/6/18/4
> - *  https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
> - *  https://patchwork.kernel.org/patch/96442/
> - *
>   * Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
>   */

Happy to take the patch through the arm64 tree if Russell acks,
otherwise I'll just take the arm64 hunk.

-- 
Catalin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: Drop outdated links in comments
  2021-12-16 10:48   ` Catalin Marinas
@ 2022-01-04 13:02     ` Catalin Marinas
  -1 siblings, 0 replies; 8+ messages in thread
From: Catalin Marinas @ 2022-01-04 13:02 UTC (permalink / raw)
  To: Kees Cook, Russell King
  Cc: Joe Perches, Will Deacon, Pasha Tatashin, James Morse,
	Vincenzo Frascino, Fuad Tabba, linux-kernel, linux-arm-kernel

On Thu, Dec 16, 2021 at 10:48:50AM +0000, Catalin Marinas wrote:
> On Wed, Dec 15, 2021 at 11:18:35AM -0800, Kees Cook wrote:
> > As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links
> > with lore"), an effort was made to replace lkml.org links with lore to
> > better use a single source that's more likely to stay available long-term.
> > However, it seems these links don't offer much value here, so just
> > remove them entirely.
> > 
> > Cc: Joe Perches <joe@perches.com>
> > Suggested-by: Will Deacon <will@kernel.org>
> > Link: https://lore.kernel.org/lkml/20210211100213.GA29813@willie-the-truck/
> > Signed-off-by: Kees Cook <keescook@chromium.org>
> > ---
> >  arch/arm/kernel/hibernate.c   | 4 ----
> >  arch/arm64/kernel/hibernate.c | 4 ----
> >  2 files changed, 8 deletions(-)
> > 
> > diff --git a/arch/arm/kernel/hibernate.c b/arch/arm/kernel/hibernate.c
> > index 2373020af965..2c1f290342e4 100644
> > --- a/arch/arm/kernel/hibernate.c
> > +++ b/arch/arm/kernel/hibernate.c
> > @@ -7,10 +7,6 @@
> >   * Ubuntu project, hibernation support for mach-dove
> >   * Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
> >   * Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
> > - *  https://lkml.org/lkml/2010/6/18/4
> > - *  https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
> > - *  https://patchwork.kernel.org/patch/96442/
> > - *
> >   * Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
> >   */
> 
> Happy to take the patch through the arm64 tree if Russell acks,
> otherwise I'll just take the arm64 hunk.

Russell, any objections to this patch going through the arm64 tree?

-- 
Catalin

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

* Re: [PATCH] arm64: Drop outdated links in comments
@ 2022-01-04 13:02     ` Catalin Marinas
  0 siblings, 0 replies; 8+ messages in thread
From: Catalin Marinas @ 2022-01-04 13:02 UTC (permalink / raw)
  To: Kees Cook, Russell King
  Cc: Joe Perches, Will Deacon, Pasha Tatashin, James Morse,
	Vincenzo Frascino, Fuad Tabba, linux-kernel, linux-arm-kernel

On Thu, Dec 16, 2021 at 10:48:50AM +0000, Catalin Marinas wrote:
> On Wed, Dec 15, 2021 at 11:18:35AM -0800, Kees Cook wrote:
> > As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links
> > with lore"), an effort was made to replace lkml.org links with lore to
> > better use a single source that's more likely to stay available long-term.
> > However, it seems these links don't offer much value here, so just
> > remove them entirely.
> > 
> > Cc: Joe Perches <joe@perches.com>
> > Suggested-by: Will Deacon <will@kernel.org>
> > Link: https://lore.kernel.org/lkml/20210211100213.GA29813@willie-the-truck/
> > Signed-off-by: Kees Cook <keescook@chromium.org>
> > ---
> >  arch/arm/kernel/hibernate.c   | 4 ----
> >  arch/arm64/kernel/hibernate.c | 4 ----
> >  2 files changed, 8 deletions(-)
> > 
> > diff --git a/arch/arm/kernel/hibernate.c b/arch/arm/kernel/hibernate.c
> > index 2373020af965..2c1f290342e4 100644
> > --- a/arch/arm/kernel/hibernate.c
> > +++ b/arch/arm/kernel/hibernate.c
> > @@ -7,10 +7,6 @@
> >   * Ubuntu project, hibernation support for mach-dove
> >   * Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
> >   * Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
> > - *  https://lkml.org/lkml/2010/6/18/4
> > - *  https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
> > - *  https://patchwork.kernel.org/patch/96442/
> > - *
> >   * Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
> >   */
> 
> Happy to take the patch through the arm64 tree if Russell acks,
> otherwise I'll just take the arm64 hunk.

Russell, any objections to this patch going through the arm64 tree?

-- 
Catalin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: Drop outdated links in comments
  2021-12-15 19:18 ` Kees Cook
@ 2022-01-05 18:21   ` Catalin Marinas
  -1 siblings, 0 replies; 8+ messages in thread
From: Catalin Marinas @ 2022-01-05 18:21 UTC (permalink / raw)
  To: Joe Perches, Will Deacon, Kees Cook
  Cc: linux-kernel, James Morse, Pasha Tatashin, linux-arm-kernel,
	Vincenzo Frascino, Fuad Tabba, Russell King

On Wed, 15 Dec 2021 11:18:35 -0800, Kees Cook wrote:
> As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links
> with lore"), an effort was made to replace lkml.org links with lore to
> better use a single source that's more likely to stay available long-term.
> However, it seems these links don't offer much value here, so just
> remove them entirely.
> 
> 
> [...]

Applied to arm64 (for-next/misc) but without the arch/arm changes.
Please send them separately to Russell's patch system. Thanks!

[1/1] arm64: Drop outdated links in comments
      https://git.kernel.org/arm64/c/89d30b11507d

-- 
Catalin


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

* Re: [PATCH] arm64: Drop outdated links in comments
@ 2022-01-05 18:21   ` Catalin Marinas
  0 siblings, 0 replies; 8+ messages in thread
From: Catalin Marinas @ 2022-01-05 18:21 UTC (permalink / raw)
  To: Joe Perches, Will Deacon, Kees Cook
  Cc: linux-kernel, James Morse, Pasha Tatashin, linux-arm-kernel,
	Vincenzo Frascino, Fuad Tabba, Russell King

On Wed, 15 Dec 2021 11:18:35 -0800, Kees Cook wrote:
> As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links
> with lore"), an effort was made to replace lkml.org links with lore to
> better use a single source that's more likely to stay available long-term.
> However, it seems these links don't offer much value here, so just
> remove them entirely.
> 
> 
> [...]

Applied to arm64 (for-next/misc) but without the arch/arm changes.
Please send them separately to Russell's patch system. Thanks!

[1/1] arm64: Drop outdated links in comments
      https://git.kernel.org/arm64/c/89d30b11507d

-- 
Catalin


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-01-05 18:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-15 19:18 [PATCH] arm64: Drop outdated links in comments Kees Cook
2021-12-15 19:18 ` Kees Cook
2021-12-16 10:48 ` Catalin Marinas
2021-12-16 10:48   ` Catalin Marinas
2022-01-04 13:02   ` Catalin Marinas
2022-01-04 13:02     ` Catalin Marinas
2022-01-05 18:21 ` Catalin Marinas
2022-01-05 18:21   ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.