mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Documentation/core-api: Update events_freezable_power references.
@ 2024-04-03 18:00 Audra Mitchell
  2024-04-03 18:45 ` Tejun Heo
  2024-04-03 20:27 ` Randy Dunlap
  0 siblings, 2 replies; 3+ messages in thread
From: Audra Mitchell @ 2024-04-03 18:00 UTC (permalink / raw)
  To: corbet; +Cc: tj, jiangshanlai, linux-doc, linux-kernel, raquini, rdunlap, aros

Due to commit 8318d6a6362f ("workqueue: Shorten
events_freezable_power_efficient name") we now have some stale
references in the workqeueue documentation, so updating those
references accordingly.

Signed-off-by: Audra Mitchell <audra@redhat.com>
---
 Documentation/core-api/workqueue.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/core-api/workqueue.rst b/Documentation/core-api/workqueue.rst
index ed73c612174d..bcc370c876be 100644
--- a/Documentation/core-api/workqueue.rst
+++ b/Documentation/core-api/workqueue.rst
@@ -671,7 +671,7 @@ configuration, worker pools and how workqueues map to the pools: ::
   events_unbound           unbound  9  9 10 10  8
   events_freezable         percpu   0  2  4  6
   events_power_efficient   percpu   0  2  4  6
-  events_freezable_power_  percpu   0  2  4  6
+  events_freezable_pwr_ef  percpu   0  2  4  6
   rcu_gp                   percpu   0  2  4  6
   rcu_par_gp               percpu   0  2  4  6
   slub_flushwq             percpu   0  2  4  6
@@ -694,7 +694,7 @@ Use tools/workqueue/wq_monitor.py to monitor workqueue operations: ::
   events_unbound              38306     0      0.1       -       7       -       -
   events_freezable                0     0      0.0       0       0       -       -
   events_power_efficient      29598     0      0.2       0       0       -       -
-  events_freezable_power_        10     0      0.0       0       0       -       -
+  events_freezable_pwr_ef        10     0      0.0       0       0       -       -
   sock_diag_events                0     0      0.0       0       0       -       -
 
                               total  infl  CPUtime  CPUhog CMW/RPR  mayday rescued
@@ -704,7 +704,7 @@ Use tools/workqueue/wq_monitor.py to monitor workqueue operations: ::
   events_unbound              38322     0      0.1       -       7       -       -
   events_freezable                0     0      0.0       0       0       -       -
   events_power_efficient      29603     0      0.2       0       0       -       -
-  events_freezable_power_        10     0      0.0       0       0       -       -
+  events_freezable_pwr_ef        10     0      0.0       0       0       -       -
   sock_diag_events                0     0      0.0       0       0       -       -
 
   ...
-- 
2.44.0


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

* Re: [PATCH] Documentation/core-api: Update events_freezable_power references.
  2024-04-03 18:00 [PATCH] Documentation/core-api: Update events_freezable_power references Audra Mitchell
@ 2024-04-03 18:45 ` Tejun Heo
  2024-04-03 20:27 ` Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2024-04-03 18:45 UTC (permalink / raw)
  To: Audra Mitchell
  Cc: corbet, jiangshanlai, linux-doc, linux-kernel, raquini, rdunlap, aros

On Wed, Apr 03, 2024 at 02:00:22PM -0400, Audra Mitchell wrote:
> Due to commit 8318d6a6362f ("workqueue: Shorten
> events_freezable_power_efficient name") we now have some stale
> references in the workqeueue documentation, so updating those
> references accordingly.
> 
> Signed-off-by: Audra Mitchell <audra@redhat.com>

Applied to wq/for-6.9-fixes.

Thanks.

-- 
tejun

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

* Re: [PATCH] Documentation/core-api: Update events_freezable_power references.
  2024-04-03 18:00 [PATCH] Documentation/core-api: Update events_freezable_power references Audra Mitchell
  2024-04-03 18:45 ` Tejun Heo
@ 2024-04-03 20:27 ` Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2024-04-03 20:27 UTC (permalink / raw)
  To: Audra Mitchell, corbet
  Cc: tj, jiangshanlai, linux-doc, linux-kernel, raquini, aros



On 4/3/24 11:00 AM, Audra Mitchell wrote:
> Due to commit 8318d6a6362f ("workqueue: Shorten
> events_freezable_power_efficient name") we now have some stale
> references in the workqeueue documentation, so updating those
> references accordingly.
> 
> Signed-off-by: Audra Mitchell <audra@redhat.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/core-api/workqueue.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/core-api/workqueue.rst b/Documentation/core-api/workqueue.rst
> index ed73c612174d..bcc370c876be 100644
> --- a/Documentation/core-api/workqueue.rst
> +++ b/Documentation/core-api/workqueue.rst
> @@ -671,7 +671,7 @@ configuration, worker pools and how workqueues map to the pools: ::
>    events_unbound           unbound  9  9 10 10  8
>    events_freezable         percpu   0  2  4  6
>    events_power_efficient   percpu   0  2  4  6
> -  events_freezable_power_  percpu   0  2  4  6
> +  events_freezable_pwr_ef  percpu   0  2  4  6
>    rcu_gp                   percpu   0  2  4  6
>    rcu_par_gp               percpu   0  2  4  6
>    slub_flushwq             percpu   0  2  4  6
> @@ -694,7 +694,7 @@ Use tools/workqueue/wq_monitor.py to monitor workqueue operations: ::
>    events_unbound              38306     0      0.1       -       7       -       -
>    events_freezable                0     0      0.0       0       0       -       -
>    events_power_efficient      29598     0      0.2       0       0       -       -
> -  events_freezable_power_        10     0      0.0       0       0       -       -
> +  events_freezable_pwr_ef        10     0      0.0       0       0       -       -
>    sock_diag_events                0     0      0.0       0       0       -       -
>  
>                                total  infl  CPUtime  CPUhog CMW/RPR  mayday rescued
> @@ -704,7 +704,7 @@ Use tools/workqueue/wq_monitor.py to monitor workqueue operations: ::
>    events_unbound              38322     0      0.1       -       7       -       -
>    events_freezable                0     0      0.0       0       0       -       -
>    events_power_efficient      29603     0      0.2       0       0       -       -
> -  events_freezable_power_        10     0      0.0       0       0       -       -
> +  events_freezable_pwr_ef        10     0      0.0       0       0       -       -
>    sock_diag_events                0     0      0.0       0       0       -       -
>  
>    ...

-- 
#Randy

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

end of thread, other threads:[~2024-04-03 20:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-03 18:00 [PATCH] Documentation/core-api: Update events_freezable_power references Audra Mitchell
2024-04-03 18:45 ` Tejun Heo
2024-04-03 20:27 ` Randy Dunlap

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

all inboxes | Powered by JetHome®