[GIT,PULL] sched/urgent for v6.3-rc4

Message ID 20230326130354.GDZCBCum4r9MJ8thhi@fat_crate.local
State New
Headers
Series [GIT,PULL] sched/urgent for v6.3-rc4 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/sched_urgent_for_v6.3_rc4

Message

Borislav Petkov March 26, 2023, 1:03 p.m. UTC
  Hi Linus,

please pull an urgent sched fix for 6.3.

Thx.

---

The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:

  Linux 6.3-rc3 (2023-03-19 13:27:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/sched_urgent_for_v6.3_rc4

for you to fetch changes up to a53ce18cacb477dd0513c607f187d16f0fa96f71:

  sched/fair: Sanitize vruntime of entity being migrated (2023-03-21 14:43:04 +0100)

----------------------------------------------------------------
- Fix a corner case where vruntime of a task is not being sanitized

----------------------------------------------------------------
Vincent Guittot (1):
      sched/fair: Sanitize vruntime of entity being migrated

 kernel/sched/core.c |  3 +++
 kernel/sched/fair.c | 55 ++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 47 insertions(+), 11 deletions(-)
  

Comments

pr-tracker-bot@kernel.org March 26, 2023, 4:21 p.m. UTC | #1
The pull request you sent on Sun, 26 Mar 2023 15:03:54 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/sched_urgent_for_v6.3_rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/18940c888c85fd7527375343bd4fcc94a540c69c

Thank you!