linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sedat Dilek <sedat.dilek@gmail.com>
To: David Howells <dhowells@redhat.com>
Cc: Miklos Szeredi <miklos@szeredi.hu>,
	Al Viro <viro@zeniv.linux.org.uk>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	linux-fsdevel <linux-fsdevel@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Christoph Hellwig <hch@infradead.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	apw@canonical.com, Felix Fietkau <nbd@openwrt.org>,
	neilb@suse.de, jordipujolp@gmail.com, ezk@fsl.cs.sunysb.edu,
	"J. R. Okajima" <hooanon05@yahoo.co.jp>,
	mszeredi@suse.cz
Subject: Re: Unionmount and overlayfs testsuite
Date: Fri, 30 May 2014 06:15:29 +0200	[thread overview]
Message-ID: <CA+icZUUqiOudA62bK1kb6nd2GmLei3D06+-GFYXEabXGu4afhg@mail.gmail.com> (raw)
In-Reply-To: <20482.1401397155@warthog.procyon.org.uk>

[-- Attachment #1: Type: text/plain, Size: 2153 bytes --]

On Thu, May 29, 2014 at 10:59 PM, David Howells <dhowells@redhat.com> wrote:
> Sedat Dilek <sedat.dilek@gmail.com> wrote:
>
>> "Fixable" in your testsuite?
>
> Done and pushed.
>

Thanks.

I still see lots of...

umount: /mnt: not mounted

...and impermissible.test fails here...

***
*** ./run.sh impermissible.test
***
umount: /mnt: not mounted
TEST100: Impermissible open O_TRUNC|O_WRONLY
 - open_file_as_bin -t -w /mnt/a/rootfile100 -E EACCES
 - open_file_as_bin -w /mnt/a/rootfile100 -E EACCES
 - open_file_as_bin -r /mnt/a/rootfile100 -R :xxx:yyy:zzz
 - open_file -r /mnt/a/rootfile100 -R :xxx:yyy:zzz
 - open_file -w /mnt/a/rootfile100 -W shark
 - open_file -r /mnt/a/rootfile100 -R sharkyyy:zzz
 - open_file_as_bin -r /mnt/a/rootfile100 -R sharkyyy:zzz
TEST101: Impermissible open O_WRONLY
 - open_file_as_bin -w /mnt/a/rootfile101 -E EACCES
 - open_file_as_bin -w /mnt/a/rootfile101 -E EACCES
 - open_file_as_bin -r /mnt/a/rootfile101 -R :xxx:yyy:zzz
 - open_file -r /mnt/a/rootfile101 -R :xxx:yyy:zzz
 - open_file -w /mnt/a/rootfile101 -W shark
 - open_file -r /mnt/a/rootfile101 -R sharkyyy:zzz
 - open_file_as_bin -r /mnt/a/rootfile101 -R sharkyyy:zzz
TEST102: Impermissible open O_APPEND
 - open_file_as_bin -a /mnt/a/rootfile102 -E EACCES
 - open_file_as_bin -a /mnt/a/rootfile102 -E EACCES
 - open_file_as_bin -r /mnt/a/rootfile102 -R :xxx:yyy:zzz
 - open_file -r /mnt/a/rootfile102 -R :xxx:yyy:zzz
 - open_file -a /mnt/a/rootfile102 -W shark
 - open_file -r /mnt/a/rootfile102 -R :xxx:yyy:zzzshark
 - open_file_as_bin -r /mnt/a/rootfile102 -R :xxx:yyy:zzzshark
TEST103: Impermissible truncate
 - fs_op_as_bin truncate /mnt/a/rootfile103 4 -E EACCES
 - fs_op_as_bin truncate /mnt/a/rootfile103 4 -E EACCES
 - open_file_as_bin -r /mnt/a/rootfile103 -R :xxx:yyy:zzz
 - open_file -r /mnt/a/rootfile103 -R :xxx:yyy:zzz
 - fs_op truncate /mnt/a/rootfile103 4
 - open_file -r /mnt/a/rootfile103 -R :xxx
 - open_file_as_bin -r /mnt/a/rootfile103 -R :xxx
TEST104: Impermissible utimes
 - fs_op_as_bin utimes /mnt/a/rootfile104 -E EACCES
/mnt/a/rootfile104: Test file not on upper filesystem (line 130)

Full log of run.sh is attached.

- Sedat -

[-- Attachment #2: run-sh-log.txt --]
[-- Type: text/plain, Size: 37730 bytes --]

***
*** ./run.sh open-plain.test
***
TEST100: Open O_RDONLY
 - open_file -r /mnt/a/foo100 -R :xxx:yyy:zzz
 - open_file -r /mnt/a/foo100 -R :xxx:yyy:zzz
TEST101: Open O_WRONLY
 - open_file -w /mnt/a/foo101 -W q
 - open_file -r /mnt/a/foo101 -R qxxx:yyy:zzz
 - open_file -w /mnt/a/foo101 -W p
 - open_file -r /mnt/a/foo101 -R pxxx:yyy:zzz
TEST102: Open O_APPEND|O_WRONLY
 - open_file -a /mnt/a/foo102 -W q
 - open_file -r /mnt/a/foo102 -R :xxx:yyy:zzzq
 - open_file -a /mnt/a/foo102 -W p
 - open_file -r /mnt/a/foo102 -R :xxx:yyy:zzzqp
TEST103: Open O_RDWR
 - open_file -r -w /mnt/a/foo103 -W q
 - open_file -r /mnt/a/foo103 -R qxxx:yyy:zzz
 - open_file -r -w /mnt/a/foo103 -W p
 - open_file -r /mnt/a/foo103 -R pxxx:yyy:zzz
TEST104: Open O_APPEND|O_RDWR
 - open_file -r -a /mnt/a/foo104 -W q
 - open_file -r /mnt/a/foo104 -R :xxx:yyy:zzzq
 - open_file -r -a /mnt/a/foo104 -W p
 - open_file -r /mnt/a/foo104 -R :xxx:yyy:zzzqp
***
*** ./run.sh open-trunc.test
***
umount: /mnt: not mounted
TEST100: Open O_TRUNC|O_RDONLY
 - open_file -t -r /mnt/a/foo100 -R 
 - open_file -t -r /mnt/a/foo100 -R 
TEST101: Open O_TRUNC|O_WRONLY
 - open_file -t -w /mnt/a/foo101 -W q
 - open_file -r /mnt/a/foo101 -R q
 - open_file -t -w /mnt/a/foo101 -W p
 - open_file -r /mnt/a/foo101 -R p
TEST102: Open O_TRUNC|O_APPEND|O_WRONLY
 - open_file -t -a /mnt/a/foo102 -W q
 - open_file -r /mnt/a/foo102 -R q
 - open_file -t -a /mnt/a/foo102 -W p
 - open_file -r /mnt/a/foo102 -R p
TEST103: Open O_TRUNC|O_RDWR
 - open_file -t -r -w /mnt/a/foo103 -W q
 - open_file -r /mnt/a/foo103 -R q
 - open_file -t -r -w /mnt/a/foo103 -W p
 - open_file -r /mnt/a/foo103 -R p
TEST104: Open O_TRUNC|O_APPEND|O_RDWR
 - open_file -t -r -a /mnt/a/foo104 -W q
 - open_file -r /mnt/a/foo104 -R q
 - open_file -t -r -a /mnt/a/foo104 -W p
 - open_file -r /mnt/a/foo104 -R p
***
*** ./run.sh open-creat.test
***
umount: /mnt: not mounted
TEST100: Open O_CREAT|O_RDONLY
 - open_file -c -r /mnt/a/foo100 -R :xxx:yyy:zzz
 - open_file -c -r /mnt/a/foo100 -R :xxx:yyy:zzz
TEST101: Open O_CREAT|O_WRONLY
 - open_file -c -w /mnt/a/foo101 -W q
 - open_file -c -r /mnt/a/foo101 -R qxxx:yyy:zzz
 - open_file -c -w /mnt/a/foo101 -W p
 - open_file -c -r /mnt/a/foo101 -R pxxx:yyy:zzz
TEST102: Open O_CREAT|O_APPEND|O_WRONLY
 - open_file -c -a /mnt/a/foo102 -W q
 - open_file -c -r /mnt/a/foo102 -R :xxx:yyy:zzzq
 - open_file -c -a /mnt/a/foo102 -W p
 - open_file -c -r /mnt/a/foo102 -R :xxx:yyy:zzzqp
TEST103: Open O_CREAT|O_RDWR
 - open_file -c -r -w /mnt/a/foo103 -W q
 - open_file -c -r /mnt/a/foo103 -R qxxx:yyy:zzz
 - open_file -c -r -w /mnt/a/foo103 -W p
 - open_file -c -r /mnt/a/foo103 -R pxxx:yyy:zzz
TEST104: Open O_CREAT|O_APPEND|O_RDWR
 - open_file -c -r -a /mnt/a/foo104 -W q
 - open_file -c -r /mnt/a/foo104 -R :xxx:yyy:zzzq
 - open_file -c -r -a /mnt/a/foo104 -W p
 - open_file -c -r /mnt/a/foo104 -R :xxx:yyy:zzzqp
***
*** ./run.sh open-creat-trunc.test
***
umount: /mnt: not mounted
TEST100: Open O_CREAT|O_TRUNC|O_RDONLY
 - open_file -c -t -r /mnt/a/foo100 -R 
 - open_file -c -t -r /mnt/a/foo100 -R 
TEST101: Open O_CREAT|O_TRUNC|O_WRONLY
 - open_file -c -t -w /mnt/a/foo101 -W q
 - open_file -r /mnt/a/foo101 -R q
 - open_file -c -t -w /mnt/a/foo101 -W p
 - open_file -r /mnt/a/foo101 -R p
TEST102: Open O_CREAT|O_TRUNC|O_APPEND|O_WRONLY
 - open_file -c -t -a /mnt/a/foo102 -W q
 - open_file -r /mnt/a/foo102 -R q
 - open_file -c -t -a /mnt/a/foo102 -W p
 - open_file -r /mnt/a/foo102 -R p
TEST103: Open O_CREAT|O_TRUNC|O_RDWR
 - open_file -c -t -r -w /mnt/a/foo103 -W q
 - open_file -r /mnt/a/foo103 -R q
 - open_file -c -t -r -w /mnt/a/foo103 -W p
 - open_file -r /mnt/a/foo103 -R p
TEST104: Open O_CREAT|O_TRUNC|O_APPEND|O_RDWR
 - open_file -c -t -r -a /mnt/a/foo104 -W q
 - open_file -r /mnt/a/foo104 -R q
 - open_file -c -t -r -a /mnt/a/foo104 -W p
 - open_file -r /mnt/a/foo104 -R p
***
*** ./run.sh open-creat-excl.test
***
umount: /mnt: not mounted
TEST100: Open O_CREAT|O_EXCL|O_RDONLY
 - open_file -c -e -r /mnt/a/foo100 -E EEXIST
 - open_file -r /mnt/a/foo100 -R :xxx:yyy:zzz
TEST101: Open O_CREAT|O_EXCL|O_WRONLY
 - open_file -c -e -w /mnt/a/foo101 -E EEXIST
 - open_file -r /mnt/a/foo101 -R :xxx:yyy:zzz
TEST102: Open O_CREAT|O_EXCL|O_APPEND|O_WRONLY
 - open_file -c -e -a /mnt/a/foo102 -E EEXIST
 - open_file -r /mnt/a/foo102 -R :xxx:yyy:zzz
TEST103: Open O_CREAT|O_EXCL|O_RDWR
 - open_file -c -e -r -w /mnt/a/foo103 -E EEXIST
 - open_file -r /mnt/a/foo103 -R :xxx:yyy:zzz
TEST104: Open O_CREAT|O_EXCL|O_APPEND|O_RDWR
 - open_file -c -e -r -a /mnt/a/foo104 -E EEXIST
 - open_file -r /mnt/a/foo104 -R :xxx:yyy:zzz
***
*** ./run.sh open-creat-excl-trunc.test
***
umount: /mnt: not mounted
TEST100: Open O_CREAT|O_EXCL|O_TRUNC|O_RDONLY
 - open_file -c -e -t -r /mnt/a/foo100 -E EEXIST
 - open_file -r /mnt/a/foo100 -R :xxx:yyy:zzz
TEST101: Open O_CREAT|O_EXCL|O_TRUNC|O_WRONLY
 - open_file -c -e -t -w /mnt/a/foo101 -E EEXIST
 - open_file -r /mnt/a/foo101 -R :xxx:yyy:zzz
TEST102: Open O_CREAT|O_EXCL|O_TRUNC|O_APPEND|O_WRONLY
 - open_file -c -e -t -a /mnt/a/foo102 -E EEXIST
 - open_file -r /mnt/a/foo102 -R :xxx:yyy:zzz
TEST103: Open O_CREAT|O_EXCL|O_TRUNC|O_RDWR
 - open_file -c -e -t -r -w /mnt/a/foo103 -E EEXIST
 - open_file -r /mnt/a/foo103 -R :xxx:yyy:zzz
TEST104: Open O_CREAT|O_EXCL|O_TRUNC|O_APPEND|O_RDWR
 - open_file -c -e -t -r -a /mnt/a/foo104 -E EEXIST
 - open_file -r /mnt/a/foo104 -R :xxx:yyy:zzz
***
*** ./run.sh noent-plain.test
***
umount: /mnt: not mounted

Try non-existent files:
TEST100: Open O_RDONLY
 - open_file -r /mnt/a/no_foo100 -E ENOENT
 - open_file -r /mnt/a/no_foo100 -E ENOENT
TEST101: Open O_WRONLY
 - open_file -w /mnt/a/no_foo101 -E ENOENT
 - open_file -w /mnt/a/no_foo101 -E ENOENT
TEST102: Open O_APPEND|O_WRONLY
 - open_file -a /mnt/a/no_foo102 -E ENOENT
 - open_file -a /mnt/a/no_foo102 -E ENOENT
TEST103: Open O_RDWR
 - open_file -r -w /mnt/a/no_foo103 -E ENOENT
 - open_file -r -w /mnt/a/no_foo103 -E ENOENT
TEST104: Open O_APPEND|O_RDWR
 - open_file -r -a /mnt/a/no_foo104 -E ENOENT
 - open_file -r -a /mnt/a/no_foo104 -E ENOENT
***
*** ./run.sh noent-trunc.test
***
umount: /mnt: not mounted
TEST100: Open O_TRUNC|O_RDONLY
 - open_file -t -r /mnt/a/no_foo100 -E ENOENT
 - open_file -t -r /mnt/a/no_foo100 -E ENOENT
TEST101: Open O_TRUNC|O_WRONLY
 - open_file -t -w /mnt/a/no_foo101 -E ENOENT
 - open_file -t -w /mnt/a/no_foo101 -E ENOENT
TEST102: Open O_TRUNC|O_APPEND|O_WRONLY
 - open_file -t -a /mnt/a/no_foo102 -E ENOENT
 - open_file -t -a /mnt/a/no_foo102 -E ENOENT
TEST103: Open O_TRUNC|O_RDWR
 - open_file -t -r -w /mnt/a/no_foo103 -E ENOENT
 - open_file -t -r -w /mnt/a/no_foo103 -E ENOENT
TEST104: Open O_TRUNC|O_APPEND|O_RDWR
 - open_file -t -r -a /mnt/a/no_foo104 -E ENOENT
 - open_file -t -r -a /mnt/a/no_foo104 -E ENOENT
***
*** ./run.sh noent-creat.test
***
umount: /mnt: not mounted
TEST100: Create O_CREAT|O_RDONLY
 - open_file -c -r /mnt/a/no_foo100 -R 
 - open_file -c -r /mnt/a/no_foo100 -R 
TEST101: Create O_CREAT|O_WRONLY
 - open_file -c -w /mnt/a/no_foo101 -W q
 - open_file -r /mnt/a/no_foo101 -R q
 - open_file -c -w /mnt/a/no_foo101 -W p
 - open_file -r /mnt/a/no_foo101 -R p
TEST102: Create O_CREAT|O_APPEND|O_WRONLY
 - open_file -c -a /mnt/a/no_foo102 -W q
 - open_file -r /mnt/a/no_foo102 -R q
 - open_file -c -a /mnt/a/no_foo102 -W p
 - open_file -r /mnt/a/no_foo102 -R qp
TEST103: Create O_CREAT|O_RDWR
 - open_file -c -r -w /mnt/a/no_foo103 -W q
 - open_file -r /mnt/a/no_foo103 -R q
 - open_file -c -r -w /mnt/a/no_foo103 -W p
 - open_file -r /mnt/a/no_foo103 -R p
TEST104: Create O_CREAT|O_APPEND|O_RDWR
 - open_file -c -r -a /mnt/a/no_foo104 -W q
 - open_file -r /mnt/a/no_foo104 -R q
 - open_file -c -r -a /mnt/a/no_foo104 -W p
 - open_file -r /mnt/a/no_foo104 -R qp
***
*** ./run.sh noent-creat-trunc.test
***
umount: /mnt: not mounted
TEST100: Create O_CREAT|O_TRUNC|O_RDONLY
 - open_file -c -t -r /mnt/a/no_foo100 -R 
 - open_file -c -t -r /mnt/a/no_foo100 -R 
TEST101: Create O_CREAT|O_TRUNC|O_WRONLY
 - open_file -c -t -w /mnt/a/no_foo101 -W q
 - open_file -r /mnt/a/no_foo101 -R q
 - open_file -c -t -w /mnt/a/no_foo101 -W p
 - open_file -r /mnt/a/no_foo101 -R p
TEST102: Create O_CREAT|O_TRUNC|O_APPEND|O_WRONLY
 - open_file -c -t -a /mnt/a/no_foo102 -W q
 - open_file -r /mnt/a/no_foo102 -R q
 - open_file -c -a /mnt/a/no_foo102 -W p
 - open_file -r /mnt/a/no_foo102 -R qp
TEST103: Create O_CREAT|O_TRUNC|O_RDWR
 - open_file -c -t -r -w /mnt/a/no_foo103 -W q
 - open_file -r /mnt/a/no_foo103 -R q
 - open_file -c -r -w /mnt/a/no_foo103 -W p
 - open_file -r /mnt/a/no_foo103 -R p
TEST104: Create O_CREAT|O_TRUNC|O_APPEND|O_RDWR
 - open_file -c -t -r -a /mnt/a/no_foo104 -W q
 - open_file -r /mnt/a/no_foo104 -R q
 - open_file -c -r -a /mnt/a/no_foo104 -W p
 - open_file -r /mnt/a/no_foo104 -R qp
***
*** ./run.sh noent-creat-excl.test
***
umount: /mnt: not mounted
TEST100: Create O_CREAT|O_EXCL|O_RDONLY
 - open_file -c -e -r /mnt/a/no_foo100 -R 
 - open_file -c -e -r /mnt/a/no_foo100 -E EEXIST
 - open_file -r /mnt/a/no_foo100 -R 
TEST101: Create O_CREAT|O_EXCL|O_WRONLY
 - open_file -c -e -w /mnt/a/no_foo101 -W q
 - open_file -r /mnt/a/no_foo101 -R q
 - open_file -c -e -w /mnt/a/no_foo101 -E EEXIST
 - open_file -r /mnt/a/no_foo101 -R q
TEST102: Create O_CREAT|O_EXCL|O_APPEND|O_WRONLY
 - open_file -c -e -a /mnt/a/no_foo102 -W q
 - open_file -r /mnt/a/no_foo102 -R q
 - open_file -c -e -a /mnt/a/no_foo102 -E EEXIST
 - open_file -r /mnt/a/no_foo102 -R q
TEST103: Create O_CREAT|O_EXCL|O_RDWR
 - open_file -c -e -r -w /mnt/a/no_foo103 -W q
 - open_file -r /mnt/a/no_foo103 -R q
 - open_file -c -e -r -w /mnt/a/no_foo103 -E EEXIST
 - open_file -r /mnt/a/no_foo103 -R q
TEST104: Create O_CREAT|O_EXCL|O_APPEND|O_RDWR
 - open_file -c -e -r -a /mnt/a/no_foo104 -W q
 - open_file -r /mnt/a/no_foo104 -R q
 - open_file -c -e -r -a /mnt/a/no_foo104 -E EEXIST
 - open_file -r /mnt/a/no_foo104 -R q
***
*** ./run.sh noent-creat-excl-trunc.test
***
umount: /mnt: not mounted
TEST100: Create O_CREAT|O_EXCL|O_TRUNC|O_RDONLY
 - open_file -c -e -t -r /mnt/a/no_foo100 -R 
 - open_file -c -e -t -r /mnt/a/no_foo100 -E EEXIST
 - open_file -r /mnt/a/no_foo100 -R 
TEST101: Create O_CREAT|O_EXCL|O_TRUNC|O_WRONLY
 - open_file -c -e -t -w /mnt/a/no_foo101 -W q
 - open_file -r /mnt/a/no_foo101 -R q
 - open_file -c -e -t -w /mnt/a/no_foo101 -E EEXIST
 - open_file -r /mnt/a/no_foo101 -R q
TEST102: Create O_CREAT|O_EXCL|O_TRUNC|O_APPEND|O_WRONLY
 - open_file -c -e -t -a /mnt/a/no_foo102 -W q
 - open_file -r /mnt/a/no_foo102 -R q
 - open_file -c -e -a /mnt/a/no_foo102 -E EEXIST
 - open_file -r /mnt/a/no_foo102 -R q
TEST103: Create O_CREAT|O_EXCL|O_TRUNC|O_RDWR
 - open_file -c -e -t -r -w /mnt/a/no_foo103 -W q
 - open_file -r /mnt/a/no_foo103 -R q
 - open_file -c -e -r -w /mnt/a/no_foo103 -E EEXIST
 - open_file -r /mnt/a/no_foo103 -R q
TEST104: Create O_CREAT|O_EXCL|O_TRUNC|O_APPEND|O_RDWR
 - open_file -c -e -t -r -a /mnt/a/no_foo104 -W q
 - open_file -r /mnt/a/no_foo104 -R q
 - open_file -c -e -r -a /mnt/a/no_foo104 -E EEXIST
 - open_file -r /mnt/a/no_foo104 -R q
***
*** ./run.sh sym1-plain.test
***
umount: /mnt: not mounted
TEST100: Open(symlink) O_RDONLY
 - open_file -r /mnt/a/direct_sym100 -R :xxx:yyy:zzz
 - open_file -r /mnt/a/direct_sym100 -R :xxx:yyy:zzz
TEST101: Open(symlink) O_WRONLY
 - open_file -w /mnt/a/direct_sym101 -W q
 - open_file -r /mnt/a/direct_sym101 -R qxxx:yyy:zzz
 - open_file -w /mnt/a/direct_sym101 -W p
 - open_file -r /mnt/a/direct_sym101 -R pxxx:yyy:zzz
TEST102: Open(symlink) O_APPEND|O_WRONLY
 - open_file -a /mnt/a/direct_sym102 -W q
 - open_file -r /mnt/a/direct_sym102 -R :xxx:yyy:zzzq
 - open_file -a /mnt/a/direct_sym102 -W p
 - open_file -r /mnt/a/direct_sym102 -R :xxx:yyy:zzzqp
TEST103: Open(symlink) O_RDWR
 - open_file -r -w /mnt/a/direct_sym103 -W q
 - open_file -r /mnt/a/direct_sym103 -R qxxx:yyy:zzz
 - open_file -r -w /mnt/a/direct_sym103 -W p
 - open_file -r /mnt/a/direct_sym103 -R pxxx:yyy:zzz
TEST104: Open(symlink) O_APPEND|O_RDWR
 - open_file -r -a /mnt/a/direct_sym104 -W q
 - open_file -r /mnt/a/direct_sym104 -R :xxx:yyy:zzzq
 - open_file -r -a /mnt/a/direct_sym104 -W p
 - open_file -r /mnt/a/direct_sym104 -R :xxx:yyy:zzzqp
***
*** ./run.sh sym1-trunc.test
***
umount: /mnt: not mounted
TEST100: Open(symlink) O_TRUNC|O_RDONLY
 - open_file -t -r /mnt/a/direct_sym100 -R 
 - open_file -t -r /mnt/a/direct_sym100 -R 
TEST101: Open(symlink) O_TRUNC|O_WRONLY
 - open_file -t -w /mnt/a/direct_sym101 -W q
 - open_file -r /mnt/a/direct_sym101 -R q
 - open_file -t -w /mnt/a/direct_sym101 -W p
 - open_file -r /mnt/a/direct_sym101 -R p
TEST102: Open(symlink) O_TRUNC|O_APPEND|O_WRONLY
 - open_file -t -a /mnt/a/direct_sym102 -W q
 - open_file -r /mnt/a/direct_sym102 -R q
 - open_file -t -a /mnt/a/direct_sym102 -W p
 - open_file -r /mnt/a/direct_sym102 -R p
TEST103: Open(symlink) O_TRUNC|O_RDWR
 - open_file -t -r -w /mnt/a/direct_sym103 -W q
 - open_file -r /mnt/a/direct_sym103 -R q
 - open_file -t -r -w /mnt/a/direct_sym103 -W p
 - open_file -r /mnt/a/direct_sym103 -R p
TEST104: Open(symlink) O_TRUNC|O_APPEND|O_RDWR
 - open_file -t -r -a /mnt/a/direct_sym104 -W q
 - open_file -r /mnt/a/direct_sym104 -R q
 - open_file -t -r -a /mnt/a/direct_sym104 -W p
 - open_file -r /mnt/a/direct_sym104 -R p
***
*** ./run.sh sym1-creat.test
***
umount: /mnt: not mounted
TEST100: Open(symlink) O_CREAT|O_RDONLY
 - open_file -c -r /mnt/a/direct_sym100 -R :xxx:yyy:zzz
 - open_file -c -r /mnt/a/direct_sym100 -R :xxx:yyy:zzz
TEST101: Open(symlink) O_CREAT|O_WRONLY
 - open_file -c -w /mnt/a/direct_sym101 -W q
 - open_file -c -r /mnt/a/direct_sym101 -R qxxx:yyy:zzz
 - open_file -c -w /mnt/a/direct_sym101 -W p
 - open_file -c -r /mnt/a/direct_sym101 -R pxxx:yyy:zzz
TEST102: Open(symlink) O_CREAT|O_APPEND|O_WRONLY
 - open_file -c -a /mnt/a/direct_sym102 -W q
 - open_file -c -r /mnt/a/direct_sym102 -R :xxx:yyy:zzzq
 - open_file -c -a /mnt/a/direct_sym102 -W p
 - open_file -c -r /mnt/a/direct_sym102 -R :xxx:yyy:zzzqp
TEST103: Open(symlink) O_CREAT|O_RDWR
 - open_file -c -r -w /mnt/a/direct_sym103 -W q
 - open_file -c -r /mnt/a/direct_sym103 -R qxxx:yyy:zzz
 - open_file -c -r -w /mnt/a/direct_sym103 -W p
 - open_file -c -r /mnt/a/direct_sym103 -R pxxx:yyy:zzz
TEST104: Open(symlink) O_CREAT|O_APPEND|O_RDWR
 - open_file -c -r -a /mnt/a/direct_sym104 -W q
 - open_file -c -r /mnt/a/direct_sym104 -R :xxx:yyy:zzzq
 - open_file -c -r -a /mnt/a/direct_sym104 -W p
 - open_file -c -r /mnt/a/direct_sym104 -R :xxx:yyy:zzzqp
***
*** ./run.sh sym1-creat-excl.test
***
umount: /mnt: not mounted
TEST100: Open(symlink) O_CREAT|O_EXCL|O_RDONLY
 - open_file -c -e -r /mnt/a/direct_sym100 -E EEXIST
 - open_file -r /mnt/a/direct_sym100 -R :xxx:yyy:zzz
TEST101: Open(symlink) O_CREAT|O_EXCL|O_WRONLY
 - open_file -c -e -w /mnt/a/direct_sym101 -E EEXIST
 - open_file -r /mnt/a/direct_sym101 -R :xxx:yyy:zzz
TEST102: Open(symlink) O_CREAT|O_EXCL|O_APPEND|O_WRONLY
 - open_file -c -e -a /mnt/a/direct_sym102 -E EEXIST
 - open_file -r /mnt/a/direct_sym102 -R :xxx:yyy:zzz
TEST103: Open(symlink) O_CREAT|O_EXCL|O_RDWR
 - open_file -c -e -r -w /mnt/a/direct_sym103 -E EEXIST
 - open_file -r /mnt/a/direct_sym103 -R :xxx:yyy:zzz
TEST104: Open(symlink) O_CREAT|O_EXCL|O_APPEND|O_RDWR
 - open_file -c -e -r -a /mnt/a/direct_sym104 -E EEXIST
 - open_file -r /mnt/a/direct_sym104 -R :xxx:yyy:zzz
***
*** ./run.sh sym2-plain.test
***
umount: /mnt: not mounted
TEST100: Open(symlink->symlink) O_RDONLY
 - open_file -r /mnt/a/indirect_sym100 -R :xxx:yyy:zzz
 - open_file -r /mnt/a/indirect_sym100 -R :xxx:yyy:zzz
TEST101: Open(symlink->symlink) O_WRONLY
 - open_file -w /mnt/a/indirect_sym101 -W q
 - open_file -r /mnt/a/indirect_sym101 -R qxxx:yyy:zzz
 - open_file -w /mnt/a/indirect_sym101 -W p
 - open_file -r /mnt/a/indirect_sym101 -R pxxx:yyy:zzz
TEST102: Open(symlink->symlink) O_APPEND|O_WRONLY
 - open_file -a /mnt/a/indirect_sym102 -W q
 - open_file -r /mnt/a/indirect_sym102 -R :xxx:yyy:zzzq
 - open_file -a /mnt/a/indirect_sym102 -W p
 - open_file -r /mnt/a/indirect_sym102 -R :xxx:yyy:zzzqp
TEST103: Open(symlink->symlink) O_RDWR
 - open_file -r -w /mnt/a/indirect_sym103 -W q
 - open_file -r /mnt/a/indirect_sym103 -R qxxx:yyy:zzz
 - open_file -r -w /mnt/a/indirect_sym103 -W p
 - open_file -r /mnt/a/indirect_sym103 -R pxxx:yyy:zzz
TEST104: Open(symlink->symlink) O_APPEND|O_RDWR
 - open_file -r -a /mnt/a/indirect_sym104 -W q
 - open_file -r /mnt/a/indirect_sym104 -R :xxx:yyy:zzzq
 - open_file -r -a /mnt/a/indirect_sym104 -W p
 - open_file -r /mnt/a/indirect_sym104 -R :xxx:yyy:zzzqp
***
*** ./run.sh sym2-trunc.test
***
umount: /mnt: not mounted
TEST100: Open(symlink->symlink) O_TRUNC|O_RDONLY
 - open_file -t -r /mnt/a/indirect_sym100 -R 
 - open_file -t -r /mnt/a/indirect_sym100 -R 
TEST101: Open(symlink->symlink) O_TRUNC|O_WRONLY
 - open_file -t -w /mnt/a/indirect_sym101 -W q
 - open_file -r /mnt/a/indirect_sym101 -R q
 - open_file -t -w /mnt/a/indirect_sym101 -W p
 - open_file -r /mnt/a/indirect_sym101 -R p
TEST102: Open(symlink->symlink) O_TRUNC|O_APPEND|O_WRONLY
 - open_file -t -a /mnt/a/indirect_sym102 -W q
 - open_file -r /mnt/a/indirect_sym102 -R q
 - open_file -t -a /mnt/a/indirect_sym102 -W p
 - open_file -r /mnt/a/indirect_sym102 -R p
TEST103: Open(symlink->symlink) O_TRUNC|O_RDWR
 - open_file -t -r -w /mnt/a/indirect_sym103 -W q
 - open_file -r /mnt/a/indirect_sym103 -R q
 - open_file -t -r -w /mnt/a/indirect_sym103 -W p
 - open_file -r /mnt/a/indirect_sym103 -R p
TEST104: Open(symlink->symlink) O_TRUNC|O_APPEND|O_RDWR
 - open_file -t -r -a /mnt/a/indirect_sym104 -W q
 - open_file -r /mnt/a/indirect_sym104 -R q
 - open_file -t -r -a /mnt/a/indirect_sym104 -W p
 - open_file -r /mnt/a/indirect_sym104 -R p
***
*** ./run.sh sym2-creat.test
***
umount: /mnt: not mounted
TEST100: Open(symlink->symlink) O_CREAT|O_RDONLY
 - open_file -c -r /mnt/a/indirect_sym100 -R :xxx:yyy:zzz
 - open_file -c -r /mnt/a/indirect_sym100 -R :xxx:yyy:zzz
TEST101: Open(symlink->symlink) O_CREAT|O_WRONLY
 - open_file -c -w /mnt/a/indirect_sym101 -W q
 - open_file -c -r /mnt/a/indirect_sym101 -R qxxx:yyy:zzz
 - open_file -c -w /mnt/a/indirect_sym101 -W p
 - open_file -c -r /mnt/a/indirect_sym101 -R pxxx:yyy:zzz
TEST102: Open(symlink->symlink) O_CREAT|O_APPEND|O_WRONLY
 - open_file -c -a /mnt/a/indirect_sym102 -W q
 - open_file -c -r /mnt/a/indirect_sym102 -R :xxx:yyy:zzzq
 - open_file -c -a /mnt/a/indirect_sym102 -W p
 - open_file -c -r /mnt/a/indirect_sym102 -R :xxx:yyy:zzzqp
TEST103: Open(symlink->symlink) O_CREAT|O_RDWR
 - open_file -c -r -w /mnt/a/indirect_sym103 -W q
 - open_file -c -r /mnt/a/indirect_sym103 -R qxxx:yyy:zzz
 - open_file -c -r -w /mnt/a/indirect_sym103 -W p
 - open_file -c -r /mnt/a/indirect_sym103 -R pxxx:yyy:zzz
TEST104: Open(symlink->symlink) O_CREAT|O_APPEND|O_RDWR
 - open_file -c -r -a /mnt/a/indirect_sym104 -W q
 - open_file -c -r /mnt/a/indirect_sym104 -R :xxx:yyy:zzzq
 - open_file -c -r -a /mnt/a/indirect_sym104 -W p
 - open_file -c -r /mnt/a/indirect_sym104 -R :xxx:yyy:zzzqp
***
*** ./run.sh sym2-creat-excl.test
***
umount: /mnt: not mounted
TEST100: Open(symlink->symlink) O_CREAT|O_EXCL|O_RDONLY
 - open_file -c -e -r /mnt/a/indirect_sym100 -E EEXIST
 - open_file -r /mnt/a/indirect_sym100 -R :xxx:yyy:zzz
TEST101: Open(symlink->symlink) O_CREAT|O_EXCL|O_WRONLY
 - open_file -c -e -w /mnt/a/indirect_sym101 -E EEXIST
 - open_file -r /mnt/a/indirect_sym101 -R :xxx:yyy:zzz
TEST102: Open(symlink->symlink) O_CREAT|O_EXCL|O_APPEND|O_WRONLY
 - open_file -c -e -a /mnt/a/indirect_sym102 -E EEXIST
 - open_file -r /mnt/a/indirect_sym102 -R :xxx:yyy:zzz
TEST103: Open(symlink->symlink) O_CREAT|O_EXCL|O_RDWR
 - open_file -c -e -r -w /mnt/a/indirect_sym103 -E EEXIST
 - open_file -r /mnt/a/indirect_sym103 -R :xxx:yyy:zzz
TEST104: Open(symlink->symlink) O_CREAT|O_EXCL|O_APPEND|O_RDWR
 - open_file -c -e -r -a /mnt/a/indirect_sym104 -E EEXIST
 - open_file -r /mnt/a/indirect_sym104 -R :xxx:yyy:zzz
***
*** ./run.sh symx-plain.test
***
umount: /mnt: not mounted
TEST100: Open(broken) O_RDONLY
 - open_file -r /mnt/a/pointless100 -E ENOENT
 - open_file -r /mnt/a/no_foo100 -E ENOENT
TEST101: Open(broken) O_WRONLY
 - open_file -w /mnt/a/pointless101 -E ENOENT
 - open_file -r /mnt/a/no_foo101 -E ENOENT
TEST102: Open(broken) O_APPEND|O_WRONLY
 - open_file -a /mnt/a/pointless102 -E ENOENT
 - open_file -r /mnt/a/no_foo102 -E ENOENT
TEST103: Open(broken) O_RDWR
 - open_file -r -w /mnt/a/pointless103 -E ENOENT
 - open_file -r /mnt/a/no_foo103 -E ENOENT
TEST104: Open(broken) O_APPEND|O_RDWR
 - open_file -r -a /mnt/a/pointless104 -E ENOENT
 - open_file -r /mnt/a/no_foo104 -E ENOENT
***
*** ./run.sh symx-trunc.test
***
umount: /mnt: not mounted
TEST100: Open(broken) O_TRUNC|O_RDONLY
 - open_file -t -r /mnt/a/pointless100 -E ENOENT
TEST101: Open(broken) O_TRUNC|O_WRONLY
 - open_file -t -w /mnt/a/pointless101 -E ENOENT
TEST102: Open(broken) O_TRUNC|O_APPEND|O_WRONLY
 - open_file -t -a /mnt/a/pointless102 -E ENOENT
TEST103: Open(broken) O_TRUNC|O_RDWR
 - open_file -t -r -w /mnt/a/pointless103 -E ENOENT
TEST104: Open(broken) O_TRUNC|O_APPEND|O_RDWR
 - open_file -t -r -a /mnt/a/pointless104 -E ENOENT
***
*** ./run.sh symx-creat.test
***
umount: /mnt: not mounted
TEST100: Open(broken) O_CREAT|O_RDONLY
 - open_file -c -r /mnt/a/pointless100 -R 
 - open_file -r /mnt/a/no_foo100 -R 
TEST101: Open(broken) O_CREAT|O_WRONLY
 - open_file -c -w /mnt/a/pointless101 -W q
 - open_file -r /mnt/a/no_foo101 -R q
TEST102: Open(broken) O_CREAT|O_APPEND|O_WRONLY
 - open_file -c -a /mnt/a/pointless102 -W q
 - open_file -r /mnt/a/no_foo102 -R q
TEST103: Open(broken) O_CREAT|O_RDWR
 - open_file -c -r -w /mnt/a/pointless103 -W q
 - open_file -r /mnt/a/no_foo103 -R q
TEST104: Open(broken) O_CREAT|O_APPEND|O_RDWR
 - open_file -c -r -a /mnt/a/pointless104 -W q
 - open_file -r /mnt/a/no_foo104 -R q
***
*** ./run.sh symx-creat-excl.test
***
umount: /mnt: not mounted
TEST100: Open(broken) O_CREAT|O_EXCL|O_RDONLY
 - open_file -c -e -r /mnt/a/pointless100 -E EEXIST
TEST101: Open(broken) O_CREAT|O_EXCL|O_WRONLY
 - open_file -c -e -w /mnt/a/pointless101 -E EEXIST
TEST102: Open(broken) O_CREAT|O_EXCL|O_APPEND|O_WRONLY
 - open_file -c -e -a /mnt/a/pointless102 -E EEXIST
TEST103: Open(broken) O_CREAT|O_EXCL|O_RDWR
 - open_file -c -e -r -w /mnt/a/pointless103 -E EEXIST
TEST104: Open(broken) O_CREAT|O_EXCL|O_APPEND|O_RDWR
 - open_file -c -e -r -a /mnt/a/pointless104 -E EEXIST
***
*** ./run.sh symx-creat-trunc.test
***
umount: /mnt: not mounted
TEST100: Open(broken) O_CREAT|O_TRUNC|O_RDONLY
 - open_file -c -t -r /mnt/a/pointless100 -R 
 - open_file -r /mnt/a/no_foo100 -R 
TEST101: Open(broken) O_CREAT|O_TRUNC|O_WRONLY
 - open_file -c -t -w /mnt/a/pointless101 -W q
 - open_file -r /mnt/a/no_foo101 -R q
TEST102: Open(broken) O_CREAT|O_TRUNC|O_APPEND|O_WRONLY
 - open_file -c -t -a /mnt/a/pointless102 -W q
 - open_file -r /mnt/a/no_foo102 -R q
TEST103: Open(broken) O_CREAT|O_TRUNC|O_RDWR
 - open_file -c -t -r -w /mnt/a/pointless103 -W q
 - open_file -r /mnt/a/no_foo103 -R q
TEST104: Open(broken) O_CREAT|O_TRUNC|O_APPEND|O_RDWR
 - open_file -c -t -r -a /mnt/a/pointless104 -W q
 - open_file -r /mnt/a/no_foo104 -R q
***
*** ./run.sh truncate.test
***
umount: /mnt: not mounted
TEST129: Prepare comparison
16+0 records in
16+0 records out
TEST100: Truncate to 0
 - fs_op truncate /mnt/a/foo100 0
TEST101: Truncate to 1
 - fs_op truncate /mnt/a/foo101 1
TEST102: Truncate to 2
 - fs_op truncate /mnt/a/foo102 2
TEST103: Truncate to 3
 - fs_op truncate /mnt/a/foo103 3
TEST104: Truncate to 4
 - fs_op truncate /mnt/a/foo104 4
TEST105: Truncate to 5
 - fs_op truncate /mnt/a/foo105 5
TEST106: Truncate to 6
 - fs_op truncate /mnt/a/foo106 6
TEST107: Truncate to 7
 - fs_op truncate /mnt/a/foo107 7
TEST108: Truncate to 8
 - fs_op truncate /mnt/a/foo108 8
TEST109: Truncate to 9
 - fs_op truncate /mnt/a/foo109 9
TEST110: Truncate to 10
 - fs_op truncate /mnt/a/foo110 10
TEST111: Truncate to 11
 - fs_op truncate /mnt/a/foo111 11
TEST112: Truncate to 12
 - fs_op truncate /mnt/a/foo112 12
TEST113: Truncate to 13
 - fs_op truncate /mnt/a/foo113 13
TEST114: Truncate to 14
 - fs_op truncate /mnt/a/foo114 14
TEST115: Truncate to 15
 - fs_op truncate /mnt/a/foo115 15
TEST116: Truncate to 16
 - fs_op truncate /mnt/a/foo116 16
TEST117: Truncate to 17
 - fs_op truncate /mnt/a/foo117 17
TEST118: Truncate to 18
 - fs_op truncate /mnt/a/foo118 18
TEST119: Truncate to 19
 - fs_op truncate /mnt/a/foo119 19
TEST120: Truncate to 20
 - fs_op truncate /mnt/a/foo120 20
TEST121: Truncate to 21
 - fs_op truncate /mnt/a/foo121 21
TEST122: Truncate to 22
 - fs_op truncate /mnt/a/foo122 22
TEST123: Truncate to 23
 - fs_op truncate /mnt/a/foo123 23
TEST124: Truncate to 24
 - fs_op truncate /mnt/a/foo124 24
TEST125: Truncate to 25
 - fs_op truncate /mnt/a/foo125 25
TEST126: Truncate to 26
 - fs_op truncate /mnt/a/foo126 26
TEST127: Truncate to 27
 - fs_op truncate /mnt/a/foo127 27
TEST128: Truncate to 28
 - fs_op truncate /mnt/a/foo128 28
***
*** ./run.sh dir-open.test
***
umount: /mnt: not mounted
TEST100: Open O_RDONLY
 - open_file -r /mnt/a/dir100
 - open_file -r /mnt/a/dir100
TEST101: Open O_WRONLY
 - open_file -w /mnt/a/dir101 -E EISDIR
 - open_file -r /mnt/a/dir101
 - open_file -w /mnt/a/dir101 -E EISDIR
 - open_file -r /mnt/a/dir101
TEST102: Open O_WRONLY * 2
 - open_file -w /mnt/a/dir102 -E EISDIR
 - open_file -w /mnt/a/dir102 -E EISDIR
 - open_file -r /mnt/a/dir102
TEST103: Open O_APPEND|O_WRONLY
 - open_file -a /mnt/a/dir103 -E EISDIR
 - open_file -r /mnt/a/dir103
 - open_file -a /mnt/a/dir103 -E EISDIR
 - open_file -r /mnt/a/dir103
TEST104: Open O_RDWR
 - open_file -r -w /mnt/a/dir104 -E EISDIR
 - open_file -r /mnt/a/dir104
 - open_file -r -w /mnt/a/dir104 -E EISDIR
 - open_file -r /mnt/a/dir104
TEST105: Open O_APPEND|O_RDWR
 - open_file -r -a /mnt/a/dir105 -E EISDIR
 - open_file -r /mnt/a/dir105
 - open_file -r -a /mnt/a/dir105 -E EISDIR
 - open_file -r /mnt/a/dir105
***
*** ./run.sh dir-weird-open.test
***
umount: /mnt: not mounted
TEST100: Open O_RDONLY | O_CREAT
 - open_file -r -c /mnt/a/dir100 -E EISDIR
 - open_file -r /mnt/a/dir100
TEST101: Open O_RDONLY | O_CREAT | O_EXCL
 - open_file -r -c -e /mnt/a/dir101 -E EEXIST
 - open_file -r /mnt/a/dir101
TEST102: Open O_RDONLY | O_TRUNC
 - open_file -r -t /mnt/a/dir102 -E EISDIR
 - open_file -r /mnt/a/dir102
TEST103: Open O_RDONLY | O_TRUNC | O_CREAT
 - open_file -r -t -c /mnt/a/dir103 -E EISDIR
 - open_file -r /mnt/a/dir103
TEST104: Open O_RDONLY | O_TRUNC | O_CREAT | O_EXCL
 - open_file -r -t -c -e /mnt/a/dir104 -E EEXIST
 - open_file -r /mnt/a/dir104
TEST105: Open O_RDONLY | O_CREAT
 - open_file -w -c /mnt/a/dir105 -E EISDIR
 - open_file -r /mnt/a/dir105
TEST106: Open O_RDONLY | O_CREAT | O_EXCL
 - open_file -w -c -e /mnt/a/dir106 -E EEXIST
 - open_file -r /mnt/a/dir106
TEST107: Open O_RDONLY | O_TRUNC
 - open_file -w -t /mnt/a/dir107 -E EISDIR
 - open_file -r /mnt/a/dir107
TEST108: Open O_RDONLY | O_TRUNC | O_CREAT
 - open_file -w -t -c /mnt/a/dir108 -E EISDIR
 - open_file -r /mnt/a/dir108
TEST109: Open O_RDONLY | O_TRUNC | O_CREAT | O_EXCL
 - open_file -w -t -c -e /mnt/a/dir109 -E EEXIST
 - open_file -r /mnt/a/dir109
***
*** ./run.sh dir-open-dir.test
***
umount: /mnt: not mounted
TEST100: Open O_DIRECTORY | O_RDONLY
 - open_file -d -r /mnt/a/dir100
 - open_file -d -r /mnt/a/dir100
TEST101: Open O_DIRECTORY | O_WRONLY
 - open_file -d -w /mnt/a/dir101 -E EISDIR
 - open_file -d -r /mnt/a/dir101
 - open_file -d -w /mnt/a/dir101 -E EISDIR
 - open_file -d -r /mnt/a/dir101
TEST102: Open O_DIRECTORY | O_WRONLY * 2
 - open_file -d -w /mnt/a/dir102 -E EISDIR
 - open_file -d -w /mnt/a/dir102 -E EISDIR
 - open_file -d -r /mnt/a/dir102
TEST103: Open O_DIRECTORY | O_APPEND|O_WRONLY
 - open_file -d -a /mnt/a/dir103 -E EISDIR
 - open_file -d -r /mnt/a/dir103
 - open_file -d -a /mnt/a/dir103 -E EISDIR
 - open_file -d -r /mnt/a/dir103
TEST104: Open O_DIRECTORY | O_RDWR
 - open_file -d -r -w /mnt/a/dir104 -E EISDIR
 - open_file -d -r /mnt/a/dir104
 - open_file -d -r -w /mnt/a/dir104 -E EISDIR
 - open_file -d -r /mnt/a/dir104
TEST105: Open O_DIRECTORY | O_APPEND|O_RDWR
 - open_file -d -r -a /mnt/a/dir105 -E EISDIR
 - open_file -d -r /mnt/a/dir105
 - open_file -d -r -a /mnt/a/dir105 -E EISDIR
 - open_file -d -r /mnt/a/dir105
***
*** ./run.sh dir-weird-open-dir.test
***
umount: /mnt: not mounted
TEST100: Open O_DIRECTORY | O_RDONLY | O_CREAT
 - open_file -d -r -c /mnt/a/dir100 -E EISDIR
 - open_file -d -r /mnt/a/dir100
TEST101: Open O_DIRECTORY | O_RDONLY | O_CREAT | O_EXCL
 - open_file -d -r -c -e /mnt/a/dir101 -E EEXIST
 - open_file -d -r /mnt/a/dir101
TEST102: Open O_DIRECTORY | O_RDONLY | O_TRUNC
 - open_file -d -r -t /mnt/a/dir102 -E EISDIR
 - open_file -d -r /mnt/a/dir102
TEST103: Open O_DIRECTORY | O_RDONLY | O_TRUNC | O_CREAT
 - open_file -d -r -t -c /mnt/a/dir103 -E EISDIR
 - open_file -d -r /mnt/a/dir103
TEST104: Open O_DIRECTORY | O_RDONLY | O_TRUNC | O_CREAT | O_EXCL
 - open_file -d -r -t -c -e /mnt/a/dir104 -E EEXIST
 - open_file -d -r /mnt/a/dir104
TEST105: Open O_DIRECTORY | O_RDONLY | O_CREAT
 - open_file -d -w -c /mnt/a/dir105 -E EISDIR
 - open_file -d -r /mnt/a/dir105
TEST106: Open O_DIRECTORY | O_RDONLY | O_CREAT | O_EXCL
 - open_file -d -w -c -e /mnt/a/dir106 -E EEXIST
 - open_file -d -r /mnt/a/dir106
TEST107: Open O_DIRECTORY | O_RDONLY | O_TRUNC
 - open_file -d -w -t /mnt/a/dir107 -E EISDIR
 - open_file -d -r /mnt/a/dir107
TEST108: Open O_DIRECTORY | O_RDONLY | O_TRUNC | O_CREAT
 - open_file -d -w -t -c /mnt/a/dir108 -E EISDIR
 - open_file -d -r /mnt/a/dir108
TEST109: Open O_DIRECTORY | O_RDONLY | O_TRUNC | O_CREAT | O_EXCL
 - open_file -d -w -t -c -e /mnt/a/dir109 -E EEXIST
 - open_file -d -r /mnt/a/dir109
***
*** ./run.sh dir-sym1-open.test
***
umount: /mnt: not mounted
TEST100: Open(dir symlink) O_RDONLY
 - open_file -r /mnt/a/direct_dir_sym100
 - open_file -r /mnt/a/direct_dir_sym100
TEST101: Open(dir symlink) O_WRONLY
 - open_file -w /mnt/a/direct_dir_sym101 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym101
 - open_file -w /mnt/a/direct_dir_sym101 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym101
TEST102: Open(dir symlink) O_APPEND|O_WRONLY
 - open_file -a /mnt/a/direct_dir_sym102 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym102
 - open_file -a /mnt/a/direct_dir_sym102 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym102
TEST103: Open(dir symlink) O_RDWR
 - open_file -r -w /mnt/a/direct_dir_sym103 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym103
 - open_file -r -w /mnt/a/direct_dir_sym103 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym103
TEST104: Open(dir symlink) O_APPEND|O_RDWR
 - open_file -r -a /mnt/a/direct_dir_sym104 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym104
 - open_file -r -a /mnt/a/direct_dir_sym104 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym104
***
*** ./run.sh dir-sym1-weird-open.test
***
umount: /mnt: not mounted
TEST100: Open(dir symlink) O_RDONLY | O_CREAT
 - open_file -r -c /mnt/a/direct_dir_sym100 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym100
TEST101: Open(dir symlink) O_RDONLY | O_CREAT | O_EXCL
 - open_file -r -c -e /mnt/a/direct_dir_sym101 -E EEXIST
 - open_file -r /mnt/a/direct_dir_sym101
TEST102: Open(dir symlink) O_RDONLY | O_TRUNC
 - open_file -r -t /mnt/a/direct_dir_sym102 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym102
TEST103: Open(dir symlink) O_RDONLY | O_TRUNC | O_CREAT
 - open_file -r -t -c /mnt/a/direct_dir_sym103 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym103
TEST104: Open(dir symlink) O_RDONLY | O_TRUNC | O_CREAT | O_EXCL
 - open_file -r -t -c -e /mnt/a/direct_dir_sym104 -E EEXIST
 - open_file -r /mnt/a/direct_dir_sym104
TEST105: Open(dir symlink) O_WRONLY | O_CREAT
 - open_file -w -c /mnt/a/direct_dir_sym105 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym105
TEST106: Open(dir symlink) O_WRONLY | O_CREAT | O_EXCL
 - open_file -w -c -e /mnt/a/direct_dir_sym106 -E EEXIST
 - open_file -r /mnt/a/direct_dir_sym106
TEST107: Open(dir symlink) O_WRONLY | O_TRUNC
 - open_file -w -t /mnt/a/direct_dir_sym107 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym107
TEST108: Open(dir symlink) O_WRONLY | O_TRUNC | O_CREAT
 - open_file -w -t -c /mnt/a/direct_dir_sym108 -E EISDIR
 - open_file -r /mnt/a/direct_dir_sym108
TEST109: Open(dir symlink) O_WRONLY | O_TRUNC | O_CREAT | O_EXCL
 - open_file -w -t -c -e /mnt/a/direct_dir_sym109 -E EEXIST
 - open_file -r /mnt/a/direct_dir_sym109
***
*** ./run.sh dir-sym2-open.test
***
umount: /mnt: not mounted
TEST100: Open(dir symlink) O_RDONLY
 - open_file -r /mnt/a/indirect_dir_sym100
 - open_file -r /mnt/a/indirect_dir_sym100
TEST101: Open(dir symlink) O_WRONLY
 - open_file -w /mnt/a/indirect_dir_sym101 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym101
 - open_file -w /mnt/a/indirect_dir_sym101 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym101
TEST102: Open(dir symlink) O_APPEND|O_WRONLY
 - open_file -a /mnt/a/indirect_dir_sym102 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym102
 - open_file -a /mnt/a/indirect_dir_sym102 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym102
TEST103: Open(dir symlink) O_RDWR
 - open_file -r -w /mnt/a/indirect_dir_sym103 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym103
 - open_file -r -w /mnt/a/indirect_dir_sym103 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym103
TEST104: Open(dir symlink) O_APPEND|O_RDWR
 - open_file -r -a /mnt/a/indirect_dir_sym104 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym104
 - open_file -r -a /mnt/a/indirect_dir_sym104 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym104
***
*** ./run.sh dir-sym2-weird-open.test
***
umount: /mnt: not mounted
TEST100: Open(dir symlink) O_RDONLY | O_CREAT
 - open_file -r -c /mnt/a/indirect_dir_sym100 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym100
TEST101: Open(dir symlink) O_RDONLY | O_CREAT | O_EXCL
 - open_file -r -c -e /mnt/a/indirect_dir_sym101 -E EEXIST
 - open_file -r /mnt/a/indirect_dir_sym101
TEST102: Open(dir symlink) O_RDONLY | O_TRUNC
 - open_file -r -t /mnt/a/indirect_dir_sym102 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym102
TEST103: Open(dir symlink) O_RDONLY | O_TRUNC | O_CREAT
 - open_file -r -t -c /mnt/a/indirect_dir_sym103 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym103
TEST104: Open(dir symlink) O_RDONLY | O_TRUNC | O_CREAT | O_EXCL
 - open_file -r -t -c -e /mnt/a/indirect_dir_sym104 -E EEXIST
 - open_file -r /mnt/a/indirect_dir_sym104
TEST105: Open(dir symlink) O_WRONLY | O_CREAT
 - open_file -w -c /mnt/a/indirect_dir_sym105 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym105
TEST106: Open(dir symlink) O_WRONLY | O_CREAT | O_EXCL
 - open_file -w -c -e /mnt/a/indirect_dir_sym106 -E EEXIST
 - open_file -r /mnt/a/indirect_dir_sym106
TEST107: Open(dir symlink) O_WRONLY | O_TRUNC
 - open_file -w -t /mnt/a/indirect_dir_sym107 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym107
TEST108: Open(dir symlink) O_WRONLY | O_TRUNC | O_CREAT
 - open_file -w -t -c /mnt/a/indirect_dir_sym108 -E EISDIR
 - open_file -r /mnt/a/indirect_dir_sym108
TEST109: Open(dir symlink) O_WRONLY | O_TRUNC | O_CREAT | O_EXCL
 - open_file -w -t -c -e /mnt/a/indirect_dir_sym109 -E EEXIST
 - open_file -r /mnt/a/indirect_dir_sym109
***
*** ./run.sh readlink.test
***
umount: /mnt: not mounted
Readlink file
 - fs_op readlink /mnt/a/foo100 -E EINVAL
Readlink direct symlink to file
 - fs_op readlink /mnt/a/direct_sym100 -R ../a/foo100
Readlink indirect symlink to file
 - fs_op readlink /mnt/a/indirect_sym100 -R direct_sym100
Readlink dir
 - fs_op readlink /mnt/a/dir100 -E EINVAL
Readlink direct symlink to dir
 - fs_op readlink /mnt/a/direct_dir_sym100 -R ../a/dir100
Readlink indirect symlink to dir
 - fs_op readlink /mnt/a/indirect_dir_sym100 -R /mnt/a/direct_dir_sym100
Readlink absent file
 - fs_op readlink /mnt/a/no_foo100 -E ENOENT
Readlink broken symlink to absent file
 - fs_op readlink /mnt/a/pointless100 -R no_foo100
Readlink broken symlink
 - fs_op readlink /mnt/a/pointless101 -R no_foo101
Readlink absent file pointed to by broken symlink
 - fs_op readlink /mnt/a/no_foo101 -E ENOENT
***
*** ./run.sh impermissible.test
***
umount: /mnt: not mounted
TEST100: Impermissible open O_TRUNC|O_WRONLY
 - open_file_as_bin -t -w /mnt/a/rootfile100 -E EACCES
 - open_file_as_bin -w /mnt/a/rootfile100 -E EACCES
 - open_file_as_bin -r /mnt/a/rootfile100 -R :xxx:yyy:zzz
 - open_file -r /mnt/a/rootfile100 -R :xxx:yyy:zzz
 - open_file -w /mnt/a/rootfile100 -W shark
 - open_file -r /mnt/a/rootfile100 -R sharkyyy:zzz
 - open_file_as_bin -r /mnt/a/rootfile100 -R sharkyyy:zzz
TEST101: Impermissible open O_WRONLY
 - open_file_as_bin -w /mnt/a/rootfile101 -E EACCES
 - open_file_as_bin -w /mnt/a/rootfile101 -E EACCES
 - open_file_as_bin -r /mnt/a/rootfile101 -R :xxx:yyy:zzz
 - open_file -r /mnt/a/rootfile101 -R :xxx:yyy:zzz
 - open_file -w /mnt/a/rootfile101 -W shark
 - open_file -r /mnt/a/rootfile101 -R sharkyyy:zzz
 - open_file_as_bin -r /mnt/a/rootfile101 -R sharkyyy:zzz
TEST102: Impermissible open O_APPEND
 - open_file_as_bin -a /mnt/a/rootfile102 -E EACCES
 - open_file_as_bin -a /mnt/a/rootfile102 -E EACCES
 - open_file_as_bin -r /mnt/a/rootfile102 -R :xxx:yyy:zzz
 - open_file -r /mnt/a/rootfile102 -R :xxx:yyy:zzz
 - open_file -a /mnt/a/rootfile102 -W shark
 - open_file -r /mnt/a/rootfile102 -R :xxx:yyy:zzzshark
 - open_file_as_bin -r /mnt/a/rootfile102 -R :xxx:yyy:zzzshark
TEST103: Impermissible truncate
 - fs_op_as_bin truncate /mnt/a/rootfile103 4 -E EACCES
 - fs_op_as_bin truncate /mnt/a/rootfile103 4 -E EACCES
 - open_file_as_bin -r /mnt/a/rootfile103 -R :xxx:yyy:zzz
 - open_file -r /mnt/a/rootfile103 -R :xxx:yyy:zzz
 - fs_op truncate /mnt/a/rootfile103 4
 - open_file -r /mnt/a/rootfile103 -R :xxx
 - open_file_as_bin -r /mnt/a/rootfile103 -R :xxx
TEST104: Impermissible utimes
 - fs_op_as_bin utimes /mnt/a/rootfile104 -E EACCES
/mnt/a/rootfile104: Test file not on upper filesystem (line 130)

  reply	other threads:[~2014-05-30  4:15 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-23  9:43 [PATCH 00/13] overlay filesystem v22 Miklos Szeredi
2014-05-23  9:43 ` [PATCH 01/13] vfs: add i_op->dentry_open() Miklos Szeredi
2014-05-23  9:43 ` [PATCH 02/13] vfs: export do_splice_direct() to modules Miklos Szeredi
2014-05-23  9:43 ` [PATCH 03/13] vfs: export __inode_permission() " Miklos Szeredi
2014-05-23  9:43 ` [PATCH 04/13] vfs: introduce clone_private_mount() Miklos Szeredi
2014-05-23  9:43 ` [PATCH 05/13] vfs: export check_sticky() Miklos Szeredi
2014-05-23  9:43 ` [PATCH 06/13] vfs: add whiteout support Miklos Szeredi
2014-05-24  8:29   ` Tetsuo Handa
2014-05-23  9:43 ` [PATCH 07/13] vfs: add RENAME_WHITEOUT Miklos Szeredi
2014-05-24  8:02   ` Azat Khuzhin
2014-05-23  9:43 ` [PATCH 08/13] overlay filesystem Miklos Szeredi
2014-05-23  9:43 ` [PATCH 09/13] overlayfs: add statfs support Miklos Szeredi
2014-05-23  9:43 ` [PATCH 10/13] overlayfs: implement show_options Miklos Szeredi
2014-05-23  9:43 ` [PATCH 11/13] overlay: overlay filesystem documentation Miklos Szeredi
2014-05-23  9:43 ` [PATCH 12/13] fs: limit filesystem stacking depth Miklos Szeredi
2014-05-23  9:43 ` [PATCH 13/13] vfs: dcache: Export d_ancestor to modules Miklos Szeredi
2014-05-26  1:56 ` [PATCH 00/13] overlay filesystem v22 J. R. Okajima
2014-05-28 16:06   ` Miklos Szeredi
2014-05-29 10:26   ` David Howells
2014-05-29 11:26     ` Miklos Szeredi
2014-05-29 10:54 ` Kernel errors with " David Howells
2014-05-29 11:16 ` David Howells
2014-05-29 11:28 ` David Howells
2014-05-29 12:07   ` Miklos Szeredi
2014-05-29 16:06     ` Miklos Szeredi
2014-05-29 16:10       ` Sedat Dilek
2014-05-29 16:23     ` More kernel " David Howells
2014-05-29 16:36       ` Miklos Szeredi
2014-05-29 16:44       ` David Howells
2014-05-29 16:48 ` Unionmount and overlayfs testsuite David Howells
2014-05-29 17:11   ` Sedat Dilek
2014-05-29 17:15   ` David Howells
2014-05-29 17:19     ` Sedat Dilek
2014-05-29 17:24     ` David Howells
2014-05-29 17:36       ` Sedat Dilek
2014-05-29 17:41       ` David Howells
2014-05-29 17:44         ` Sedat Dilek
2014-05-29 18:22         ` David Howells
2014-05-29 18:44           ` Sedat Dilek
2014-05-29 18:53             ` Sedat Dilek
2014-05-29 19:20             ` David Howells
2014-05-29 19:24               ` Sedat Dilek
2014-05-29 19:25           ` David Howells
2014-05-29 19:28             ` Sedat Dilek
2014-05-29 19:35           ` David Howells
2014-05-29 20:00             ` Sedat Dilek
2014-05-29 20:59             ` David Howells
2014-05-30  4:15               ` Sedat Dilek [this message]
2014-05-30  4:29                 ` Sedat Dilek
2014-05-30  7:54               ` David Howells
2014-05-29 17:35     ` Sedat Dilek
2014-05-29 17:50     ` David Howells
2014-05-29 17:58       ` Sedat Dilek
2014-05-29 18:23       ` Dave Jones
2014-05-29 18:27       ` David Howells
2014-05-29 17:17   ` David Howells
2014-05-29 23:21   ` Dave Chinner
2014-05-30  3:35   ` J. R. Okajima
2014-05-30  4:44     ` J. R. Okajima
2014-05-30  8:49   ` David Howells
2014-05-30  9:15     ` J. R. Okajima
2014-06-03  8:08     ` Sedat Dilek
2014-06-03  9:00     ` David Howells
2014-06-03  9:12       ` Miklos Szeredi
2014-06-03  9:18       ` Sedat Dilek
2014-06-03  9:26         ` Sedat Dilek
2014-06-03  9:39           ` Sedat Dilek
2014-06-03  9:42           ` Miklos Szeredi
2014-06-03 10:15             ` Sedat Dilek
2014-06-03 10:21             ` Sedat Dilek
2014-06-03 10:55               ` Sedat Dilek
2014-06-03 10:33           ` David Howells
2014-06-03 13:21             ` Miklos Szeredi
2014-06-03 14:26               ` Sedat Dilek
2014-06-03 15:30             ` David Howells
2014-06-03 15:53               ` Miklos Szeredi
2014-06-05 22:16               ` David Howells
2014-06-24 16:46               ` Overlayfs rename bug David Howells
2014-07-08  9:29                 ` Miklos Szeredi
2014-07-08  9:56                 ` David Howells
2014-07-09 14:14                   ` Miklos Szeredi
2014-05-30  9:14   ` Unionmount and overlayfs testsuite David Howells
2014-05-29 17:29 ` Kernel errors with overlay filesystem v22 David Howells

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+icZUUqiOudA62bK1kb6nd2GmLei3D06+-GFYXEabXGu4afhg@mail.gmail.com \
    --to=sedat.dilek@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=apw@canonical.com \
    --cc=dhowells@redhat.com \
    --cc=ezk@fsl.cs.sunysb.edu \
    --cc=hch@infradead.org \
    --cc=hooanon05@yahoo.co.jp \
    --cc=jordipujolp@gmail.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    --cc=mszeredi@suse.cz \
    --cc=nbd@openwrt.org \
    --cc=neilb@suse.de \
    --cc=torvalds@linux-foundation.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).