[LTP] [PATCH] sendfile09: skip on native 32-bit kernels
Avinesh Kumar
avinesh.kumar@suse.com
Thu Jun 25 17:04:51 CEST 2026
Hi,
On 6/24/26 10:41 AM, Andrea Cervesato via ltp wrote:
> Hi Avinesh,
>
>> + if (tst_kernel_bits() == 32)
>> + tst_brk(TCONF, "Test is only supported on 64-bit kernels");
>
> Why not .needs_abi_bits == 64?
Thanks for the review.
I switched to .needs_abi_bits check in v2
<https://lore.kernel.org/ltp/20260623195000.110648-1-avinesh.kumar@suse.com/>
Regards,
Avinesh
More information about the ltp
mailing list