On 1/15/24 1:14 PM, Matthew Wilcox wrote:
On Mon, Jan 15, 2024 at 01:05:37PM -0800, dai.ngo@xxxxxxxxxx wrote:
(resend with correct Jorge Mora address)
The 'open' tests of nfstest_posix failed with 6.7 kernel with these errors:
FAIL: open - opening existent file should return an error when O_EXCL|O_CREAT is used (256 passed, 256 failed)
FAIL: open - opening symbolic link should return an error when O_EXCL|O_CREAT is used (256 passed, 256 failed)
it might be helpful if you either included a source code snippet of
"nfstest_posix" or a link to where we can see what it's doing. or an
strace of the failing call.
This is the link to source code of nfstest:
http://wiki.linux-nfs.org/wiki/index.php/NFStest#Download To reproduce
the problem run the test as follow: nfstest_posix --server /nfs_server/
--export=//home/nfs_share/ --notty --createlog --nfsversion=4.1
--tmpdir=/var/tmp/nfstestlogs --verbose all --runtest open -Dai