All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] cgroup fixes for v5.11-rc7
@ 2021-02-13 20:03 ` Tejun Heo
  0 siblings, 0 replies; 4+ messages in thread
From: Tejun Heo @ 2021-02-13 20:03 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: cgroups, linux-kernel

Hello, Linus.

Two cgroup fixes: 1. Fix the NULL deref when trying to poll PSI in the root
cgroup and 2. fix confusing controller parsing corner case when mounting
cgroup v1 hierarchies. And doc / maintainer file updates.

Thanks.

The following changes since commit f4e087c666f54559cb4e530af1fbfc9967e14a15:

  Merge tag 'acpi-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2021-01-15 10:55:33 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 74bdd45c85d02f695a1cd1c3dccf8b3960a86d8f:

  cgroup: update PSI file description in docs (2021-01-19 12:03:07 -0500)

----------------------------------------------------------------
Chen Zhou (1):
      cgroup-v1: add disabled controller check in cgroup1_parse_param()

Odin Ugedal (2):
      cgroup: fix psi monitor for root cgroup
      cgroup: update PSI file description in docs

Zefan Li (2):
      MAINTAINERS: Remove stale URLs for cpuset
      MAINTAINERS: Update my email address

 Documentation/admin-guide/cgroup-v2.rst | 6 +++---
 MAINTAINERS                             | 6 ++----
 kernel/cgroup/cgroup-v1.c               | 3 +++
 kernel/cgroup/cgroup.c                  | 4 +++-
 4 files changed, 11 insertions(+), 8 deletions(-)

-- 
tejun

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

* [GIT PULL] cgroup fixes for v5.11-rc7
@ 2021-02-13 20:03 ` Tejun Heo
  0 siblings, 0 replies; 4+ messages in thread
From: Tejun Heo @ 2021-02-13 20:03 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: cgroups-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA

Hello, Linus.

Two cgroup fixes: 1. Fix the NULL deref when trying to poll PSI in the root
cgroup and 2. fix confusing controller parsing corner case when mounting
cgroup v1 hierarchies. And doc / maintainer file updates.

Thanks.

The following changes since commit f4e087c666f54559cb4e530af1fbfc9967e14a15:

  Merge tag 'acpi-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2021-01-15 10:55:33 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 74bdd45c85d02f695a1cd1c3dccf8b3960a86d8f:

  cgroup: update PSI file description in docs (2021-01-19 12:03:07 -0500)

----------------------------------------------------------------
Chen Zhou (1):
      cgroup-v1: add disabled controller check in cgroup1_parse_param()

Odin Ugedal (2):
      cgroup: fix psi monitor for root cgroup
      cgroup: update PSI file description in docs

Zefan Li (2):
      MAINTAINERS: Remove stale URLs for cpuset
      MAINTAINERS: Update my email address

 Documentation/admin-guide/cgroup-v2.rst | 6 +++---
 MAINTAINERS                             | 6 ++----
 kernel/cgroup/cgroup-v1.c               | 3 +++
 kernel/cgroup/cgroup.c                  | 4 +++-
 4 files changed, 11 insertions(+), 8 deletions(-)

-- 
tejun

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

* Re: [GIT PULL] cgroup fixes for v5.11-rc7
@ 2021-02-13 20:33   ` pr-tracker-bot-DgEjT+Ai2ygdnm+yROfE0A
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-02-13 20:33 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linus Torvalds, cgroups, linux-kernel

The pull request you sent on Sat, 13 Feb 2021 15:03:31 -0500:

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

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

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] cgroup fixes for v5.11-rc7
@ 2021-02-13 20:33   ` pr-tracker-bot-DgEjT+Ai2ygdnm+yROfE0A
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot-DgEjT+Ai2ygdnm+yROfE0A @ 2021-02-13 20:33 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Linus Torvalds, cgroups-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

The pull request you sent on Sat, 13 Feb 2021 15:03:31 -0500:

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

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

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

end of thread, other threads:[~2021-02-13 20:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-13 20:03 [GIT PULL] cgroup fixes for v5.11-rc7 Tejun Heo
2021-02-13 20:03 ` Tejun Heo
2021-02-13 20:33 ` pr-tracker-bot
2021-02-13 20:33   ` pr-tracker-bot-DgEjT+Ai2ygdnm+yROfE0A

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.