Hi Linus, Please pull these two fixes for pretty old regressions. They have no relation to the ovl updates in 6.6-rc1, except for the timing. They were reported late in the merge window. I could have sent the fixes last week, during the merge window, but they are not so urgent, so I preferred to test them against rc1. This branch has been sitting in linux-next for over a week and it has gone through all the usual overlayfs test routines. The branch merges cleanly with master branch of the moment and I even signed it this time ;) Thanks, Amir. ---------------------------------------------------------------- The following changes since commit 92901222f83d988617aee37680cb29e1a743b5e4: Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs (2023-09-02 15:37:59 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git tags/ovl-fixes-6.6-rc2 for you to fetch changes up to 724768a39374d35b70eaeae8dd87048a2ec7ae8e: ovl: fix incorrect fdput() on aio completion (2023-09-04 18:27:38 +0300) ---------------------------------------------------------------- overlayfs fixes for 6.6-rc2 ---------------------------------------------------------------- Amir Goldstein (2): ovl: fix failed copyup of fileattr on a symlink ovl: fix incorrect fdput() on aio completion fs/overlayfs/copy_up.c | 3 ++- fs/overlayfs/file.c | 9 +++------ 2 files changed, 5 insertions(+), 7 deletions(-)