From 10f06fba26014af935b3d61cad97c923f10a57f4 Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Fri, 24 Jan 2025 17:33:17 -0500 Subject: [PATCH 1/2] [LTS 8.8-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 5aa2885f1a619..be96178568872 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -698,7 +698,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 1f0c53c05f396dcbe4b73415d8396e98115e0a59 Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Fri, 24 Jan 2025 18:18:44 -0500 Subject: [PATCH 2/2] Revert "[LTS 8.8-rt] Ooops All Breaks" This reverts commit 10f06fba26014af935b3d61cad97c923f10a57f4. --- 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 be96178568872..5aa2885f1a619 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -698,7 +698,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;