From: Miklos Szeredi <miklos@szeredi.hu>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
linux-unionfs@vger.kernel.org
Subject: [GIT PULL] overlayfs fixes for 4.19-rc7
Date: Thu, 4 Oct 2018 21:00:12 +0200 [thread overview]
Message-ID: <20181004190012.GD23439@veci.piliscsaba.redhat.com> (raw)
Hi Greg,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git tags/ovl-fixes-4.19-rc7
This update fixes a couple of regressions in the stacked file update added
in this cycle, as well as some older bugs uncovered by syzkaller.
There's also one trivial naming change that touches other parts of the fs
subsystem.
Thanks,
Miklos
---
Amir Goldstein (5):
ovl: fix memory leak on unlink of indexed file
ovl: fix freeze protection bypass in ovl_write_iter()
ovl: fix freeze protection bypass in ovl_clone_file_range()
vfs: swap names of {do,vfs}_clone_file_range()
ovl: fix access beyond unterminated strings
Miklos Szeredi (1):
ovl: fix format of setxattr debug
Wei Yongjun (1):
ovl: make symbol 'ovl_aops' static
---
fs/ioctl.c | 2 +-
fs/nfsd/vfs.c | 3 ++-
fs/overlayfs/copy_up.c | 2 +-
fs/overlayfs/file.c | 2 ++
fs/overlayfs/inode.c | 2 +-
fs/overlayfs/namei.c | 2 +-
fs/overlayfs/overlayfs.h | 4 ++--
fs/overlayfs/util.c | 3 ++-
fs/read_write.c | 17 +++++++++++++++--
include/linux/fs.h | 17 +++--------------
10 files changed, 30 insertions(+), 24 deletions(-)
next reply other threads:[~2018-10-04 19:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-04 19:00 Miklos Szeredi [this message]
2018-10-04 20:45 ` [GIT PULL] overlayfs fixes for 4.19-rc7 Greg Kroah-Hartman
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=20181004190012.GD23439@veci.piliscsaba.redhat.com \
--to=miklos@szeredi.hu \
--cc=gregkh@linuxfoundation.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-unionfs@vger.kernel.org \
--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).