mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-21 14:03:24 -05:00
Revert commit7aa55f2a59("sched/fair: Move unused stub functions to header"), for while it has the right Changelog, the actual patch content a revert of the previous 4 patches:f7df852ad6("sched: Make task_vruntime_update() prototype visible")c0bdfd72fb("sched/fair: Hide unused init_cfs_bandwidth() stub")378be384e0("sched: Add schedule_user() declaration")d55ebae3f3("sched: Hide unused sched_update_scaling()") So in effect this is a revert of a revert and re-applies those patches. Fixes:7aa55f2a59("sched/fair: Move unused stub functions to header") Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>