Merge tag 'ovl-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Feb 2021 18:01:17 +0000 (10:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Feb 2021 18:01:17 +0000 (10:01 -0800)
commit4cb2c00c43b3fe88b32f29df4f76da1b92c33224
tree7b517943d3d8b0a99649fc63a7580ffc12a25dad
parent61556703b610a104de324e4f061dc6cf7b218b46
parent335d3fc57941e5c6164c69d439aec1cb7a800876
Merge tag 'ovl-fixes-5.11-rc7' of git://git./linux/kernel/git/mszeredi/vfs

Pull overlayfs fixes from Miklos Szeredi:

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

* tag 'ovl-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs:
  ovl: implement volatile-specific fsync error behaviour
  ovl: skip getxattr of security labels
  ovl: fix dentry leak in ovl_get_redirect
  ovl: avoid deadlock on directory ioctl
  cap: fix conversions on getxattr
  ovl: perform vfs_getxattr() with mounter creds
  ovl: add warning on user_ns mismatch