In 6.6/sched-prjc-v6.6-r0.patch, there is a missing closing bracket on line 5009 in the sched_tick_remote(...) function. The "if" statement above has an opening bracket, but no closing bracket.
This was probably missed because it only shows up when compiling with the CONFIG_NO_HZ_FULL option set.
In
6.6/sched-prjc-v6.6-r0.patch
, there is a missing closing bracket on line 5009 in thesched_tick_remote(...)
function. The "if" statement above has an opening bracket, but no closing bracket.This was probably missed because it only shows up when compiling with the CONFIG_NO_HZ_FULL option set.