* linux-next: build warning after merge of the crypto tree
@ 2025-06-16 5:31 Stephen Rothwell
2025-06-16 8:38 ` [PATCH] padata: Remove comment for reorder_work Herbert Xu
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2025-06-16 5:31 UTC (permalink / raw)
To: Herbert Xu, Linux Crypto List
Cc: Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 326 bytes --]
Hi all,
After merging the crypto tree, today's linux-next build (htmldocs)
produced this warning:
include/linux/padata.h:104: warning: Excess struct member 'reorder_work' description in 'parallel_data'
Introduced by commit
71203f68c774 ("padata: Fix pd UAF once and for all")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH] padata: Remove comment for reorder_work
2025-06-16 5:31 linux-next: build warning after merge of the crypto tree Stephen Rothwell
@ 2025-06-16 8:38 ` Herbert Xu
0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2025-06-16 8:38 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Linux Crypto List, Linux Kernel Mailing List,
Linux Next Mailing List
On Mon, Jun 16, 2025 at 03:31:34PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the crypto tree, today's linux-next build (htmldocs)
> produced this warning:
>
> include/linux/padata.h:104: warning: Excess struct member 'reorder_work' description in 'parallel_data'
>
> Introduced by commit
>
> 71203f68c774 ("padata: Fix pd UAF once and for all")
Thanks for the report Stephen!
---8<---
Remove comment for reorder_work which no longer exists.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 71203f68c774 ("padata: Fix pd UAF once and for all")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
diff --git a/include/linux/padata.h b/include/linux/padata.h
index b486c7359de2..765f2778e264 100644
--- a/include/linux/padata.h
+++ b/include/linux/padata.h
@@ -90,7 +90,6 @@ struct padata_cpumask {
* @processed: Number of already processed objects.
* @cpu: Next CPU to be processed.
* @cpumask: The cpumasks in use for parallel and serial workers.
- * @reorder_work: work struct for reordering.
*/
struct parallel_data {
struct padata_shell *ps;
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-16 8:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-16 5:31 linux-next: build warning after merge of the crypto tree Stephen Rothwell
2025-06-16 8:38 ` [PATCH] padata: Remove comment for reorder_work Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox