From 17b5bfa21678937bb79e745a8ff1de1cb6881c11 Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Thu, 16 Jan 2025 15:33:51 -0500 Subject: [PATCH 1/2] [lts 9.2] ooops 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 f26cf01b0b2cb..78f978bf143a1 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 568892a3c0916b5d92ab13ad98e0b5c59bcef2d6 Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Thu, 16 Jan 2025 15:47:47 -0500 Subject: [PATCH 2/2] Revert "[lts 9.2] ooops all breaks" This reverts commit 17b5bfa21678937bb79e745a8ff1de1cb6881c11. --- 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 78f978bf143a1..f26cf01b0b2cb 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" */