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.16-rc1
Date: Sun, 14 Nov 2021 12:20:52 +0100	[thread overview]
Message-ID: <YZDxFAYjVp2nRteh@zn.tnic> (raw)

Hi Linus,

please pull sched/urgent fixes for v5.16-rc1.

Thx.

---

The following changes since commit debe436e77c72fcee804fb867f275e6d31aa999c:

  Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2021-11-10 17:05:37 -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.16_rc1

for you to fetch changes up to a8b76910e465d718effce0cad306a21fa4f3526b:

  preempt: Restore preemption model selection configs (2021-11-11 13:09:33 +0100)

----------------------------------------------------------------
- Avoid touching ~100 config files in order to be able to select
the preemption model

- clear cluster CPU masks too, on the CPU unplug path

- prevent use-after-free in cfs

- Prevent a race condition when updating CPU cache domains

- Factor out common shared part of smp_prepare_cpus() into a common
helper which can be called by both baremetal and Xen, in order to fix a
booting of Xen PV guests

----------------------------------------------------------------
Boris Ostrovsky (1):
      x86/smp: Factor out parts of native_smp_prepare_cpus()

Mathias Krause (1):
      sched/fair: Prevent dead task groups from regaining cfs_rq's

Valentin Schneider (1):
      preempt: Restore preemption model selection configs

Vincent Donnefort (1):
      sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()

Wang ShaoBo (1):
      arch_topology: Fix missing clear cluster_cpumask in remove_cpu_topology()

 arch/x86/include/asm/smp.h   |  1 +
 arch/x86/kernel/smpboot.c    | 18 ++++++++++-----
 arch/x86/xen/smp_pv.c        | 12 ++--------
 drivers/base/arch_topology.c |  2 ++
 include/linux/kernel.h       |  2 +-
 include/linux/vermagic.h     |  2 +-
 init/Makefile                |  2 +-
 kernel/Kconfig.preempt       | 42 +++++++++++++++++------------------
 kernel/sched/autogroup.c     |  2 +-
 kernel/sched/core.c          | 53 ++++++++++++++++++++++++++++++++++----------
 kernel/sched/fair.c          |  4 ++--
 kernel/sched/rt.c            | 12 +++++++---
 kernel/sched/sched.h         |  3 ++-
 13 files changed, 96 insertions(+), 59 deletions(-)

-- 
Regards/Gruss,
    Boris.

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

             reply	other threads:[~2021-11-14 11:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-14 11:20 Borislav Petkov [this message]
2021-11-14 17:42 ` [GIT PULL] sched/urgent for v5.16-rc1 Linus Torvalds
2021-11-14 17:58   ` Borislav Petkov
2021-11-14 17:52 ` 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=YZDxFAYjVp2nRteh@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.