public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warnings after merge of Linus' tree
@ 2025-11-13  1:55 Stephen Rothwell
  2025-11-13  8:16 ` Mauro Carvalho Chehab
  2025-11-13  8:49 ` Michael S. Tsirkin
  0 siblings, 2 replies; 18+ messages in thread
From: Stephen Rothwell @ 2025-11-13  1:55 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Mauro Carvalho Chehab, Jason Wang, Michael S. Tsirkin,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

Today's linux-next build (htmldocs) produced these warnings:

WARNING: /home/sfr/kernels/next/next/include/linux/virtio_config.h:174 duplicate section name 'Return'
WARNING: /home/sfr/kernels/next/next/include/linux/virtio_config.h:184 duplicate section name 'Return'
WARNING: /home/sfr/kernels/next/next/include/linux/virtio_config.h:190 duplicate section name 'Return'

Introduced by commit

  bee8c7c24b73 ("virtio: introduce map ops in virtio core")

but is probably a bug in our scripts as those lines above have "Returns:"
in them, not "Return:".

These have turned up now since a bug was fixed that was repressing a
lot of warnings.

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: linux-next: build warnings after merge of Linus' tree
@ 2025-04-07  8:59 Venkat
  2025-04-07  9:47 ` Venkat Rao Bagalkote
  0 siblings, 1 reply; 18+ messages in thread
From: Venkat @ 2025-04-07  8:59 UTC (permalink / raw)
  To: peterz
  Cc: linux-kernel, linux-next, mathieu.desnoyers, rdunlap,
	Stephen Rothwell

On IBM Power9 only below warning is observed. 

WARNING: modpost: missing MODULE_DESCRIPTION() in lib/tests/slub_kunit.o

I have tested the patch and the above reported warning is fixed. Please add below tag.


Tested-by: Venkat Rao Bagalkote <venkat88@linux.ibm.com>

Regards,
Venkat.



^ permalink raw reply	[flat|nested] 18+ messages in thread
* linux-next: build warnings after merge of Linus' tree
@ 2025-04-06 22:48 Stephen Rothwell
  0 siblings, 0 replies; 18+ messages in thread
From: Stephen Rothwell @ 2025-04-06 22:48 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Jeff Johnson, Linus Torvalds, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

After merging Linus' tree, today's linux-next build (x86_64
allmodconfig) produced these warnings:

WARNING: modpost: missing MODULE_DESCRIPTION() in mm/kasan/kasan_test.o
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/tests/slub_kunit.o

Introduced by commits

  6c6c1fc09de3 ("modpost: require a MODULE_DESCRIPTION()")
  6f110a5e4f99 ("Disable SLUB_TINY for build testing")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 18+ messages in thread
* linux-next: build warnings after merge of Linus' tree
@ 2023-05-08  4:49 Stephen Rothwell
  2023-05-08  4:52 ` Randy Dunlap
  0 siblings, 1 reply; 18+ messages in thread
From: Stephen Rothwell @ 2023-05-08  4:49 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: Mathieu Desnoyers, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

While building Linus' tree, today's linux-next build (htmldocs)
produced these warnings:

kernel/sched/core.c:11496: warning: Cannot understand  * @cid_lock: Guarantee forward-progress of cid allocation.
 on line 11496 - I thought it was a doc line
kernel/sched/core.c:11505: warning: Cannot understand  * @use_cid_lock: Select cid allocation behavior: lock-free vs spinlock.
 on line 11505 - I thought it was a doc line

Introduced by commit

  223baf9d17f2 ("sched: Fix performance regression introduced by mm_cid")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 18+ messages in thread
* linux-next: build warnings after merge of Linus' tree
@ 2021-03-29  9:04 Stephen Rothwell
  2021-04-21  6:23 ` Stephen Rothwell
  0 siblings, 1 reply; 18+ messages in thread
From: Stephen Rothwell @ 2021-03-29  9:04 UTC (permalink / raw)
  To: Rob Herring
  Cc: Mauro Carvalho Chehab, Jonathan Corbet, Greg Kroah-Hartman,
	Grant Likely, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

After merging Linus' tree, today's linux-next build (htmldocs) produced
these warnings:

include/linux/of.h:1211: warning: Function parameter or member 'output' not described in 'of_property_read_string_index'
include/linux/of.h:1211: warning: Excess function parameter 'out_string' description in 'of_property_read_string_index'

Introduced by commit

  a87fa1d81a9f ("of: Fix overflow bug in string property parsing functions")

include/linux/of.h:1480: warning: cannot understand function prototype: 'enum of_overlay_notify_action '

Introduced by commit

  39a842e22c1b ("of/overlay: add of overlay notifications")

I assume that these warnings have turned up now due to better(?) tooling.

-- 
Cheers,
Stephen Rothwell

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

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

end of thread, other threads:[~2025-11-13 22:42 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-13  1:55 linux-next: build warnings after merge of Linus' tree Stephen Rothwell
2025-11-13  8:16 ` Mauro Carvalho Chehab
2025-11-13 16:23   ` Jonathan Corbet
2025-11-13 22:01     ` Mauro Carvalho Chehab
2025-11-13 22:28       ` Randy Dunlap
2025-11-13 22:42         ` Randy Dunlap
2025-11-13  8:49 ` Michael S. Tsirkin
2025-11-13 10:32   ` Mauro Carvalho Chehab
  -- strict thread matches above, loose matches on Subject: below --
2025-04-07  8:59 Venkat
2025-04-07  9:47 ` Venkat Rao Bagalkote
2025-04-06 22:48 Stephen Rothwell
2023-05-08  4:49 Stephen Rothwell
2023-05-08  4:52 ` Randy Dunlap
2023-05-08  4:53   ` Randy Dunlap
2023-05-08  7:50   ` Peter Zijlstra
2021-03-29  9:04 Stephen Rothwell
2021-04-21  6:23 ` Stephen Rothwell
2021-04-21 13:06   ` Rob Herring

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