* [PATCH v3 0/2] doc: Rename dynticks-testing to cpunoise
@ 2026-09-02 9:24 Marco Crivellari
2026-09-02 9:24 ` [PATCH v3 1/2] doc: Change dynticks-testing repository name Marco Crivellari
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Marco Crivellari @ 2026-09-02 9:24 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 v3:
- Use "https:" instead of "git:" for the repo URL
Link to v2: https://lore.kernel.org/all/20260831092118.124576-1-marco.crivellari@suse.com/
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 | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--
2.55.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v3 1/2] doc: Change dynticks-testing repository name
2026-09-02 9:24 [PATCH v3 0/2] doc: Rename dynticks-testing to cpunoise Marco Crivellari
@ 2026-09-02 9:24 ` Marco Crivellari
2026-09-02 10:42 ` Sebastian Andrzej Siewior
2026-09-02 9:24 ` [PATCH v3 2/2] Documentation/no_hz: " Marco Crivellari
2026-09-02 14:02 ` [PATCH v3 0/2] doc: Rename dynticks-testing to cpunoise Frederic Weisbecker
2 siblings, 1 reply; 5+ messages in thread
From: Marco Crivellari @ 2026-09-02 9:24 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..b9f13a928673 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 https://git.kernel.org/pub/scm/linux/kernel/git/frederic/cpunoise.git
--
2.55.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH v3 2/2] Documentation/no_hz: Change dynticks-testing repository name
2026-09-02 9:24 [PATCH v3 0/2] doc: Rename dynticks-testing to cpunoise Marco Crivellari
2026-09-02 9:24 ` [PATCH v3 1/2] doc: Change dynticks-testing repository name Marco Crivellari
@ 2026-09-02 9:24 ` Marco Crivellari
2026-09-02 14:02 ` [PATCH v3 0/2] doc: Rename dynticks-testing to cpunoise Frederic Weisbecker
2 siblings, 0 replies; 5+ messages in thread
From: Marco Crivellari @ 2026-09-02 9:24 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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/timers/no_hz.rst b/Documentation/timers/no_hz.rst
index 7fe8ef9718d8..4006cab64079 100644
--- a/Documentation/timers/no_hz.rst
+++ b/Documentation/timers/no_hz.rst
@@ -204,9 +204,9 @@ but do not see any change in your workload's behavior. Is this because
your workload isn't affected that much by OS jitter, or is it because
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:
+master of the following git repository:
-git://git.kernel.org/pub/scm/linux/kernel/git/frederic/dynticks-testing.git
+https://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] 5+ messages in thread
* Re: [PATCH v3 1/2] doc: Change dynticks-testing repository name
2026-09-02 9:24 ` [PATCH v3 1/2] doc: Change dynticks-testing repository name Marco Crivellari
@ 2026-09-02 10:42 ` Sebastian Andrzej Siewior
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Andrzej Siewior @ 2026-09-02 10:42 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-09-02 11:24:24 [+0200], Marco Crivellari wrote:
> 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>
Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Sebastian
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v3 0/2] doc: Rename dynticks-testing to cpunoise
2026-09-02 9:24 [PATCH v3 0/2] doc: Rename dynticks-testing to cpunoise Marco Crivellari
2026-09-02 9:24 ` [PATCH v3 1/2] doc: Change dynticks-testing repository name Marco Crivellari
2026-09-02 9:24 ` [PATCH v3 2/2] Documentation/no_hz: " Marco Crivellari
@ 2026-09-02 14:02 ` Frederic Weisbecker
2 siblings, 0 replies; 5+ messages in thread
From: Frederic Weisbecker @ 2026-09-02 14: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 Wed, Sep 02, 2026 at 11:24:23AM +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 v3:
> - Use "https:" instead of "git:" for the repo URL
>
> Link to v2: https://lore.kernel.org/all/20260831092118.124576-1-marco.crivellari@suse.com/
>
> 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 | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> --
> 2.55.0
>
Acked-by: Frederic Weisbecker <frederic@kernel.org>
--
Frederic Weisbecker
SUSE Labs
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-09-02 14:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-02 9:24 [PATCH v3 0/2] doc: Rename dynticks-testing to cpunoise Marco Crivellari
2026-09-02 9:24 ` [PATCH v3 1/2] doc: Change dynticks-testing repository name Marco Crivellari
2026-09-02 10:42 ` Sebastian Andrzej Siewior
2026-09-02 9:24 ` [PATCH v3 2/2] Documentation/no_hz: " Marco Crivellari
2026-09-02 14:02 ` [PATCH v3 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