From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-xb34.google.com (mail-yb1-xb34.google.com [IPv6:2607:f8b0:4864:20::b34]) by sourceware.org (Postfix) with ESMTPS id 8F6923857C5E for ; Fri, 20 Aug 2021 10:35:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8F6923857C5E Received: by mail-yb1-xb34.google.com with SMTP id n126so4663813ybf.6 for ; Fri, 20 Aug 2021 03:35:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jQpJiUTolktkfe+0tYZmbtPGsOaid8PmitAcK2Lkt+s=; b=jeIVAEHaWFCSYMfkC14V3XWCZIwzX5hDH9emhwogNT+/W8gsOtCf4TR8oZ7B9IP0ea meM/u23wDMNe0ItrDI7ocDj9rvA2uKrAqtdGG4K7Nz9XvSNiAF9lbAdxMot6owKtIjFj B/OeCCsHXRucNPTP+szAuflAPWaqRWAK/vhydYqKF/dBvYRLv3DQQQbzMqwfQGaXypOI +iHhoVIg6xdT0lDthrCc/z0rvRlTjtvzgUA0np6/nSXf+zEACIXqjrC/DMV5v8Za5W+G TKAcx8AwyFn2Cj+IYPTFKl4VTc4xQLQ1VlDlFAvv92BQSCbGAx6OZFolJxw8u4X0mXo3 BK8Q== X-Gm-Message-State: AOAM533Ah204RuLLqNiAIlDX9rwQVXmL4z+dHpj9rZBy6WGf/A8LqyRL XOkv3SvDBHrzl/6c9eynG/EJnlE3W0m9Ezi9s/iMCARUDek= X-Google-Smtp-Source: ABdhPJzxiAQqDLU0eCB9O3XMOUzIQlEds28gxR4VPmZe8tc37iXAFysaleiJSmO2ioWzCAkmaHd5I9ALvrbcnM6bJI4= X-Received: by 2002:a25:5556:: with SMTP id j83mr24632013ybb.309.1629455704179; Fri, 20 Aug 2021 03:35:04 -0700 (PDT) MIME-Version: 1.0 References: <20201021141542.2003377-1-adhemerval.zanella@linaro.org> <96ad574e-79d3-fc5d-e45d-2bd0fa89c46b@physik.fu-berlin.de> <020802e2-a9c6-a6e1-ffe1-fa06704782fd@physik.fu-berlin.de> <43a5a792-6aac-5cd6-567a-fc732eea7eea@linaro.org> <87im01z779.fsf@oldenburg.str.redhat.com> In-Reply-To: From: Dave Flogeras Date: Fri, 20 Aug 2021 07:34:53 -0300 Message-ID: Subject: Re: [PATCH v3 0/7] Fix getdents{64} regression on some FS To: John Paul Adrian Glaubitz Cc: Florian Weimer , Adhemerval Zanella , libc-alpha@sourceware.org, James Clarke X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2021 10:35:15 -0000 Hi all, It seems that Peter Maydell of qemu fame thinks it could be solved in qemu if/when the kernel people add an explicit 32bit mode to the filesystem API. See the bug here: https://gitlab.com/qemu-project/qemu/-/issues/263 And specifically, he mentions that Linus Walleij has submitted a preliminary patch, which has yet to be looked at. https://lore.kernel.org/qemu- devel/20201117233928.255671-1-linus.walleij@linaro.org/ Not sure if this is an easier path or not, but it might be worth pinging the kernel ML. Best regards, Dave On Thu, Aug 19, 2021 at 5:30 PM John Paul Adrian Glaubitz < glaubitz@physik.fu-berlin.de> wrote: > On 8/19/21 7:15 PM, Florian Weimer wrote: > >> Well, maybe a little incentive can help which is why I asked :-). > > > > I can't speak for everyone, but for me offers of payment raise > > complicated compliance issues. It's hard to avoid the appearance of a > > conflict of interest once third-party payments are involved. That is > > even true if the people involved never intended to claim any money. > > So, what would be the best way to get this bug fixed then? I'm open to > any suggested path way. > > It's an important fix for anyone using qemu-user in a common use case. > > Adrian > > -- > .''`. John Paul Adrian Glaubitz > : :' : Debian Developer - glaubitz@debian.org > `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de > `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 > >