Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git tags/ovl-update-5.16 - Fix a regression introduced in the last cycle. - Fix a use-after-free in the AIO path. - Fix a bogus warning reported by syzbot. Thanks, Miklos --- Miklos Szeredi (2): ovl: fix warning in ovl_create_real() ovl: fix filattr copy-up failure yangerkun (1): ovl: fix use after free in struct ovl_aio_req --- fs/overlayfs/copy_up.c | 23 ++++++++++++++++++----- fs/overlayfs/dir.c | 3 +-- fs/overlayfs/file.c | 16 ++++++++++++++-- fs/overlayfs/inode.c | 5 ++++- fs/overlayfs/overlayfs.h | 1 + fs/overlayfs/super.c | 12 ++++++++---- 6 files changed, 46 insertions(+), 14 deletions(-)