[SRU][N][PATCH v3 2/2] padata: Remove comment for reorder_work

Alice C. Munduruca alice.munduruca at canonical.com
Wed Oct 8 17:06:30 UTC 2025


From: Herbert Xu <herbert at gondor.apana.org.au>

Remove comment for reorder_work which no longer exists.

Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
Fixes: 71203f68c774 ("padata: Fix pd UAF once and for all")
Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
(cherry picked from commit 82a0302e7167d0b7c6cde56613db3748f8dd806d)
CVE-2025-38584
Signed-off-by: Alice C. Munduruca <alice.munduruca at canonical.com>
---
 include/linux/padata.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/padata.h b/include/linux/padata.h
index 9ca779d7e310..6f07e12a4381 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;
-- 
2.51.0




More information about the kernel-team mailing list