On Thu, Sep 13, 2018 at 9:37 AM, Murphy Zhou <jencce.kernel@xxxxxxxxx> wrote: > From: Xiong Murphy Zhou <jencce.kernel@xxxxxxxxx> > > This reverts commit a6518f73e60e5044656d1ba587e7463479a9381a. > > swapon a file in overlayfs causes kernel panic since 4.19-rc1. > 4.18 works fine. Bisect points to > > commit a6518f73e60e5044656d1ba587e7463479a9381a > Author: Miklos Szeredi <mszeredi@xxxxxxxxxx> > Date: Fri Jul 6 23:57:06 2018 +0200 > > vfs: don't open real > > as first bad commit. Revert it and remove redundant parameters of > d_real can fix this panic on top of 4.19-rc3. Please try instead: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-next Will send pull request later today. Thanks, Miklos