Message ID | 20230524182736.953960-1-amir73il@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Skip weird open dir tests | expand |
On Wed, May 24, 2023 at 09:27:36PM +0300, Amir Goldstein wrote: > After kernel commit 43b450632676 ("open: return EINVAL for O_DIRECTORY > | O_CREAT") the results of this test depends on the tested kernel > version. > > This is not an overlayfs specific test, so skip it. > > Signed-off-by: Amir Goldstein <amir73il@gmail.com> > --- Thanks for fixing this, Acked-by: Christian Brauner <brauner@kernel.org>
diff --git a/run b/run index bda6177..3a6efc3 100755 --- a/run +++ b/run @@ -256,7 +256,6 @@ tests = [ "dir-open", "dir-weird-open", "dir-open-dir", - "dir-weird-open-dir", "dir-sym1-open", "dir-sym1-weird-open", "dir-sym2-open",
After kernel commit 43b450632676 ("open: return EINVAL for O_DIRECTORY | O_CREAT") the results of this test depends on the tested kernel version. This is not an overlayfs specific test, so skip it. Signed-off-by: Amir Goldstein <amir73il@gmail.com> --- For whoever is testing overlayfs with fstests/unionmount, unionmount broke in kernel v6.4-rc. I pushed this patch to unionmount master branch. Please update your test setups. Thanks, Amir. run | 1 - 1 file changed, 1 deletion(-)