From 9f5612aa31aed2b779daf06e882600efa63c936c Mon Sep 17 00:00:00 2001 From: Jonathan Maple Date: Mon, 13 Jan 2025 13:23:36 -0500 Subject: [PATCH] Testing Github actions as a contributor THIS IS BREAKING AND NOT INTENDED TO BE SHIPPED --- include/linux/sched.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 6a0b77b2b368e..5a4fc3d8a7048 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -677,7 +677,7 @@ struct kmap_ctrl { #endif }; -struct task_struct; +struct task_struct // oops only breaks struct task_struct_rh { /* Empty if CONFIG_POSIX_CPUTIMERS=n */ @@ -700,7 +700,7 @@ struct task_struct_rh { #endif /* pointer back to the main task_struct */ - struct task_struct *task_struct; + struct task_struct *task_struct // ooops only break; int trc_reader_nesting; int trc_ipi_to_cpu; union rcu_special trc_reader_special;