From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15DD2C4332F for ; Sat, 11 Nov 2023 18:37:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229448AbjKKShK (ORCPT ); Sat, 11 Nov 2023 13:37:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbjKKShJ (ORCPT ); Sat, 11 Nov 2023 13:37:09 -0500 Received: from todd.t-8ch.de (todd.t-8ch.de [IPv6:2a01:4f8:c010:41de::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6411F3861 for ; Sat, 11 Nov 2023 10:37:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=t-8ch.de; s=mail; t=1699727823; bh=5rQT6Jaf1rORZHpTRJs0HUO9ddTIjt3VuHYChhtIpOc=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=RhbDZ0dOjRzQdZCD+hGd51525NV/KLC0r5ABUaK1ArQWkXix+GWrg9gl0iIJVdERa T6IVlrS1yrbK/n3n1T6loZq6im08x9fihgAMTWc8iIvind7guV8qVjigtUyE9P9f9P Y0qcNLGs+tfJjUdrBM+tfMChN6SQcI+0jHcOfm+o= Date: Sat, 11 Nov 2023 19:37:02 +0100 (GMT+01:00) From: =?UTF-8?Q?Thomas_Wei=C3=9Fschuh_?= To: John Paul Adrian Glaubitz Cc: util-linux@vger.kernel.org Message-ID: <27dc0b31-bfd5-4519-b46e-c0bcafe0702a@t-8ch.de> In-Reply-To: <2eedea423b789396d263ff4aef05736ea48d4f46.camel@physik.fu-berlin.de> References: <2eedea423b789396d263ff4aef05736ea48d4f46.camel@physik.fu-berlin.de> Subject: Re: RFH: fincore/count lsfd/column-xmode failing on sparc64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Correlation-ID: <27dc0b31-bfd5-4519-b46e-c0bcafe0702a@t-8ch.de> Precedence: bulk List-ID: X-Mailing-List: util-linux@vger.kernel.org Hi, Nov 11, 2023 19:23:20 John Paul Adrian Glaubitz : > Hello! > > On sparc64 running Linux 6.5.0, the following two tests are failing: Which version of util-linux is this? For the fincore test: Can you check with strace if it is using the mincore or cachestat syscall? > =C2=A0 2 tests of 283 FAILED > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 fincore/count > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 lsfd/column-xmode >