2021-01-14 14:43:08

by Akira Yokosawa

[permalink] [raw]
Subject: [PATCH -rcu] tools/memory-model: Remove reference to atomic_ops.rst

From 1d7642add7f74ca307f1bf70569e23edf8b1a023 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <[email protected]>
Date: Thu, 14 Jan 2021 23:09:07 +0900
Subject: [PATCH -rcu] tools/memory-model: Remove reference to atomic_ops.rst

atomic_ops.rst was removed by commit f0400a77ebdc ("atomic: Delete
obsolete documentation").
Remove the broken link in tools/memory-model/Documentation/simple.txt.

Cc: Peter Zijlstra <[email protected]>
Signed-off-by: Akira Yokosawa <[email protected]>
---
Hi Paul,

This is relative to dev of -rcu.

Thanks, Akira
--
tools/memory-model/Documentation/simple.txt | 1 -
1 file changed, 1 deletion(-)

diff --git a/tools/memory-model/Documentation/simple.txt b/tools/memory-model/Documentation/simple.txt
index 81e1a0ec5342..4c789ec8334f 100644
--- a/tools/memory-model/Documentation/simple.txt
+++ b/tools/memory-model/Documentation/simple.txt
@@ -189,7 +189,6 @@ Additional information may be found in these files:

Documentation/atomic_t.txt
Documentation/atomic_bitops.txt
-Documentation/core-api/atomic_ops.rst
Documentation/core-api/refcount-vs-atomic.rst

Reading code using these primitives is often also quite helpful.
--
2.17.1


2021-01-14 15:17:42

by Paul E. McKenney

[permalink] [raw]
Subject: Re: [PATCH -rcu] tools/memory-model: Remove reference to atomic_ops.rst

On Thu, Jan 14, 2021 at 11:40:26PM +0900, Akira Yokosawa wrote:
> >From 1d7642add7f74ca307f1bf70569e23edf8b1a023 Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <[email protected]>
> Date: Thu, 14 Jan 2021 23:09:07 +0900
> Subject: [PATCH -rcu] tools/memory-model: Remove reference to atomic_ops.rst
>
> atomic_ops.rst was removed by commit f0400a77ebdc ("atomic: Delete
> obsolete documentation").
> Remove the broken link in tools/memory-model/Documentation/simple.txt.
>
> Cc: Peter Zijlstra <[email protected]>
> Signed-off-by: Akira Yokosawa <[email protected]>

Good catch, thank you! Queued for v5.12.

Thanx, Paul

> ---
> Hi Paul,
>
> This is relative to dev of -rcu.
>
> Thanks, Akira
> --
> tools/memory-model/Documentation/simple.txt | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/tools/memory-model/Documentation/simple.txt b/tools/memory-model/Documentation/simple.txt
> index 81e1a0ec5342..4c789ec8334f 100644
> --- a/tools/memory-model/Documentation/simple.txt
> +++ b/tools/memory-model/Documentation/simple.txt
> @@ -189,7 +189,6 @@ Additional information may be found in these files:
>
> Documentation/atomic_t.txt
> Documentation/atomic_bitops.txt
> -Documentation/core-api/atomic_ops.rst
> Documentation/core-api/refcount-vs-atomic.rst
>
> Reading code using these primitives is often also quite helpful.
> --
> 2.17.1
>