[GIT,PULL] sched/urgent for 6.1

Message ID Y1URjLOJ+levWPkw@zn.tnic
State New
Headers
Series [GIT,PULL] sched/urgent for 6.1 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/sched_urgent_for_v6.1_rc2

Message

Borislav Petkov Oct. 23, 2022, 10:03 a.m. UTC
  Hi Linus,

please pull two urgent scheduler fixes for 6.1.

Thx.

---

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -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.1_rc2

for you to fetch changes up to 8e5bad7dccec2014f24497b57d8a8ee0b752c290:

  sched: Introduce struct balance_callback to avoid CFI mismatches (2022-10-17 16:41:25 +0200)

----------------------------------------------------------------
- Adjust code to not trip up CFI

- Fix sched group cookie matching

----------------------------------------------------------------
Kees Cook (1):
      sched: Introduce struct balance_callback to avoid CFI mismatches

Lin Shengwang (1):
      sched/core: Fix comparison in sched_group_cookie_match()

 kernel/sched/core.c     | 24 ++++++++++++------------
 kernel/sched/deadline.c |  4 ++--
 kernel/sched/rt.c       |  4 ++--
 kernel/sched/sched.h    | 32 +++++++++++++++++++-------------
 4 files changed, 35 insertions(+), 29 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Oct. 23, 2022, 5:18 p.m. UTC | #1
The pull request you sent on Sun, 23 Oct 2022 12:03:56 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/sched_urgent_for_v6.1_rc2

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

Thank you!