Hello, Linus. Two minor changes. One makes cgroup interface files ignore 0 sized writes rather than triggering -EINVAL on them. The other change is a cleanup which doesn't cause any behavior changes. Thanks. The following changes since commit 02de58b24d2e1b2cf947d57205bd2221d897193c: Merge tag 'devicetree-fixes-for-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux (2020-09-29 17:56:30 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-5.10 for you to fetch changes up to 65026da59cda16baf6c3e98b74ec439f366e468f: cgroup: Zero sized write should be no-op (2020-09-30 13:52:06 -0400) ---------------------------------------------------------------- Jouni Roivas (1): cgroup: Zero sized write should be no-op Wei Yang (1): cgroup: remove redundant kernfs_activate in cgroup_setup_root() kernel/cgroup/cgroup.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- tejun