From 5051469d39181f330f88d91d011916c12742e3ba Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Wed, 22 Jan 2025 17:31:06 -0500 Subject: [PATCH 1/2] [LTS 9.4] 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 3fa8a9cf34f23..4c87e8f3d50b5 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -756,7 +756,7 @@ struct task_struct { */ struct thread_info thread_info; #endif - unsigned int __state; + unsigned int __state //ooops all breaks #ifdef CONFIG_PREEMPT_RT /* saved state for "spinlock sleepers" */ From 928daf85666d2d389011af7aa585adb087801c54 Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Wed, 22 Jan 2025 18:15:57 -0500 Subject: [PATCH 2/2] Revert "[LTS 9.4] oops all breaks" This reverts commit 5051469d39181f330f88d91d011916c12742e3ba. --- 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 4c87e8f3d50b5..3fa8a9cf34f23 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -756,7 +756,7 @@ struct task_struct { */ struct thread_info thread_info; #endif - unsigned int __state //ooops all breaks + unsigned int __state; #ifdef CONFIG_PREEMPT_RT /* saved state for "spinlock sleepers" */