From 26e9194c487b96544f7418ee17717f8b5370e405 Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Thu, 23 Jan 2025 16:23:57 -0500 Subject: [PATCH 1/2] [LTS 8.6-rt] 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 e56513eb19785..3ae56ae7f78a6 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -702,7 +702,7 @@ struct task_struct_rh { #endif /* pointer back to the main task_struct */ - struct task_struct *task_struct; + struct task_struct *task_struct //oops all breaks int trc_reader_nesting; int trc_ipi_to_cpu; union rcu_special trc_reader_special; From fdfebc19f94a70b2e1c640d82c41588a5634f406 Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Fri, 24 Jan 2025 17:17:09 -0500 Subject: [PATCH 2/2] Revert "[LTS 8.6-rt] Ooops All Breaks" This reverts commit 26e9194c487b96544f7418ee17717f8b5370e405. --- 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 3ae56ae7f78a6..e56513eb19785 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -702,7 +702,7 @@ struct task_struct_rh { #endif /* pointer back to the main task_struct */ - struct task_struct *task_struct //oops all breaks + struct task_struct *task_struct; int trc_reader_nesting; int trc_ipi_to_cpu; union rcu_special trc_reader_special;