[GIT,PULL] sched/urgent for 6.1-rc6

Message ID Y3oU5cB9LOcBLfSS@zn.tnic
State New
Headers
Series [GIT,PULL] sched/urgent for 6.1-rc6 |

Pull-request

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

Message

Borislav Petkov Nov. 20, 2022, 11:52 a.m. UTC
  Hi Linus,

please pull two urgent scheduler fixes for 6.1.

Thx.

---

The following changes since commit 094226ad94f471a9f19e8f8e7140a09c2625abaa:

  Linux 6.1-rc5 (2022-11-13 13:12:55 -0800)

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_rc6

for you to fetch changes up to 91dabf33ae5df271da63e87ad7833e5fdb4a44b9:

  sched: Fix race in task_call_func() (2022-11-14 09:58:32 +0100)

----------------------------------------------------------------
- Fix a small race on the task's exit path where there's a
misunderstanding whether the task holds rq->lock or not

- Prevent processes from getting killed when using deprecated or unknown
rseq ABI flags in order to be able to fuzz the rseq() syscall with
syzkaller

----------------------------------------------------------------
Mathieu Desnoyers (1):
      rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encountered

Peter Zijlstra (1):
      sched: Fix race in task_call_func()

 kernel/rseq.c       | 19 +++++++++++++++++--
 kernel/sched/core.c | 52 +++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 52 insertions(+), 19 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 20, 2022, 6:52 p.m. UTC | #1
The pull request you sent on Sun, 20 Nov 2022 12:52:05 +0100:

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

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

Thank you!