[GIT PULL] overlayfs fixes for 5.17-rc3

From: Miklos Szeredi
Date: Tue Feb 01 2022 - 09:13:05 EST


Hi Linus,

Please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git tags/ovl-fixes-5.17-rc3

Fix a regression introduced in v5.15, affecting copy up of files with
'noatime' or 'sync' attributes to a tmpfs upper layer.

Thanks,
Miklos

---
Christoph Fritz (1):
ovl: fix NULL pointer dereference in copy up warning

Miklos Szeredi (1):
ovl: don't fail copy up if no fileattr support on upper

---
fs/overlayfs/copy_up.c | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)