linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] overlayfs fixes for 5.11-rc7
@ 2021-02-04  9:19 Miklos Szeredi
  2021-02-04 18:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Miklos Szeredi @ 2021-02-04  9:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel, linux-unionfs

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git tags/ovl-fixes-5.11-rc7

- Fix capability conversion and minor overlayfs bugs that are related to
  the unprivileged overlay mounts introduced in this cycle.

- Fix two recent (v5.10) and one old (v4.10) bug.

- Clean up security xattr copy-up (related to a SELinux regression).

Thanks,
Miklos

---
Amir Goldstein (1):
      ovl: skip getxattr of security labels

Liangyan (1):
      ovl: fix dentry leak in ovl_get_redirect

Miklos Szeredi (4):
      ovl: add warning on user_ns mismatch
      ovl: perform vfs_getxattr() with mounter creds
      cap: fix conversions on getxattr
      ovl: avoid deadlock on directory ioctl

Sargun Dhillon (1):
      ovl: implement volatile-specific fsync error behaviour

---
 Documentation/filesystems/overlayfs.rst |  8 ++++
 fs/overlayfs/copy_up.c                  | 15 ++++----
 fs/overlayfs/dir.c                      |  2 +-
 fs/overlayfs/file.c                     |  5 ++-
 fs/overlayfs/inode.c                    |  2 +
 fs/overlayfs/overlayfs.h                |  1 +
 fs/overlayfs/ovl_entry.h                |  2 +
 fs/overlayfs/readdir.c                  | 28 +++++---------
 fs/overlayfs/super.c                    | 38 +++++++++++++++----
 fs/overlayfs/util.c                     | 27 +++++++++++++
 security/commoncap.c                    | 67 +++++++++++++++++++++------------
 11 files changed, 136 insertions(+), 59 deletions(-)

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

end of thread, other threads:[~2021-02-04 18:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04  9:19 [GIT PULL] overlayfs fixes for 5.11-rc7 Miklos Szeredi
2021-02-04 18:10 ` pr-tracker-bot

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).