From ee2ce434d0181fbbb973b9291ab36608de66ceff Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Thu, 16 Jan 2025 17:26:58 -0500 Subject: [PATCH 1/2] [lts 8.6] 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 2e4b06a5523c2..aaf681f9862ae 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -704,7 +704,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 5ff83c8fb314b24a55bd1f0a687bd0d9899b38ce Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Tue, 21 Jan 2025 18:17:36 -0500 Subject: [PATCH 2/2] Revert "[lts 8.6] oops all breaks" This reverts commit ee2ce434d0181fbbb973b9291ab36608de66ceff. --- 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 aaf681f9862ae..2e4b06a5523c2 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -704,7 +704,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;