linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] doc: Rename dynticks-testing in cpunoise
@ 2026-08-31  8:18 Marco Crivellari
  2026-08-31  8:18 ` [PATCH 1/2] doc: Change dynticks-testing repository name Marco Crivellari
  2026-08-31  8:18 ` [PATCH 2/2] Documentation/no_hz: " Marco Crivellari
  0 siblings, 2 replies; 7+ messages in thread
From: Marco Crivellari @ 2026-08-31  8:18 UTC (permalink / raw)
  To: linux-kernel, linux-doc
  Cc: Anna-Maria Behnsen, Frederic Weisbecker, Thomas Gleixner,
	Jonathan Corbet, Shuah Khan, Randy Dunlap, Michal Hocko,
	Marco Crivellari, Paul E. McKenney, Sebastian Andrzej Siewior,
	Valentin Schneider, Waiman Long

Hi,

Currently the documentation still mention dynticks-testing.

Recently the repository name and the tool have been renamed to cpunoise,
both the patches reflect this change.

Thanks,


Marco Crivellari (2):
  doc: Change dynticks-testing repository name
  Documentation/no_hz: Change dynticks-testing repository name

 Documentation/admin-guide/cpu-isolation.rst | 2 +-
 Documentation/timers/no_hz.rst              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.55.0


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

* [PATCH 1/2] doc: Change dynticks-testing repository name
  2026-08-31  8:18 [PATCH 0/2] doc: Rename dynticks-testing in cpunoise Marco Crivellari
@ 2026-08-31  8:18 ` Marco Crivellari
  2026-08-31  8:54   ` Sebastian Andrzej Siewior
  2026-08-31 12:59   ` Frederic Weisbecker
  2026-08-31  8:18 ` [PATCH 2/2] Documentation/no_hz: " Marco Crivellari
  1 sibling, 2 replies; 7+ messages in thread
From: Marco Crivellari @ 2026-08-31  8:18 UTC (permalink / raw)
  To: linux-kernel, linux-doc
  Cc: Anna-Maria Behnsen, Frederic Weisbecker, Thomas Gleixner,
	Jonathan Corbet, Shuah Khan, Randy Dunlap, Michal Hocko,
	Marco Crivellari, Valentin Schneider, Waiman Long,
	Sebastian Andrzej Siewior, Paul E. McKenney

Currently the documentation still mention dynticks-testing.

Recently the repository name and the tool have been renamed
to cpunoise, so fix the URL.

Cc: Valentin Schneider <vschneid@redhat.com>
Cc: Waiman Long <longman@redhat.com>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: "Paul E. McKenney" <paulmck@kernel.org>
Signed-off-by: Marco Crivellari <marco.crivellari@suse.com>
---
 Documentation/admin-guide/cpu-isolation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/cpu-isolation.rst b/Documentation/admin-guide/cpu-isolation.rst
index 8c65d03fd28c..6d8f91d2d761 100644
--- a/Documentation/admin-guide/cpu-isolation.rst
+++ b/Documentation/admin-guide/cpu-isolation.rst
@@ -354,4 +354,4 @@ Some tools may also be useful for higher level analysis:
   runs a kernel tracer that analyzes and output a summary of the noises.
 
 - dynticks-testing does something similar to rtla-osnoise but in userspace. It is available
-  at git://git.kernel.org/pub/scm/linux/kernel/git/frederic/dynticks-testing.git
+  at git://git.kernel.org/pub/scm/linux/kernel/git/frederic/cpunoise.git
-- 
2.55.0


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

* [PATCH 2/2] Documentation/no_hz: Change dynticks-testing repository name
  2026-08-31  8:18 [PATCH 0/2] doc: Rename dynticks-testing in cpunoise Marco Crivellari
  2026-08-31  8:18 ` [PATCH 1/2] doc: Change dynticks-testing repository name Marco Crivellari
@ 2026-08-31  8:18 ` Marco Crivellari
  1 sibling, 0 replies; 7+ messages in thread
From: Marco Crivellari @ 2026-08-31  8:18 UTC (permalink / raw)
  To: linux-kernel, linux-doc
  Cc: Anna-Maria Behnsen, Frederic Weisbecker, Thomas Gleixner,
	Jonathan Corbet, Shuah Khan, Randy Dunlap, Michal Hocko,
	Marco Crivellari

Currently the documentation still mention dynticks-testing.

Recently the repository name and the tool have been renamed
to cpunoise, so fix the URL.

Signed-off-by: Marco Crivellari <marco.crivellari@suse.com>
---
 Documentation/timers/no_hz.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/timers/no_hz.rst b/Documentation/timers/no_hz.rst
index 7fe8ef9718d8..dd624b7c3f42 100644
--- a/Documentation/timers/no_hz.rst
+++ b/Documentation/timers/no_hz.rst
@@ -206,7 +206,7 @@ something else is in the way?  This section helps answer this question
 by providing a simple OS-jitter test suite, which is available on branch
 master of the following git archive:
 
-git://git.kernel.org/pub/scm/linux/kernel/git/frederic/dynticks-testing.git
+git://git.kernel.org/pub/scm/linux/kernel/git/frederic/cpunoise.git
 
 Clone this archive and follow the instructions in the README file.
 This test procedure will produce a trace that will allow you to evaluate
-- 
2.55.0


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

* Re: [PATCH 1/2] doc: Change dynticks-testing repository name
  2026-08-31  8:18 ` [PATCH 1/2] doc: Change dynticks-testing repository name Marco Crivellari
@ 2026-08-31  8:54   ` Sebastian Andrzej Siewior
  2026-08-31  8:57     ` Marco Crivellari
  2026-08-31 13:00     ` Frederic Weisbecker
  2026-08-31 12:59   ` Frederic Weisbecker
  1 sibling, 2 replies; 7+ messages in thread
From: Sebastian Andrzej Siewior @ 2026-08-31  8:54 UTC (permalink / raw)
  To: Marco Crivellari
  Cc: linux-kernel, linux-doc, Anna-Maria Behnsen, Frederic Weisbecker,
	Thomas Gleixner, Jonathan Corbet, Shuah Khan, Randy Dunlap,
	Michal Hocko, Valentin Schneider, Waiman Long, Paul E. McKenney

On 2026-08-31 10:18:08 [+0200], Marco Crivellari wrote:
> Currently the documentation still mention dynticks-testing.
> 
> Recently the repository name and the tool have been renamed
> to cpunoise, so fix the URL.

(as of https://lore.kernel.org/all/20260815083728.15470-1-marco.crivellari@suse.com/)

> Cc: Valentin Schneider <vschneid@redhat.com>
> Cc: Waiman Long <longman@redhat.com>
> Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> Cc: "Paul E. McKenney" <paulmck@kernel.org>
> Signed-off-by: Marco Crivellari <marco.crivellari@suse.com>
> ---
>  Documentation/admin-guide/cpu-isolation.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/cpu-isolation.rst b/Documentation/admin-guide/cpu-isolation.rst
> index 8c65d03fd28c..6d8f91d2d761 100644
> --- a/Documentation/admin-guide/cpu-isolation.rst
> +++ b/Documentation/admin-guide/cpu-isolation.rst
> @@ -354,4 +354,4 @@ Some tools may also be useful for higher level analysis:
>    runs a kernel tracer that analyzes and output a summary of the noises.
>  
>  - dynticks-testing does something similar to rtla-osnoise but in userspace. It is available
Shouldn't this "dynticks-testing" be renamed to cpunoise, too?

> -  at git://git.kernel.org/pub/scm/linux/kernel/git/frederic/dynticks-testing.git
> +  at git://git.kernel.org/pub/scm/linux/kernel/git/frederic/cpunoise.git

Sebastian

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

* Re: [PATCH 1/2] doc: Change dynticks-testing repository name
  2026-08-31  8:54   ` Sebastian Andrzej Siewior
@ 2026-08-31  8:57     ` Marco Crivellari
  2026-08-31 13:00     ` Frederic Weisbecker
  1 sibling, 0 replies; 7+ messages in thread
From: Marco Crivellari @ 2026-08-31  8:57 UTC (permalink / raw)
  To: Sebastian Andrzej Siewior
  Cc: linux-kernel, linux-doc, Anna-Maria Behnsen, Frederic Weisbecker,
	Thomas Gleixner, Jonathan Corbet, Shuah Khan, Randy Dunlap,
	Michal Hocko, Valentin Schneider, Waiman Long, Paul E. McKenney

On Mon, Aug 31, 2026 at 10:54 AM Sebastian Andrzej Siewior
<bigeasy@linutronix.de> wrote:
>
> On 2026-08-31 10:18:08 [+0200], Marco Crivellari wrote:
> > Currently the documentation still mention dynticks-testing.
> >
> > Recently the repository name and the tool have been renamed
> > to cpunoise, so fix the URL.
>
> (as of https://lore.kernel.org/all/20260815083728.15470-1-marco.crivellari@suse.com/)
>
> > Cc: Valentin Schneider <vschneid@redhat.com>
> > Cc: Waiman Long <longman@redhat.com>
> > Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> > Cc: "Paul E. McKenney" <paulmck@kernel.org>
> > Signed-off-by: Marco Crivellari <marco.crivellari@suse.com>
> > ---
> >  Documentation/admin-guide/cpu-isolation.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/admin-guide/cpu-isolation.rst b/Documentation/admin-guide/cpu-isolation.rst
> > index 8c65d03fd28c..6d8f91d2d761 100644
> > --- a/Documentation/admin-guide/cpu-isolation.rst
> > +++ b/Documentation/admin-guide/cpu-isolation.rst
> > @@ -354,4 +354,4 @@ Some tools may also be useful for higher level analysis:
> >    runs a kernel tracer that analyzes and output a summary of the noises.
> >
> >  - dynticks-testing does something similar to rtla-osnoise but in userspace. It is available
> Shouldn't this "dynticks-testing" be renamed to cpunoise, too?

Yeah, good catch thank you!

-- 

Marco Crivellari

SUSE Labs

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

* Re: [PATCH 1/2] doc: Change dynticks-testing repository name
  2026-08-31  8:18 ` [PATCH 1/2] doc: Change dynticks-testing repository name Marco Crivellari
  2026-08-31  8:54   ` Sebastian Andrzej Siewior
@ 2026-08-31 12:59   ` Frederic Weisbecker
  1 sibling, 0 replies; 7+ messages in thread
From: Frederic Weisbecker @ 2026-08-31 12:59 UTC (permalink / raw)
  To: Marco Crivellari
  Cc: linux-kernel, linux-doc, Anna-Maria Behnsen, Thomas Gleixner,
	Jonathan Corbet, Shuah Khan, Randy Dunlap, Michal Hocko,
	Valentin Schneider, Waiman Long, Sebastian Andrzej Siewior,
	Paul E. McKenney

Le Mon, Aug 31, 2026 at 10:18:08AM +0200, Marco Crivellari a écrit :
> Currently the documentation still mention dynticks-testing.
> 
> Recently the repository name and the tool have been renamed
> to cpunoise, so fix the URL.
> 
> Cc: Valentin Schneider <vschneid@redhat.com>
> Cc: Waiman Long <longman@redhat.com>
> Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> Cc: "Paul E. McKenney" <paulmck@kernel.org>
> Signed-off-by: Marco Crivellari <marco.crivellari@suse.com>
> ---
>  Documentation/admin-guide/cpu-isolation.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/cpu-isolation.rst b/Documentation/admin-guide/cpu-isolation.rst
> index 8c65d03fd28c..6d8f91d2d761 100644
> --- a/Documentation/admin-guide/cpu-isolation.rst
> +++ b/Documentation/admin-guide/cpu-isolation.rst
> @@ -354,4 +354,4 @@ Some tools may also be useful for higher level analysis:
>    runs a kernel tracer that analyzes and output a summary of the noises.
>  
>  - dynticks-testing does something similar to rtla-osnoise but in userspace. It is available

The dynticks-testing above should be renamed too.

Thanks!

> -  at git://git.kernel.org/pub/scm/linux/kernel/git/frederic/dynticks-testing.git
> +  at git://git.kernel.org/pub/scm/linux/kernel/git/frederic/cpunoise.git
> -- 
> 2.55.0
> 

-- 
Frederic Weisbecker
SUSE Labs

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

* Re: [PATCH 1/2] doc: Change dynticks-testing repository name
  2026-08-31  8:54   ` Sebastian Andrzej Siewior
  2026-08-31  8:57     ` Marco Crivellari
@ 2026-08-31 13:00     ` Frederic Weisbecker
  1 sibling, 0 replies; 7+ messages in thread
From: Frederic Weisbecker @ 2026-08-31 13:00 UTC (permalink / raw)
  To: Sebastian Andrzej Siewior
  Cc: Marco Crivellari, linux-kernel, linux-doc, Anna-Maria Behnsen,
	Thomas Gleixner, Jonathan Corbet, Shuah Khan, Randy Dunlap,
	Michal Hocko, Valentin Schneider, Waiman Long, Paul E. McKenney

Le Mon, Aug 31, 2026 at 10:54:32AM +0200, Sebastian Andrzej Siewior a écrit :
> On 2026-08-31 10:18:08 [+0200], Marco Crivellari wrote:
> > Currently the documentation still mention dynticks-testing.
> > 
> > Recently the repository name and the tool have been renamed
> > to cpunoise, so fix the URL.
> 
> (as of https://lore.kernel.org/all/20260815083728.15470-1-marco.crivellari@suse.com/)
> 
> > Cc: Valentin Schneider <vschneid@redhat.com>
> > Cc: Waiman Long <longman@redhat.com>
> > Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> > Cc: "Paul E. McKenney" <paulmck@kernel.org>
> > Signed-off-by: Marco Crivellari <marco.crivellari@suse.com>
> > ---
> >  Documentation/admin-guide/cpu-isolation.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/admin-guide/cpu-isolation.rst b/Documentation/admin-guide/cpu-isolation.rst
> > index 8c65d03fd28c..6d8f91d2d761 100644
> > --- a/Documentation/admin-guide/cpu-isolation.rst
> > +++ b/Documentation/admin-guide/cpu-isolation.rst
> > @@ -354,4 +354,4 @@ Some tools may also be useful for higher level analysis:
> >    runs a kernel tracer that analyzes and output a summary of the noises.
> >  
> >  - dynticks-testing does something similar to rtla-osnoise but in userspace. It is available
> Shouldn't this "dynticks-testing" be renamed to cpunoise, too?

Bah, I should read other's reviews before posting :o)

> 
> > -  at git://git.kernel.org/pub/scm/linux/kernel/git/frederic/dynticks-testing.git
> > +  at git://git.kernel.org/pub/scm/linux/kernel/git/frederic/cpunoise.git
> 
> Sebastian

-- 
Frederic Weisbecker
SUSE Labs

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

end of thread, other threads:[~2026-08-31 13:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31  8:18 [PATCH 0/2] doc: Rename dynticks-testing in cpunoise Marco Crivellari
2026-08-31  8:18 ` [PATCH 1/2] doc: Change dynticks-testing repository name Marco Crivellari
2026-08-31  8:54   ` Sebastian Andrzej Siewior
2026-08-31  8:57     ` Marco Crivellari
2026-08-31 13:00     ` Frederic Weisbecker
2026-08-31 12:59   ` Frederic Weisbecker
2026-08-31  8:18 ` [PATCH 2/2] Documentation/no_hz: " Marco Crivellari

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).