linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Documentation: fix invalid Documentation refs (2)
@ 2017-10-12 20:23 Tom Saeger
  2017-10-12 20:23 ` [PATCH 1/8] Documentation: fix locking rt-mutex doc refs Tom Saeger
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Tom Saeger @ 2017-10-12 20:23 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Tom Saeger, linux-doc, linux-kernel

Batch (2) set of simple document ref fixes.


Tom Saeger (8):
  Documentation: fix locking rt-mutex doc refs
  Documentation: fix ref to sphinx/kerneldoc.py
  Documentation: fix ref to workqueue content
  Documentation: fix ref to coccinelle content
  Documentation: fix ref to trace stm content
  Documentation: fix ref to power basic-pm-debugging
  Documentation: fix selftests related file refs
  Documentation: fix ref to gpio.txt

 Documentation/ABI/obsolete/sysfs-gpio                                   | 2 +-
 .../RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html     | 2 +-
 Documentation/doc-guide/kernel-doc.rst                                  | 2 +-
 Documentation/filesystems/dnotify.txt                                   | 2 +-
 Documentation/locking/rt-mutex-design.txt                               | 2 +-
 Documentation/pi-futex.txt                                              | 2 +-
 Documentation/power/interface.txt                                       | 2 +-
 Documentation/process/4.Coding.rst                                      | 2 +-
 Documentation/trace/intel_th.txt                                        | 2 +-
 Documentation/watchdog/hpwdt.txt                                        | 2 +-
 Documentation/watchdog/pcwd-watchdog.txt                                | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

-- 
2.14.2

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

* [PATCH 1/8] Documentation: fix locking rt-mutex doc refs
  2017-10-12 20:23 [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Tom Saeger
@ 2017-10-12 20:23 ` Tom Saeger
  2017-10-12 20:23 ` [PATCH 2/8] Documentation: fix ref to sphinx/kerneldoc.py Tom Saeger
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: Tom Saeger @ 2017-10-12 20:23 UTC (permalink / raw)
  To: Jonathan Corbet, Peter Zijlstra, Ingo Molnar, Thomas Gleixner
  Cc: Tom Saeger, linux-doc, linux-kernel

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 Documentation/locking/rt-mutex-design.txt | 2 +-
 Documentation/pi-futex.txt                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/locking/rt-mutex-design.txt b/Documentation/locking/rt-mutex-design.txt
index 6c6e8c2410de..3d7b865539cc 100644
--- a/Documentation/locking/rt-mutex-design.txt
+++ b/Documentation/locking/rt-mutex-design.txt
@@ -8,7 +8,7 @@ RT-mutex implementation design
 
 This document tries to describe the design of the rtmutex.c implementation.
 It doesn't describe the reasons why rtmutex.c exists. For that please see
-Documentation/rt-mutex.txt.  Although this document does explain problems
+Documentation/locking/rt-mutex.txt.  Although this document does explain problems
 that happen without this code, but that is in the concept to understand
 what the code actually is doing.
 
diff --git a/Documentation/pi-futex.txt b/Documentation/pi-futex.txt
index aafddbee7377..b154f6c0c36e 100644
--- a/Documentation/pi-futex.txt
+++ b/Documentation/pi-futex.txt
@@ -119,4 +119,4 @@ properties of futexes, and all four combinations are possible: futex,
 robust-futex, PI-futex, robust+PI-futex.
 
 More details about priority inheritance can be found in
-Documentation/rt-mutex.txt.
+Documentation/locking/rt-mutex.txt.
-- 
2.14.2

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

* [PATCH 2/8] Documentation: fix ref to sphinx/kerneldoc.py
  2017-10-12 20:23 [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Tom Saeger
  2017-10-12 20:23 ` [PATCH 1/8] Documentation: fix locking rt-mutex doc refs Tom Saeger
@ 2017-10-12 20:23 ` Tom Saeger
  2017-10-12 20:23 ` [PATCH 3/8] Documentation: fix ref to workqueue content Tom Saeger
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: Tom Saeger @ 2017-10-12 20:23 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Tom Saeger, Mauro Carvalho Chehab, linux-doc, linux-kernel

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 Documentation/doc-guide/kernel-doc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
index b24854b5d6be..0268335414ce 100644
--- a/Documentation/doc-guide/kernel-doc.rst
+++ b/Documentation/doc-guide/kernel-doc.rst
@@ -65,7 +65,7 @@ Without options, the kernel-doc directive includes all documentation comments
 from the source file.
 
 The kernel-doc extension is included in the kernel source tree, at
-``Documentation/sphinx/kernel-doc.py``. Internally, it uses the
+``Documentation/sphinx/kerneldoc.py``. Internally, it uses the
 ``scripts/kernel-doc`` script to extract the documentation comments from the
 source.
 
-- 
2.14.2

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

* [PATCH 3/8] Documentation: fix ref to workqueue content
  2017-10-12 20:23 [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Tom Saeger
  2017-10-12 20:23 ` [PATCH 1/8] Documentation: fix locking rt-mutex doc refs Tom Saeger
  2017-10-12 20:23 ` [PATCH 2/8] Documentation: fix ref to sphinx/kerneldoc.py Tom Saeger
@ 2017-10-12 20:23 ` Tom Saeger
  2017-10-13  8:03   ` Jani Nikula
  2017-10-12 20:23 ` [PATCH 4/8] Documentation: fix ref to coccinelle content Tom Saeger
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 15+ messages in thread
From: Tom Saeger @ 2017-10-12 20:23 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Tom Saeger, linux-doc, linux-kernel

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 .../RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html b/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html
index e5d0bbd0230b..7394f034be65 100644
--- a/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html
+++ b/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html
@@ -527,7 +527,7 @@ grace period also drove it to completion.
 This straightforward approach had the disadvantage of needing to
 account for POSIX signals sent to user tasks,
 so more recent implemementations use the Linux kernel's
-<a href="https://www.kernel.org/doc/Documentation/workqueue.txt">workqueues</a>.
+<a href="https://www.kernel.org/doc/Documentation/core-api/workqueue.rst">workqueues</a>.
 
 <p>
 The requesting task still does counter snapshotting and funnel-lock
-- 
2.14.2

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

* [PATCH 4/8] Documentation: fix ref to coccinelle content
  2017-10-12 20:23 [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Tom Saeger
                   ` (2 preceding siblings ...)
  2017-10-12 20:23 ` [PATCH 3/8] Documentation: fix ref to workqueue content Tom Saeger
@ 2017-10-12 20:23 ` Tom Saeger
  2017-10-12 20:23 ` [PATCH 5/8] Documentation: fix ref to trace stm content Tom Saeger
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: Tom Saeger @ 2017-10-12 20:23 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Tom Saeger, Jani Nikula, linux-doc, linux-kernel

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 Documentation/process/4.Coding.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/process/4.Coding.rst b/Documentation/process/4.Coding.rst
index 6df19943dd4d..26b106071364 100644
--- a/Documentation/process/4.Coding.rst
+++ b/Documentation/process/4.Coding.rst
@@ -307,7 +307,7 @@ variety of potential coding problems; it can also propose fixes for those
 problems.  Quite a few "semantic patches" for the kernel have been packaged
 under the scripts/coccinelle directory; running "make coccicheck" will run
 through those semantic patches and report on any problems found.  See
-Documentation/coccinelle.txt for more information.
+Documentation/dev-tools/coccinelle.rst for more information.
 
 Other kinds of portability errors are best found by compiling your code for
 other architectures.  If you do not happen to have an S/390 system or a
-- 
2.14.2

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

* [PATCH 5/8] Documentation: fix ref to trace stm content
  2017-10-12 20:23 [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Tom Saeger
                   ` (3 preceding siblings ...)
  2017-10-12 20:23 ` [PATCH 4/8] Documentation: fix ref to coccinelle content Tom Saeger
@ 2017-10-12 20:23 ` Tom Saeger
  2017-10-12 20:24 ` [PATCH 6/8] Documentation: fix ref to power basic-pm-debugging Tom Saeger
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 15+ messages in thread
From: Tom Saeger @ 2017-10-12 20:23 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Tom Saeger, linux-doc, linux-kernel

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 Documentation/trace/intel_th.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/trace/intel_th.txt b/Documentation/trace/intel_th.txt
index f92070e7dde0..7a57165c2492 100644
--- a/Documentation/trace/intel_th.txt
+++ b/Documentation/trace/intel_th.txt
@@ -37,7 +37,7 @@ description is at Documentation/ABI/testing/sysfs-bus-intel_th-devices-gth.
 
 STH registers an stm class device, through which it provides interface
 to userspace and kernelspace software trace sources. See
-Documentation/tracing/stm.txt for more information on that.
+Documentation/trace/stm.txt for more information on that.
 
 MSU can be configured to collect trace data into a system memory
 buffer, which can later on be read from its device nodes via read() or
-- 
2.14.2

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

* [PATCH 6/8] Documentation: fix ref to power basic-pm-debugging
  2017-10-12 20:23 [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Tom Saeger
                   ` (4 preceding siblings ...)
  2017-10-12 20:23 ` [PATCH 5/8] Documentation: fix ref to trace stm content Tom Saeger
@ 2017-10-12 20:24 ` Tom Saeger
  2017-10-12 20:46   ` Rafael J. Wysocki
  2017-10-12 20:24 ` [PATCH 7/8] Documentation: fix selftests related file refs Tom Saeger
                   ` (2 subsequent siblings)
  8 siblings, 1 reply; 15+ messages in thread
From: Tom Saeger @ 2017-10-12 20:24 UTC (permalink / raw)
  To: Jonathan Corbet, Rafael J. Wysocki
  Cc: Tom Saeger, linux-doc, linux-pm, linux-kernel

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 Documentation/power/interface.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/power/interface.txt b/Documentation/power/interface.txt
index 7dc75f48e8bd..27df7f98668a 100644
--- a/Documentation/power/interface.txt
+++ b/Documentation/power/interface.txt
@@ -43,7 +43,7 @@ The currently selected option is printed in square brackets.
 The 'platform' option is only available if the platform provides a special
 mechanism to put the system to sleep after creating a hibernation image (ACPI
 does that, for example).  The 'suspend' option is available if Suspend-to-RAM
-is supported.  Refer to Documentation/power/basic_pm_debugging.txt for the
+is supported.  Refer to Documentation/power/basic-pm-debugging.txt for the
 description of the 'test_resume' option.
 
 To select an option, write the string representing it to /sys/power/disk.
-- 
2.14.2

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

* [PATCH 7/8] Documentation: fix selftests related file refs
  2017-10-12 20:23 [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Tom Saeger
                   ` (5 preceding siblings ...)
  2017-10-12 20:24 ` [PATCH 6/8] Documentation: fix ref to power basic-pm-debugging Tom Saeger
@ 2017-10-12 20:24 ` Tom Saeger
  2017-10-20 16:53   ` Jerry Hoemann
  2017-10-22 16:23   ` [7/8] " Guenter Roeck
  2017-10-12 20:24 ` [PATCH 8/8] Documentation: fix ref to gpio.txt Tom Saeger
  2017-10-19 18:59 ` [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Jonathan Corbet
  8 siblings, 2 replies; 15+ messages in thread
From: Tom Saeger @ 2017-10-12 20:24 UTC (permalink / raw)
  To: Jonathan Corbet, Jan Kara, Amir Goldstein, Jimmy Vance,
	Wim Van Sebroeck, Guenter Roeck
  Cc: Tom Saeger, linux-doc, linux-fsdevel, linux-watchdog,
	linux-kernel

Make refs to selftests files valid including:
  - watchdog-test.c
  - dnotify_test.c

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 Documentation/filesystems/dnotify.txt    | 2 +-
 Documentation/watchdog/hpwdt.txt         | 2 +-
 Documentation/watchdog/pcwd-watchdog.txt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/filesystems/dnotify.txt b/Documentation/filesystems/dnotify.txt
index 6baf88f46859..15156883d321 100644
--- a/Documentation/filesystems/dnotify.txt
+++ b/Documentation/filesystems/dnotify.txt
@@ -62,7 +62,7 @@ disabled, fcntl(fd, F_NOTIFY, ...) will return -EINVAL.
 
 Example
 -------
-See Documentation/filesystems/dnotify_test.c for an example.
+See tools/testing/selftests/filesystems/dnotify_test.c for an example.
 
 NOTE
 ----
diff --git a/Documentation/watchdog/hpwdt.txt b/Documentation/watchdog/hpwdt.txt
index 7a9f635d0258..6d866c537127 100644
--- a/Documentation/watchdog/hpwdt.txt
+++ b/Documentation/watchdog/hpwdt.txt
@@ -15,7 +15,7 @@ Last reviewed: 05/20/2016
 
  Watchdog functionality is enabled like any other common watchdog driver. That
  is, an application needs to be started that kicks off the watchdog timer. A
- basic application exists in the Documentation/watchdog/src directory called
+ basic application exists in tools/testing/selftests/watchdog/ named
  watchdog-test.c. Simply compile the C file and kick it off. If the system
  gets into a bad state and hangs, the HPE ProLiant iLO timer register will
  not be updated in a timely fashion and a hardware system reset (also known as
diff --git a/Documentation/watchdog/pcwd-watchdog.txt b/Documentation/watchdog/pcwd-watchdog.txt
index 4f68052395c0..b8e60a441a43 100644
--- a/Documentation/watchdog/pcwd-watchdog.txt
+++ b/Documentation/watchdog/pcwd-watchdog.txt
@@ -25,7 +25,7 @@ Last reviewed: 10/05/2007
 
  If you want to write a program to be compatible with the PC Watchdog
  driver, simply use of modify the watchdog test program:
- Documentation/watchdog/src/watchdog-test.c
+ tools/testing/selftests/watchdog/watchdog-test.c
 
 
  Other IOCTL functions include:
-- 
2.14.2

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

* [PATCH 8/8] Documentation: fix ref to gpio.txt
  2017-10-12 20:23 [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Tom Saeger
                   ` (6 preceding siblings ...)
  2017-10-12 20:24 ` [PATCH 7/8] Documentation: fix selftests related file refs Tom Saeger
@ 2017-10-12 20:24 ` Tom Saeger
  2017-10-16 12:03   ` Linus Walleij
  2017-10-19 18:59 ` [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Jonathan Corbet
  8 siblings, 1 reply; 15+ messages in thread
From: Tom Saeger @ 2017-10-12 20:24 UTC (permalink / raw)
  To: Jonathan Corbet, Linus Walleij
  Cc: Tom Saeger, linux-doc, linux-gpio, linux-kernel

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
---
 Documentation/ABI/obsolete/sysfs-gpio | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/obsolete/sysfs-gpio b/Documentation/ABI/obsolete/sysfs-gpio
index 867c1fab20e2..32513dc2eec9 100644
--- a/Documentation/ABI/obsolete/sysfs-gpio
+++ b/Documentation/ABI/obsolete/sysfs-gpio
@@ -11,7 +11,7 @@ Description:
   Kernel code may export it for complete or partial access.
 
   GPIOs are identified as they are inside the kernel, using integers in
-  the range 0..INT_MAX.  See Documentation/gpio.txt for more information.
+  the range 0..INT_MAX.  See Documentation/gpio/gpio.txt for more information.
 
     /sys/class/gpio
 	/export ... asks the kernel to export a GPIO to userspace
-- 
2.14.2

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

* Re: [PATCH 6/8] Documentation: fix ref to power basic-pm-debugging
  2017-10-12 20:24 ` [PATCH 6/8] Documentation: fix ref to power basic-pm-debugging Tom Saeger
@ 2017-10-12 20:46   ` Rafael J. Wysocki
  0 siblings, 0 replies; 15+ messages in thread
From: Rafael J. Wysocki @ 2017-10-12 20:46 UTC (permalink / raw)
  To: Tom Saeger
  Cc: Jonathan Corbet, Rafael J. Wysocki, open list:DOCUMENTATION,
	Linux PM, Linux Kernel Mailing List

On Thu, Oct 12, 2017 at 10:24 PM, Tom Saeger <tom.saeger@oracle.com> wrote:
> Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
> ---
>  Documentation/power/interface.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/power/interface.txt b/Documentation/power/interface.txt
> index 7dc75f48e8bd..27df7f98668a 100644
> --- a/Documentation/power/interface.txt
> +++ b/Documentation/power/interface.txt
> @@ -43,7 +43,7 @@ The currently selected option is printed in square brackets.
>  The 'platform' option is only available if the platform provides a special
>  mechanism to put the system to sleep after creating a hibernation image (ACPI
>  does that, for example).  The 'suspend' option is available if Suspend-to-RAM
> -is supported.  Refer to Documentation/power/basic_pm_debugging.txt for the
> +is supported.  Refer to Documentation/power/basic-pm-debugging.txt for the
>  description of the 'test_resume' option.
>
>  To select an option, write the string representing it to /sys/power/disk.
> --

Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

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

* Re: [PATCH 3/8] Documentation: fix ref to workqueue content
  2017-10-12 20:23 ` [PATCH 3/8] Documentation: fix ref to workqueue content Tom Saeger
@ 2017-10-13  8:03   ` Jani Nikula
  0 siblings, 0 replies; 15+ messages in thread
From: Jani Nikula @ 2017-10-13  8:03 UTC (permalink / raw)
  To: Tom Saeger, Jonathan Corbet; +Cc: Tom Saeger, linux-doc, linux-kernel

On Thu, 12 Oct 2017, Tom Saeger <tom.saeger@oracle.com> wrote:
> Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
> ---
>  .../RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html     | 2 +-

Someone(tm) should convert the last three html files to rst one of these
days!

In the mean time, I guess this is good enough.

BR,
Jani.

>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html b/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html
> index e5d0bbd0230b..7394f034be65 100644
> --- a/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html
> +++ b/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html
> @@ -527,7 +527,7 @@ grace period also drove it to completion.
>  This straightforward approach had the disadvantage of needing to
>  account for POSIX signals sent to user tasks,
>  so more recent implemementations use the Linux kernel's
> -<a href="https://www.kernel.org/doc/Documentation/workqueue.txt">workqueues</a>.
> +<a href="https://www.kernel.org/doc/Documentation/core-api/workqueue.rst">workqueues</a>.
>  
>  <p>
>  The requesting task still does counter snapshotting and funnel-lock

-- 
Jani Nikula, Intel Open Source Technology Center

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

* Re: [PATCH 8/8] Documentation: fix ref to gpio.txt
  2017-10-12 20:24 ` [PATCH 8/8] Documentation: fix ref to gpio.txt Tom Saeger
@ 2017-10-16 12:03   ` Linus Walleij
  0 siblings, 0 replies; 15+ messages in thread
From: Linus Walleij @ 2017-10-16 12:03 UTC (permalink / raw)
  To: Tom Saeger
  Cc: Jonathan Corbet, linux-doc@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org

On Thu, Oct 12, 2017 at 10:24 PM, Tom Saeger <tom.saeger@oracle.com> wrote:

> Signed-off-by: Tom Saeger <tom.saeger@oracle.com>

Patch applied.

Yours,
Linus Walleij

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

* Re: [PATCH 0/8] Documentation: fix invalid Documentation refs (2)
  2017-10-12 20:23 [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Tom Saeger
                   ` (7 preceding siblings ...)
  2017-10-12 20:24 ` [PATCH 8/8] Documentation: fix ref to gpio.txt Tom Saeger
@ 2017-10-19 18:59 ` Jonathan Corbet
  8 siblings, 0 replies; 15+ messages in thread
From: Jonathan Corbet @ 2017-10-19 18:59 UTC (permalink / raw)
  To: Tom Saeger; +Cc: linux-doc, linux-kernel

On Thu, 12 Oct 2017 15:23:26 -0500
Tom Saeger <tom.saeger@oracle.com> wrote:

> Batch (2) set of simple document ref fixes.
> 
> 
> Tom Saeger (8):
>   Documentation: fix locking rt-mutex doc refs
>   Documentation: fix ref to sphinx/kerneldoc.py
>   Documentation: fix ref to workqueue content
>   Documentation: fix ref to coccinelle content
>   Documentation: fix ref to trace stm content
>   Documentation: fix ref to power basic-pm-debugging
>   Documentation: fix selftests related file refs
>   Documentation: fix ref to gpio.txt

I've applied the set (except 8/8, which Linus W. already grabbed).

Thanks,

jon

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

* Re: [PATCH 7/8] Documentation: fix selftests related file refs
  2017-10-12 20:24 ` [PATCH 7/8] Documentation: fix selftests related file refs Tom Saeger
@ 2017-10-20 16:53   ` Jerry Hoemann
  2017-10-22 16:23   ` [7/8] " Guenter Roeck
  1 sibling, 0 replies; 15+ messages in thread
From: Jerry Hoemann @ 2017-10-20 16:53 UTC (permalink / raw)
  To: Tom Saeger
  Cc: Jonathan Corbet, Jan Kara, Amir Goldstein, Jimmy Vance,
	Wim Van Sebroeck, Guenter Roeck, linux-doc, linux-fsdevel,
	linux-watchdog, linux-kernel

On Thu, Oct 12, 2017 at 03:24:10PM -0500, Tom Saeger wrote:
> Make refs to selftests files valid including:
>   - watchdog-test.c
>   - dnotify_test.c
> 
> Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
> ---
>  Documentation/filesystems/dnotify.txt    | 2 +-
>  Documentation/watchdog/hpwdt.txt         | 2 +-
>  Documentation/watchdog/pcwd-watchdog.txt | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/filesystems/dnotify.txt b/Documentation/filesystems/dnotify.txt
> index 6baf88f46859..15156883d321 100644
> --- a/Documentation/filesystems/dnotify.txt
> +++ b/Documentation/filesystems/dnotify.txt
> @@ -62,7 +62,7 @@ disabled, fcntl(fd, F_NOTIFY, ...) will return -EINVAL.
>  
>  Example
>  -------
> -See Documentation/filesystems/dnotify_test.c for an example.
> +See tools/testing/selftests/filesystems/dnotify_test.c for an example.
>  
>  NOTE
>  ----
> diff --git a/Documentation/watchdog/hpwdt.txt b/Documentation/watchdog/hpwdt.txt
> index 7a9f635d0258..6d866c537127 100644
> --- a/Documentation/watchdog/hpwdt.txt
> +++ b/Documentation/watchdog/hpwdt.txt
> @@ -15,7 +15,7 @@ Last reviewed: 05/20/2016
>  
>   Watchdog functionality is enabled like any other common watchdog driver. That
>   is, an application needs to be started that kicks off the watchdog timer. A
> - basic application exists in the Documentation/watchdog/src directory called
> + basic application exists in tools/testing/selftests/watchdog/ named
>   watchdog-test.c. Simply compile the C file and kick it off. If the system
>   gets into a bad state and hangs, the HPE ProLiant iLO timer register will
>   not be updated in a timely fashion and a hardware system reset (also known as

Taking over hpwdt for Jimmy Vance.

Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com>


> diff --git a/Documentation/watchdog/pcwd-watchdog.txt b/Documentation/watchdog/pcwd-watchdog.txt
> index 4f68052395c0..b8e60a441a43 100644
> --- a/Documentation/watchdog/pcwd-watchdog.txt
> +++ b/Documentation/watchdog/pcwd-watchdog.txt
> @@ -25,7 +25,7 @@ Last reviewed: 10/05/2007
>  
>   If you want to write a program to be compatible with the PC Watchdog
>   driver, simply use of modify the watchdog test program:
> - Documentation/watchdog/src/watchdog-test.c
> + tools/testing/selftests/watchdog/watchdog-test.c
>  
>  
>   Other IOCTL functions include:
> -- 
> 2.14.2
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 

-----------------------------------------------------------------------------
Jerry Hoemann                  Software Engineer   Hewlett Packard Enterprise
-----------------------------------------------------------------------------

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

* Re: [7/8] Documentation: fix selftests related file refs
  2017-10-12 20:24 ` [PATCH 7/8] Documentation: fix selftests related file refs Tom Saeger
  2017-10-20 16:53   ` Jerry Hoemann
@ 2017-10-22 16:23   ` Guenter Roeck
  1 sibling, 0 replies; 15+ messages in thread
From: Guenter Roeck @ 2017-10-22 16:23 UTC (permalink / raw)
  To: Tom Saeger
  Cc: Jonathan Corbet, Jan Kara, Amir Goldstein, Jimmy Vance,
	Wim Van Sebroeck, linux-doc, linux-fsdevel, linux-watchdog,
	linux-kernel

On Thu, Oct 12, 2017 at 03:24:10PM -0500, Tom Saeger wrote:
> Make refs to selftests files valid including:
>   - watchdog-test.c
>   - dnotify_test.c
> 
> Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
> Signed-off-by: Jerry Hoemann <jerry.hoemann@hpe.com>

That should have been a Reviewed-by: for the hpwdt code.

Otherwise

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  Documentation/filesystems/dnotify.txt    | 2 +-
>  Documentation/watchdog/hpwdt.txt         | 2 +-
>  Documentation/watchdog/pcwd-watchdog.txt | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/filesystems/dnotify.txt b/Documentation/filesystems/dnotify.txt
> index 6baf88f46859..15156883d321 100644
> --- a/Documentation/filesystems/dnotify.txt
> +++ b/Documentation/filesystems/dnotify.txt
> @@ -62,7 +62,7 @@ disabled, fcntl(fd, F_NOTIFY, ...) will return -EINVAL.
>  
>  Example
>  -------
> -See Documentation/filesystems/dnotify_test.c for an example.
> +See tools/testing/selftests/filesystems/dnotify_test.c for an example.
>  
>  NOTE
>  ----
> diff --git a/Documentation/watchdog/hpwdt.txt b/Documentation/watchdog/hpwdt.txt
> index 7a9f635d0258..6d866c537127 100644
> --- a/Documentation/watchdog/hpwdt.txt
> +++ b/Documentation/watchdog/hpwdt.txt
> @@ -15,7 +15,7 @@ Last reviewed: 05/20/2016
>  
>   Watchdog functionality is enabled like any other common watchdog driver. That
>   is, an application needs to be started that kicks off the watchdog timer. A
> - basic application exists in the Documentation/watchdog/src directory called
> + basic application exists in tools/testing/selftests/watchdog/ named
>   watchdog-test.c. Simply compile the C file and kick it off. If the system
>   gets into a bad state and hangs, the HPE ProLiant iLO timer register will
>   not be updated in a timely fashion and a hardware system reset (also known as
> diff --git a/Documentation/watchdog/pcwd-watchdog.txt b/Documentation/watchdog/pcwd-watchdog.txt
> index 4f68052395c0..b8e60a441a43 100644
> --- a/Documentation/watchdog/pcwd-watchdog.txt
> +++ b/Documentation/watchdog/pcwd-watchdog.txt
> @@ -25,7 +25,7 @@ Last reviewed: 10/05/2007
>  
>   If you want to write a program to be compatible with the PC Watchdog
>   driver, simply use of modify the watchdog test program:
> - Documentation/watchdog/src/watchdog-test.c
> + tools/testing/selftests/watchdog/watchdog-test.c
>  
>  
>   Other IOCTL functions include:

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

end of thread, other threads:[~2017-10-22 16:23 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-12 20:23 [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Tom Saeger
2017-10-12 20:23 ` [PATCH 1/8] Documentation: fix locking rt-mutex doc refs Tom Saeger
2017-10-12 20:23 ` [PATCH 2/8] Documentation: fix ref to sphinx/kerneldoc.py Tom Saeger
2017-10-12 20:23 ` [PATCH 3/8] Documentation: fix ref to workqueue content Tom Saeger
2017-10-13  8:03   ` Jani Nikula
2017-10-12 20:23 ` [PATCH 4/8] Documentation: fix ref to coccinelle content Tom Saeger
2017-10-12 20:23 ` [PATCH 5/8] Documentation: fix ref to trace stm content Tom Saeger
2017-10-12 20:24 ` [PATCH 6/8] Documentation: fix ref to power basic-pm-debugging Tom Saeger
2017-10-12 20:46   ` Rafael J. Wysocki
2017-10-12 20:24 ` [PATCH 7/8] Documentation: fix selftests related file refs Tom Saeger
2017-10-20 16:53   ` Jerry Hoemann
2017-10-22 16:23   ` [7/8] " Guenter Roeck
2017-10-12 20:24 ` [PATCH 8/8] Documentation: fix ref to gpio.txt Tom Saeger
2017-10-16 12:03   ` Linus Walleij
2017-10-19 18:59 ` [PATCH 0/8] Documentation: fix invalid Documentation refs (2) Jonathan Corbet

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