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