From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x233.google.com (mail-oi1-x233.google.com [IPv6:2607:f8b0:4864:20::233]) by sourceware.org (Postfix) with ESMTPS id 673393858430 for ; Thu, 31 Mar 2022 17:44:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 673393858430 Received: by mail-oi1-x233.google.com with SMTP id q189so258743oia.9 for ; Thu, 31 Mar 2022 10:44:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=89ACV4RSNjw76GGehiGFBiS/wejr0pNYLiWbQHNl6qE=; b=DmrfRbEO+Knf7Qy1Jb7TRz9H3kPQr9NaTwYdh8Zq2WthvNdiBiVQfdu0cErwtztDcH bPX76GHnF3T9OAZQ77EbWn6HNloZhRpnnHPneGOjhu/nlaxst8K8Me0CedmBeYBTrE3T H7w9jT+0cGiQn8duTT34nlgfkzY0TzzOtHMtuHTmBYRG7Q1aqbz/K3lRdTlVSEiNyNFA C1hvfV/i4BKOpnMbtMvHh/8R7n8nXcqjspHKlrWnakKmN8kl1gmEJHb/FxSa7HAwMJ+y srPE2oPC7DtHjf8VZ9XOREzfk/5+YG/Wrks+XtVn8Rqs42bZZ34FB9FAAZmrd6TcrjJ8 mFEQ== X-Gm-Message-State: AOAM533cqHHvxNEQri1oDUnLKGyZXfq0LGRq/jEI1TVUK9/RPn2xqCHD rslLCZe/T/OjLoCAxAWD2+z8uQ== X-Google-Smtp-Source: ABdhPJwRAmrSGkRghrsiqialj8lIEaa7Z+sNyx6T2EYPUASPJ7WIsaNuoxW9PkBbOrgGBfz+ENMRLA== X-Received: by 2002:a05:6808:1485:b0:2dc:d320:ce57 with SMTP id e5-20020a056808148500b002dcd320ce57mr3193561oiw.298.1648748691652; Thu, 31 Mar 2022 10:44:51 -0700 (PDT) Received: from ?IPV6:2804:431:c7cb:a6c0:4bba:d935:c74c:f625? ([2804:431:c7cb:a6c0:4bba:d935:c74c:f625]) by smtp.gmail.com with ESMTPSA id p21-20020a4a2f15000000b00320fca09b74sm54300oop.1.2022.03.31.10.44.50 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 31 Mar 2022 10:44:51 -0700 (PDT) Message-ID: <20567e49-339a-88e3-2ac3-530265efeac5@linaro.org> Date: Thu, 31 Mar 2022 14:44:48 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: posix/glob.c: update from gnulib Content-Language: en-US To: DJ Delorie Cc: libc-alpha@sourceware.org References: From: Adhemerval Zanella In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: Thu, 31 Mar 2022 17:44:54 -0000 On 31/03/2022 14:38, DJ Delorie wrote: > Adhemerval Zanella writes: >> Could you create a bug report to track this? > > It would be a copy of rhbz 1982608 and it originated in make, I don't > see any advantage of copying it just to sync with gnulib. > Yes, but we usually reference sourceware bug list for fixed bugs. I think mirroring the bug is better than just reference to an external database. > >> If I recall correctly from gnulib discussion, this came from an issue >> with XFS. Would be possible to craft a regression test? > > Not really. It requires either an old XFS, or an XFS built with custom > command line options to emulate the old XFS. >