Linux Documentation
 help / color / mirror / Atom feed
* [PATCH v2 0/2] doc: Rename dynticks-testing to cpunoise
@ 2026-08-31  9:21 Marco Crivellari
  2026-08-31  9:21 ` [PATCH v2 1/2] doc: Replace dunticks-testing ocurrences with cpunoise Marco Crivellari
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marco Crivellari @ 2026-08-31  9:21 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.

The tool announcement can be found at:

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

Thanks,

---
Changes in v2:
- Link to the tool Announcement added in both the patches and cover letter

- Corrected another occurrence reported by Sebastian

Link to v1: https://lore.kernel.org/all/20260831081823.67972-1-marco.crivellari@suse.com/

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

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

-- 
2.55.0


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

* [PATCH v2 1/2] doc: Replace dunticks-testing ocurrences with cpunoise
  2026-08-31  9:21 [PATCH v2 0/2] doc: Rename dynticks-testing to cpunoise Marco Crivellari
@ 2026-08-31  9:21 ` Marco Crivellari
  2026-08-31 11:07   ` Sebastian Andrzej Siewior
  2026-08-31  9:21 ` [PATCH v2 2/2] Documentation/no_hz: Change dynticks-testing repository name Marco Crivellari
  2026-08-31 13:02 ` [PATCH v2 0/2] doc: Rename dynticks-testing to cpunoise Frederic Weisbecker
  2 siblings, 1 reply; 6+ messages in thread
From: Marco Crivellari @ 2026-08-31  9:21 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 (see Link tag below), so fix the occurrence and
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>
Link: https://lore.kernel.org/all/20260815083728.15470-1-marco.crivellari@suse.com/
Signed-off-by: Marco Crivellari <marco.crivellari@suse.com>
---
 Documentation/admin-guide/cpu-isolation.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/cpu-isolation.rst b/Documentation/admin-guide/cpu-isolation.rst
index 8c65d03fd28c..229275ebffd0 100644
--- a/Documentation/admin-guide/cpu-isolation.rst
+++ b/Documentation/admin-guide/cpu-isolation.rst
@@ -353,5 +353,5 @@ Some tools may also be useful for higher level analysis:
   latency and noise in the system. For example Documentation/tools/rtla/rtla-osnoise.rst
   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
+- cpunoise does something similar to rtla-osnoise but in userspace. It is available
+  at git://git.kernel.org/pub/scm/linux/kernel/git/frederic/cpunoise.git
-- 
2.55.0


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

* [PATCH v2 2/2] Documentation/no_hz: Change dynticks-testing repository name
  2026-08-31  9:21 [PATCH v2 0/2] doc: Rename dynticks-testing to cpunoise Marco Crivellari
  2026-08-31  9:21 ` [PATCH v2 1/2] doc: Replace dunticks-testing ocurrences with cpunoise Marco Crivellari
@ 2026-08-31  9:21 ` Marco Crivellari
  2026-08-31 13:02 ` [PATCH v2 0/2] doc: Rename dynticks-testing to cpunoise Frederic Weisbecker
  2 siblings, 0 replies; 6+ messages in thread
From: Marco Crivellari @ 2026-08-31  9:21 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 (see link tag below), so fix the URL.

Link: https://lore.kernel.org/all/20260815083728.15470-1-marco.crivellari@suse.com/
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] 6+ messages in thread

* Re: [PATCH v2 1/2] doc: Replace dunticks-testing ocurrences with cpunoise
  2026-08-31  9:21 ` [PATCH v2 1/2] doc: Replace dunticks-testing ocurrences with cpunoise Marco Crivellari
@ 2026-08-31 11:07   ` Sebastian Andrzej Siewior
  2026-09-01 14:39     ` Marco Crivellari
  0 siblings, 1 reply; 6+ messages in thread
From: Sebastian Andrzej Siewior @ 2026-08-31 11:07 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 11:21:12 [+0200], Marco Crivellari wrote:
> --- a/Documentation/admin-guide/cpu-isolation.rst
> +++ b/Documentation/admin-guide/cpu-isolation.rst
> @@ -353,5 +353,5 @@ Some tools may also be useful for higher level analysis:
>    latency and noise in the system. For example Documentation/tools/rtla/rtla-osnoise.rst
>    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
> +- cpunoise does something similar to rtla-osnoise but in userspace. It is available
> +  at git://git.kernel.org/pub/scm/linux/kernel/git/frederic/cpunoise.git

We usually do https:// here ;)

Sebastian

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

* Re: [PATCH v2 0/2] doc: Rename dynticks-testing to cpunoise
  2026-08-31  9:21 [PATCH v2 0/2] doc: Rename dynticks-testing to cpunoise Marco Crivellari
  2026-08-31  9:21 ` [PATCH v2 1/2] doc: Replace dunticks-testing ocurrences with cpunoise Marco Crivellari
  2026-08-31  9:21 ` [PATCH v2 2/2] Documentation/no_hz: Change dynticks-testing repository name Marco Crivellari
@ 2026-08-31 13:02 ` Frederic Weisbecker
  2 siblings, 0 replies; 6+ messages in thread
From: Frederic Weisbecker @ 2026-08-31 13:02 UTC (permalink / raw)
  To: Marco Crivellari
  Cc: linux-kernel, linux-doc, Anna-Maria Behnsen, Thomas Gleixner,
	Jonathan Corbet, Shuah Khan, Randy Dunlap, Michal Hocko,
	Paul E. McKenney, Sebastian Andrzej Siewior, Valentin Schneider,
	Waiman Long

Le Mon, Aug 31, 2026 at 11:21:11AM +0200, Marco Crivellari a écrit :
> 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.
> 
> The tool announcement can be found at:
> 
>   https://lore.kernel.org/all/20260815083728.15470-1-marco.crivellari@suse.com/
> 
> Thanks,
> 
> ---
> Changes in v2:
> - Link to the tool Announcement added in both the patches and cover letter
> 
> - Corrected another occurrence reported by Sebastian
> 
> Link to v1: https://lore.kernel.org/all/20260831081823.67972-1-marco.crivellari@suse.com/
> 
> Marco Crivellari (2):
>   doc: Change dynticks-testing repository name
>   Documentation/no_hz: Change dynticks-testing repository name
> 
>  Documentation/admin-guide/cpu-isolation.rst | 4 ++--
>  Documentation/timers/no_hz.rst              | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Acked-by: Frederic Weisbecker <frederic@kernel.org>

-- 
Frederic Weisbecker
SUSE Labs

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

* Re: [PATCH v2 1/2] doc: Replace dunticks-testing ocurrences with cpunoise
  2026-08-31 11:07   ` Sebastian Andrzej Siewior
@ 2026-09-01 14:39     ` Marco Crivellari
  0 siblings, 0 replies; 6+ messages in thread
From: Marco Crivellari @ 2026-09-01 14:39 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 1:07 PM Sebastian Andrzej Siewior
<bigeasy@linutronix.de> wrote:
>  [...]
> > -- 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
> > +- cpunoise does something similar to rtla-osnoise but in userspace. It is available
> > +  at git://git.kernel.org/pub/scm/linux/kernel/git/frederic/cpunoise.git
>
> We usually do https:// here ;)
>
> Sebastian

I will fix it, thanks! :-)

--

Marco Crivellari

SUSE Labs

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

end of thread, other threads:[~2026-09-01 14:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31  9:21 [PATCH v2 0/2] doc: Rename dynticks-testing to cpunoise Marco Crivellari
2026-08-31  9:21 ` [PATCH v2 1/2] doc: Replace dunticks-testing ocurrences with cpunoise Marco Crivellari
2026-08-31 11:07   ` Sebastian Andrzej Siewior
2026-09-01 14:39     ` Marco Crivellari
2026-08-31  9:21 ` [PATCH v2 2/2] Documentation/no_hz: Change dynticks-testing repository name Marco Crivellari
2026-08-31 13:02 ` [PATCH v2 0/2] doc: Rename dynticks-testing to cpunoise Frederic Weisbecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox