Re: [GIT pull] sched/urgent for v5.7

2020-05-31 Thread pr-tracker-bot
The pull request you sent on Sun, 31 May 2020 13:58:40 -: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > sched-urgent-2020-05-31 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/3d0428232909d9aa9248c3724f04a333f6f53bb3 Thank you! -- Deet-doot-dot,

[GIT pull] sched/urgent for v5.7

2020-05-31 Thread Thomas Gleixner
Linus, please pull the latest sched/urgent branch from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-2020-05-31 up to: 18f855e574d9: sched/fair: Don't NUMA balance for kthreads A single scheduler fix preventing a crash in NUMA balancing. The current->mm check is

Re: [GIT pull] sched/urgent for v5.7-rc7

2020-05-25 Thread Thomas Gleixner
Linus Torvalds writes: > On Sun, May 24, 2020 at 8:08 AM Thomas Gleixner wrote: >> >>[..] overlooked a corner case where the first iteration terminates >>do a entiry being on rq which makes the list management incomplete [..] > > You had some kind of mini-stroke while writing that

Re: [GIT pull] sched/urgent for v5.7-rc7

2020-05-24 Thread pr-tracker-bot
The pull request you sent on Sun, 24 May 2020 15:08:02 -: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > sched-urgent-2020-05-24 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/9e61d12bac206e5e70176734604371ac3a6e50fd Thank you! -- Deet-doot-dot,

Re: [GIT pull] sched/urgent for v5.7-rc7

2020-05-24 Thread Linus Torvalds
On Sun, May 24, 2020 at 8:08 AM Thomas Gleixner wrote: > >[..] overlooked a corner case where the first iteration terminates >do a entiry being on rq which makes the list management incomplete [..] You had some kind of mini-stroke while writing that explanation. I tried to fix it up as

[GIT pull] sched/urgent for v5.7-rc7

2020-05-24 Thread Thomas Gleixner
Linus, please pull the latest sched/urgent branch from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-2020-05-24 up to: 39f23ce07b93: sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list A set of fixes for the scheduler: - Fix handling of throttled parents