lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 19 Jan 2015 16:27:41 +0400
From:	Dmitry Monakhov <dmonakhov@...nvz.org>
To:	Xiaoguang Wang <wangxg.fnst@...fujitsu.com>,
	fstests@...r.kernel.org, linux-ext4@...r.kernel.org
Cc:	tytso@....edu, david@...morbit.com,
	Xiaoguang Wang <wangxg.fnst@...fujitsu.com>
Subject: Re: [PATCH] ext4/30[23]: ignore EBUSY error


Xiaoguang Wang <wangxg.fnst@...fujitsu.com> writes:

Acked-by Dmitry Monakhov <dmonakhov@...nvz.org>
> xfstests ext4/302, ext4/303 are ext4 defragmentation stress test,
> which will ioctl(EXT4_IOC_MOVE_EXT), so EBUSY is expected to happen,
> for example, when page's corresponding buffer_head's state is BH_Dirty.
>
> Signed-off-by: Xiaoguang Wang <wangxg.fnst@...fujitsu.com>
> ---
>  tests/ext4/302 | 2 ++
>  tests/ext4/303 | 2 ++
>  2 files changed, 4 insertions(+)
>
> diff --git a/tests/ext4/302 b/tests/ext4/302
> index 1e90016..c604c8f 100755
> --- a/tests/ext4/302
> +++ b/tests/ext4/302
> @@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
>  size=999G
>  buffered=0
>  fadvise_hint=0
> +continue_on_error=write
> +ignore_error=,EBUSY
>  
>  ##########################################
>  # Test2
> diff --git a/tests/ext4/303 b/tests/ext4/303
> index 9573872..2d01f0f 100755
> --- a/tests/ext4/303
> +++ b/tests/ext4/303
> @@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
>  size=999G
>  buffered=0
>  fadvise_hint=0
> +continue_on_error=write
> +ignore_error=,EBUSY
>  
>  #################################
>  # Test3
> -- 
> 1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ