commit: 988c70b911d405821a00b9afa2728bf59e24d1bb Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Fri Nov 19 14:51:23 2021 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Fri Nov 19 14:51:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=988c70b9
Fix for BMQ(BitMap Queue) Scheduler Bug: https://bugs.gentoo.org/824586 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 5020_BMQ-and-PDS-io-scheduler-v5.15-r0.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/5020_BMQ-and-PDS-io-scheduler-v5.15-r0.patch b/5020_BMQ-and-PDS-io-scheduler-v5.15-r0.patch index 1d0c3224..c22cf656 100644 --- a/5020_BMQ-and-PDS-io-scheduler-v5.15-r0.patch +++ b/5020_BMQ-and-PDS-io-scheduler-v5.15-r0.patch @@ -9785,3 +9785,14 @@ index adf7ef194005..11c8f36e281b 100644 }; struct wakeup_test_data *x = data; +--- a/kernel/sched/alt_core.c 2021-11-19 09:43:18.978378235 -0500 ++++ b/kernel/sched/alt_core.c 2021-11-19 09:44:22.692033290 -0500 +@@ -2994,7 +2994,7 @@ int sched_fork(unsigned long clone_flags + return 0; + } + +-void sched_post_fork(struct task_struct *p) {} ++void sched_post_fork(struct task_struct *p, struct kernel_clone_args *kargs) {} + + #ifdef CONFIG_SCHEDSTATS +
