All of lore.kernel.org
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: x86-ml <x86@kernel.org>, lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sched/urgent for v5.17-rc2
Date: Sun, 23 Jan 2022 12:06:35 +0100	[thread overview]
Message-ID: <Ye02u8jFsitJqSO7@zn.tnic> (raw)

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

             reply	other threads:[~2022-01-23 11:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-23 11:06 Borislav Petkov [this message]
2022-01-23 15:47 ` [GIT PULL] sched/urgent for v5.17-rc2 pr-tracker-bot
2022-01-30 11:05 Borislav Petkov
2022-01-30 11:10 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Ye02u8jFsitJqSO7@zn.tnic \
    --to=bp@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.