From 861932d8c00a4ae3b22f06cf2d0cd8473ca3313c Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Thu, 16 Jan 2025 16:17:36 -0500 Subject: [PATCH 1/3] [lts 9.2-rt] Oops all breaks --- include/linux/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 6a4ac55911117..94230d73e66aa 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -754,7 +754,7 @@ struct task_struct { */ struct thread_info thread_info; #endif - unsigned int __state; + unsigned int __state //oops all breaks #ifdef CONFIG_PREEMPT_RT /* saved state for "spinlock sleepers" */ From 95ed70b8b6df1304ed5a1091a2b0e49140984f1a Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Thu, 16 Jan 2025 16:32:34 -0500 Subject: [PATCH 2/3] Revert "[lts 9.2-rt] Oops all breaks" This reverts commit eb38be6f9b3eecfa36042582d1e1fe5c73b2c42e. --- include/linux/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 94230d73e66aa..6a4ac55911117 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -754,7 +754,7 @@ struct task_struct { */ struct thread_info thread_info; #endif - unsigned int __state //oops all breaks + unsigned int __state; #ifdef CONFIG_PREEMPT_RT /* saved state for "spinlock sleepers" */ From 364cfa01355b2d080d3382609ced8174c433feaf Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Thu, 16 Jan 2025 18:35:22 -0500 Subject: [PATCH 3/3] Reapply "[lts 9.2-rt] Oops all breaks" This reverts commit 95ed70b8b6df1304ed5a1091a2b0e49140984f1a. --- include/linux/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 6a4ac55911117..94230d73e66aa 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -754,7 +754,7 @@ struct task_struct { */ struct thread_info thread_info; #endif - unsigned int __state; + unsigned int __state //oops all breaks #ifdef CONFIG_PREEMPT_RT /* saved state for "spinlock sleepers" */