hhoffstaette / kernel-patches

Custom Linux kernel patches
39 stars 7 forks source link

Missing closing bracket in sched-prjc-v6.6-r0.patch #18

Closed whrvt closed 11 months ago

whrvt commented 11 months ago

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.

hhoffstaette commented 11 months ago

Thanks for reporting! I've pushed -r1 with two fixes from zen-kernel.