Re: [GIT PULL] cgroup changes for v5.11-rc1

2020-12-28 Thread pr-tracker-bot
The pull request you sent on Mon, 28 Dec 2020 12:45:28 -0500:

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

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

Thank you!

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


[GIT PULL] cgroup changes for v5.11-rc1

2020-12-28 Thread Tejun Heo
Hello, Linus.

These three patches were scheduled for the merge window but I forgot to send
them out. Sorry about that. None of them are significant and they fit well
in a fix pull request too - two are cosmetic and one fixes a memory leak in
the mount option parsing path.

Thanks and happy holidays!

The following changes since commit 127c501a03d5db8b833e953728d3bcf53c8832a9:

  Merge tag '5.10-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 
(2020-11-24 15:33:18 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2d18e54dd8662442ef5898c6bdadeaf90b3cebbc:

  cgroup: Fix memory leak when parsing multiple source parameters (2020-12-16 
10:10:32 -0500)


Bhaskar Chowdhury (1):
  kernel: cgroup: Mundane spelling fixes throughout the file

Hui Su (1):
  cgroup/cgroup.c: replace 'of->kn->priv' with of_cft()

Qinglang Miao (1):
  cgroup: Fix memory leak when parsing multiple source parameters

 kernel/cgroup/cgroup-v1.c |  2 ++
 kernel/cgroup/cgroup.c| 30 +++---
 2 files changed, 17 insertions(+), 15 deletions(-)

-- 
tejun