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]
Message-ID: <20250712085328.kjutrljvhy7ht2mq@dell-per750-06-vm-08.rhts.eng.pek2.redhat.com>
Date: Sat, 12 Jul 2025 16:53:28 +0800
From: Zorro Lang <zlang@...hat.com>
To: Ojaswin Mujoo <ojaswin@...ux.ibm.com>
Cc: fstests@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] generic/365: Add fix hint for ext4

On Fri, Jul 11, 2025 at 11:57:44PM +0530, Ojaswin Mujoo wrote:
> This test fails on ext4 if the commit 4a622e4d477b
> is missing in the kernel. Add this hint.
> 
> Signed-off-by: Ojaswin Mujoo <ojaswin@...ux.ibm.com>
> ---

It's simple enough to catch up the release of this weekend :)

Reviewed-by: Zorro Lang <zlang@...hat.com>

>  tests/generic/365 | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/generic/365 b/tests/generic/365
> index 1bca848a..36cb2530 100755
> --- a/tests/generic/365
> +++ b/tests/generic/365
> @@ -14,6 +14,9 @@ if [ "$FSTYP" = "xfs" ]; then
>  		"xfs: Fix the owner setting issue for rmap query in xfs fsmap"
>  	_fixed_by_kernel_commit ca6448aed4f1 \
>  		"xfs: Fix missing interval for missing_owner in xfs fsmap"
> +elif [ "$FSTYP" = "ext4" ]; then
> +	_fixed_by_kernel_commit 4a622e4d477b \
> +		"ext4: fix FS_IOC_GETFSMAP handling"
>  fi
>  
>  . ./common/filter
> -- 
> 2.49.0
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ