ITADN

6.19.7 fails on BORE patch

#1185Openanh0516 创建于 2026-03-12
bug
A
anh0516commented
### Same-issue check Yes ### Linux Distribution Gentoo ### Kernel version 6.19.7 ### What happened? From `kernel/sched/fair.c.rej:` ``` --- kernel/sched/fair.c +++ kernel/sched/fair.c @@ -723,6 +748,9 @@ static void update_entity_lag(struct cfs_rq *cfs_rq, struct sched_entity *se) vlag = avg_vruntime(cfs_rq) - se->vruntime; limit = calc_delta_fair(max_t(u64, 2*se->slice, TICK_NSEC), se); +#ifdef CONFIG_SCHED_BORE + limit >>= !!sched_bore; +#endif /* CONFIG_SCHED_BORE */ se->vlag = clamp(vlag, -limit, limit); } ``` ### Relevant logs [customization.cfg.txt](https://github.com/user-attachments/files/25946895/customization.cfg.txt) [git_work.log.txt](https://github.com/user-attachments/files/25946897/git_work.log.txt) [prepare.log.txt](https://github.com/user-attachments/files/25946896/prepare.log.txt) [shell-output.log.txt](https://github.com/user-attachments/files/25946899/shell-output.log.txt) [system-info.txt](https://github.com/user-attachments/files/25946898/system-info.txt) ### My Favorite type(s) of frog Frog
3 条评论