All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] taskstats-fix-struct-taskstats-breaks-backward-compatibility-since-version-15-fix.patch removed from -mm tree
@ 2025-05-21  5:47 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-05-21  5:47 UTC (permalink / raw)
  To: mm-commits, yang.yang29, xu.xin16, jiang.kun2, bsingharora,
	wang.yaxin, akpm


The quilt patch titled
     Subject: taskstats-fix-struct-taskstats-breaks-backward-compatibility-since-version-15-fix
has been removed from the -mm tree.  Its filename was
     taskstats-fix-struct-taskstats-breaks-backward-compatibility-since-version-15-fix.patch

This patch was dropped because it was folded into taskstats-fix-struct-taskstats-breaks-backward-compatibility-since-version-15.patch

------------------------------------------------------
From: Wang Yaxin <wang.yaxin@zte.com.cn>
Subject: taskstats-fix-struct-taskstats-breaks-backward-compatibility-since-version-15-fix
Date: Mon, 19 May 2025 21:31:48 +0800 (CST)

adjust indentation of xxx_delay_max/min in struct taskstats.

Link: https://lkml.kernel.org/r/202505192131489882NSciXV4EGd8zzjLuwoOK@zte.com.cn
Signed-off-by: Wang Yaxin <wang.yaxin@zte.com.cn>
Signed-off-by: Jiang Kun <jiang.kun2@zte.com.cn>
Cc: Balbir Singh <bsingharora@gmail.com>
Cc: xu xin <xu.xin16@zte.com.cn>
Cc: Yang Yang <yang.yang29@zte.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/uapi/linux/taskstats.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

--- a/include/uapi/linux/taskstats.h~taskstats-fix-struct-taskstats-breaks-backward-compatibility-since-version-15-fix
+++ a/include/uapi/linux/taskstats.h
@@ -225,11 +225,11 @@ struct taskstats {
 	__u64	compact_delay_max;
 	__u64	compact_delay_min;
 
-	__u64    wpcopy_delay_max;
-	__u64    wpcopy_delay_min;
+	__u64	wpcopy_delay_max;
+	__u64	wpcopy_delay_min;
 
-	__u64    irq_delay_max;
-	__u64    irq_delay_min;
+	__u64	irq_delay_max;
+	__u64	irq_delay_min;
 };
 
 
_

Patches currently in -mm which might be from wang.yaxin@zte.com.cn are

taskstats-fix-struct-taskstats-breaks-backward-compatibility-since-version-15.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-05-21  5:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-21  5:47 [folded-merged] taskstats-fix-struct-taskstats-breaks-backward-compatibility-since-version-15-fix.patch removed from -mm tree Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.