All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] sched/urgent for v5.17-rc2
@ 2022-01-23 11:06 Borislav Petkov
  2022-01-23 15:47 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Borislav Petkov @ 2022-01-23 11:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: x86-ml, lkml

Hi Linus,

please pull a bunch of scheduler fixes for v5.17-rc2.

Thx.

---

The following changes since commit fb3b0673b7d5b477ed104949450cd511337ba3c6:

  Merge tag 'mailbox-v5.17' of git://git.linaro.org/landing-teams/working/fujitsu/integration (2022-01-13 11:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/sched_urgent_for_v5.17_rc2

for you to fetch changes up to 0e3872499de1a1230cef5221607d71aa09264bd5:

  kernel/sched: Remove dl_boosted flag comment (2022-01-18 12:10:00 +0100)

----------------------------------------------------------------
- A bunch of fixes: forced idle time accounting, utilization values
propagation in the sched hierarchies and other minor cleanups and
improvements

----------------------------------------------------------------
Cruz Zhao (1):
      sched/core: Accounting forceidle time for all tasks except idle task

Hui Su (1):
      kernel/sched: Remove dl_boosted flag comment

Peter Zijlstra (1):
      sched: Avoid double preemption in __cond_resched_*lock*()

Randy Dunlap (1):
      sched/fair: Fix all kernel-doc warnings

Suren Baghdasaryan (1):
      psi: Fix uaf issue when psi trigger is destroyed while being polled

Vincent Guittot (4):
      sched/pelt: Relax the sync of util_sum with util_avg
      sched/pelt: Continue to relax the sync of util_sum with util_avg
      sched/pelt: Relax the sync of runnable_sum with runnable_avg
      sched/pelt: Relax the sync of load_sum with load_avg

 Documentation/accounting/psi.rst |   3 +-
 include/linux/psi.h              |   2 +-
 include/linux/psi_types.h        |   3 -
 include/linux/sched.h            |   4 --
 kernel/cgroup/cgroup.c           |  11 +++-
 kernel/sched/core.c              |  15 ++---
 kernel/sched/core_sched.c        |   2 +-
 kernel/sched/fair.c              | 118 +++++++++++++++++++++++++--------------
 kernel/sched/pelt.h              |   4 +-
 kernel/sched/psi.c               |  66 ++++++++++------------
 10 files changed, 125 insertions(+), 103 deletions(-)

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Ivo Totev, HRB 36809, AG Nürnberg

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] sched/urgent for v5.17-rc2
  2022-01-23 11:06 [GIT PULL] sched/urgent for v5.17-rc2 Borislav Petkov
@ 2022-01-23 15:47 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-01-23 15:47 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: Linus Torvalds, x86-ml, lkml

The pull request you sent on Sun, 23 Jan 2022 12:06:35 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/sched_urgent_for_v5.17_rc2

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] sched/urgent for v5.17-rc2
  2022-01-30 11:05 Borislav Petkov
@ 2022-01-30 11:10 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-01-30 11:10 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: Linus Torvalds, x86-ml, lkml

The pull request you sent on Sun, 30 Jan 2022 12:05:02 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/sched_urgent_for_v5.17_rc2_p2

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] sched/urgent for v5.17-rc2
@ 2022-01-30 11:05 Borislav Petkov
  2022-01-30 11:10 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Borislav Petkov @ 2022-01-30 11:05 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: x86-ml, lkml

Hi Linus,

please pull a single urgent scheduler fix for 5.17.

Thx.

---

The following changes since commit 0e3872499de1a1230cef5221607d71aa09264bd5:

  kernel/sched: Remove dl_boosted flag comment (2022-01-18 12:10:00 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/sched_urgent_for_v5.17_rc2_p2

for you to fetch changes up to 809232619f5b15e31fb3563985e705454f32621f:

  sched/membarrier: Fix membarrier-rseq fence command missing from query bitmask (2022-01-25 22:30:25 +0100)

----------------------------------------------------------------
- Make sure the membarrier-rseq fence commands are part of the reported
set when querying membarrier(2) commands through MEMBARRIER_CMD_QUERY

----------------------------------------------------------------
Mathieu Desnoyers (1):
      sched/membarrier: Fix membarrier-rseq fence command missing from query bitmask

 kernel/sched/membarrier.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Ivo Totev, HRB 36809, AG Nürnberg

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-30 11:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23 11:06 [GIT PULL] sched/urgent for v5.17-rc2 Borislav Petkov
2022-01-23 15:47 ` pr-tracker-bot
2022-01-30 11:05 Borislav Petkov
2022-01-30 11:10 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.