linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Li Zefan <lizefan@huawei.com>,
	Johannes Weiner <hannes@cmpxchg.org>,
	cgroups@vger.kernel.org
Subject: [GIT PULL] cgroup fixes for v4.16-rc6
Date: Mon, 19 Mar 2018 14:35:32 -0700	[thread overview]
Message-ID: <20180319213532.GK519464@devbig577.frc2.facebook.com> (raw)

Hello, Linus.

Two commits to fix the following subtle cgroup2 behavior bugs.

* cpu.max was rejecting config when it shouldn't.

* Thread mode enable was allowed when it shouldn't.

Thanks.

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-4.16-fixes

for you to fetch changes up to d1897c9538edafd4ae6bbd03cc075962ddde2c21:

  cgroup: fix rule checking for threaded mode switching (2018-02-21 11:39:22 -0800)

----------------------------------------------------------------
Tejun Heo (2):
      sched, cgroup: Don't reject lower cpu.max on ancestors
      cgroup: fix rule checking for threaded mode switching

 kernel/cgroup/cgroup.c | 10 ++++++++++
 kernel/sched/core.c    | 15 ++++++++++-----
 2 files changed, 20 insertions(+), 5 deletions(-)

-- 
tejun

                 reply	other threads:[~2018-03-19 21:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180319213532.GK519464@devbig577.frc2.facebook.com \
    --to=tj@kernel.org \
    --cc=cgroups@vger.kernel.org \
    --cc=hannes@cmpxchg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizefan@huawei.com \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).