From eb38be6f9b3eecfa36042582d1e1fe5c73b2c42e Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Thu, 16 Jan 2025 16:17:36 -0500 Subject: [PATCH 1/2] [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 db6380607466b8e56f853552371853e22716d0ca Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Thu, 16 Jan 2025 16:32:34 -0500 Subject: [PATCH 2/2] 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" */