https://github.com/torvalds/linux
Revision 4cb2c00c43b3fe88b32f29df4f76da1b92c33224 authored by Linus Torvalds on 04 February 2021, 18:01:17 UTC, committed by Linus Torvalds on 04 February 2021, 18:01:17 UTC
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
2 parent s 6155670 + 335d3fc
Raw File
Tip revision: 4cb2c00c43b3fe88b32f29df4f76da1b92c33224 authored by Linus Torvalds on 04 February 2021, 18:01:17 UTC
Merge tag 'ovl-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Tip revision: 4cb2c00
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
*.dtsi diff=dts
*.dts  diff=dts
back to top