public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the workqueues tree
@ 2024-01-30  2:37 Stephen Rothwell
  2024-04-21 23:48 ` Stephen Rothwell
  0 siblings, 1 reply; 16+ messages in thread
From: Stephen Rothwell @ 2024-01-30  2:37 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

Hi all,

After merging the workqueues tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/core-api/workqueue:761: include/linux/workqueue.h:476: WARNING: Inline literal start-string without end-string.

Introduced by commit

  5797b1c18919 ("workqueue: Implement system-wide nr_active enforcement for unbound workqueues")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* linux-next: build warning after merge of the workqueues tree
@ 2024-08-21  3:45 Stephen Rothwell
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Rothwell @ 2024-08-21  3:45 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Matthew Brost, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

Hi all,

After merging the workqueues tree, today's linux-next build (htmldocs)
produced this warning:

include/linux/workqueue.h:547: warning: Excess function parameter '...' description in 'alloc_ordered_workqueue_lockdep_map'

Presumably introduced by commit

  9b59a85a84dc ("workqueue: Don't call va_start / va_end twice")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* linux-next: build warning after merge of the workqueues tree
@ 2024-08-14  4:18 Stephen Rothwell
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Rothwell @ 2024-08-14  4:18 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Matthew Brost, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

Hi all,

After merging the workqueues tree, today's linux-next build (htmldocs)
produced this warning:

include/linux/workqueue.h:549: warning: Excess function parameter 'args' description in 'alloc_ordered_workqueue_lockdep_map'

Introduced by commit

  ec0a7d44b358 ("workqueue: Add interface for user-defined workqueue lockdep map")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* linux-next: build warning after merge of the workqueues tree
@ 2024-02-16  3:00 Stephen Rothwell
  2024-02-16  4:46 ` Tejun Heo
  0 siblings, 1 reply; 16+ messages in thread
From: Stephen Rothwell @ 2024-02-16  3:00 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 476 bytes --]

Hi all,

After merging the workqueues tree, today's linux-next build (x86_64
allnoconfig) produced this warning:

WARNING: unmet direct dependencies detected for IRQ_WORK
  Depends on [n]: SMP [=n]
  Selected by [y]:
  - PRINTK [=y]
  - PERF_EVENTS [=y] && HAVE_PERF_EVENTS [=y]

Other allnoconfig builds produced similar warnings.

Introduced by commit

  9d6efa8d0dd0 ("workqueue, irq_work: Build fix for !CONFIG_IRQ_WORK")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* linux-next: build warning after merge of the workqueues tree
@ 2024-02-09  3:24 Stephen Rothwell
  2024-02-09  3:45 ` Waiman Long
  0 siblings, 1 reply; 16+ messages in thread
From: Stephen Rothwell @ 2024-02-09  3:24 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Waiman Long, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 474 bytes --]

Hi all,

After merging the workqueues tree, today's linux-next build (htmldocs)
produced this warning:

Documentation/core-api/workqueue:778: kernel/workqueue.c:1801: WARNING: Line block ends without a blank line.
Documentation/core-api/workqueue:778: kernel/workqueue.c:1804: WARNING: Line block ends without a blank line.

Introduced by commit

  4c065dbce1e8 ("workqueue: Enable unbound cpumask update on ordered workqueues")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* linux-next: build warning after merge of the workqueues tree
@ 2023-01-13  3:31 Stephen Rothwell
  2023-01-13 16:31 ` Tejun Heo
  0 siblings, 1 reply; 16+ messages in thread
From: Stephen Rothwell @ 2023-01-13  3:31 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Valentin Schneider, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

Hi all,

After merging the workqueues tree, today's linux-next build (x86_64
allnoconfig and several others) produced this warning:

kernel/workqueue.c:1993:13: warning: 'rebind_worker' defined but not used [-Wunused-function]
 1993 | static void rebind_worker(struct worker *worker, struct worker_pool *pool)
      |             ^~~~~~~~~~~~~

Introduced by commit

  793777bc193b ("workqueue: Factorize unbind/rebind_workers() logic")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread
* linux-next: build warning after merge of the workqueues tree
@ 2013-03-19  3:58 Stephen Rothwell
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Rothwell @ 2013-03-19  3:58 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 435 bytes --]

Hi Tejun,

After merging the workqueues tree, today's linux-next build (powerpc
allnoconfig) produced this warning:

kernel/workqueue.c:260:13: warning: 'workqueue_freezing' defined but not used [-Wunused-variable]

Introduced by commit 699ce097efe8 ("workqueue: implement and use
pwq_adjust_max_active()").  This build does not have CONFIG_FREEZER set.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2024-08-21  3:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-30  2:37 linux-next: build warning after merge of the workqueues tree Stephen Rothwell
2024-04-21 23:48 ` Stephen Rothwell
2024-04-22 19:59   ` Tejun Heo
2024-04-22 20:13   ` Tejun Heo
  -- strict thread matches above, loose matches on Subject: below --
2024-08-21  3:45 Stephen Rothwell
2024-08-14  4:18 Stephen Rothwell
2024-02-16  3:00 Stephen Rothwell
2024-02-16  4:46 ` Tejun Heo
2024-02-09  3:24 Stephen Rothwell
2024-02-09  3:45 ` Waiman Long
2023-01-13  3:31 Stephen Rothwell
2023-01-13 16:31 ` Tejun Heo
2023-01-13 16:47   ` Valentin Schneider
2023-01-13 16:48     ` Valentin Schneider
2023-01-13 17:16       ` Tejun Heo
2013-03-19  3:58 Stephen Rothwell

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