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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 277F4C433DB for ; Fri, 12 Feb 2021 04:04:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E6F0564DE0 for ; Fri, 12 Feb 2021 04:04:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229469AbhBLEEX (ORCPT ); Thu, 11 Feb 2021 23:04:23 -0500 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:34695 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229457AbhBLEEV (ORCPT ); Thu, 11 Feb 2021 23:04:21 -0500 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 11C43Ujo025536 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 11 Feb 2021 23:03:30 -0500 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 1C35015C3601; Thu, 11 Feb 2021 23:03:30 -0500 (EST) Date: Thu, 11 Feb 2021 23:03:30 -0500 From: "Theodore Ts'o" To: Drew DeVault Cc: linux-ext4@vger.kernel.org Subject: Re: j_recover_fast_commit: : failed on musl-riscv64 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Thu, Feb 11, 2021 at 03:48:11PM -0500, Drew DeVault wrote: > Hiya! I'm not really sure how to interpret this test failure with > e2fsprogs 1.46.1. Any ideas? It doesn't fail on musl-amd64 on Debian: {/tmp/e} 1006% make -j16 ... t_mmp_2off: disable MMP using tune2fs: ok 370 tests succeeded 0 tests failed make[1]: Leaving directory '/tmp/e/tests' {/tmp/e} 1007% ./config.status --version config.status configured by /usr/projects/e2fsprogs/e2fsprogs/configure, generated by GNU Autoconf 2.69, with options "'CC=musl-gcc'" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. {/tmp/e} 1008% dpkg -l musl\* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-==================================== ii musl:amd64 1.2.2-1 amd64 standard C library ii musl-dev:amd64 1.2.2-1 amd64 standard C library development files ii musl-tools 1.2.2-1 amd64 standard C library tools {/tmp/e} 1009% gcc --version gcc (Debian 10.2.1-6) 10.2.1 20210110 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Can you try using glibc on RiscV and see if it passes with glibc? - Ted