From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-xf2e.google.com (mail-qv1-xf2e.google.com [IPv6:2607:f8b0:4864:20::f2e]) by sourceware.org (Postfix) with ESMTPS id 28D1A3857C59 for ; Mon, 10 May 2021 19:27:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 28D1A3857C59 Received: by mail-qv1-xf2e.google.com with SMTP id g5so3317798qvk.1 for ; Mon, 10 May 2021 12:27:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=yWpS23zyJgT8RUPYn5gmurhnLPeY89dsY6H3HCL895I=; b=Kh+VcsqzzKJ3K7RIwnAL1yCsgAU1hQpX//KJKNHhbm4ltapXCbfv/26rlHlGzueKFy P/kHEQrXZTkCaOmTOe1RBNg9LBmdbIBpRm2t/foqws4j6f89YaLgGispTZ9j/SDlnPA4 dOkQ9uuUQYO40q/OtL7egwgoXGbBEhe4EJ2jM0p3ULA5h/m6Od1RpiRNcnRTP1b+ptTj onhhrsfoVOHnE7VDov/r1DvQl7rWxexWE6845lZCVZWVZ30O0Rpahpo/+G4hWPTjAi8T h62qtYt9C2ARah3Y+ExLPKMq5Js1562XanPbn5ETTEkS86Zca7XbAgcWZRv0g6lJF4DH ujqQ== X-Gm-Message-State: AOAM531idx4Nwk1JkeIGtAOHkNkBlqS7x87vC7apUTaMT7vdgn6dgSER mojiHzmzzIzRCpI8ju2o8QmnOzoyE7yJdA== X-Google-Smtp-Source: ABdhPJz+8R+lfIbaxqkmUZ7iuDdP820Y4KFgjkWrazBboz1myA2YNZOEEfC0t2DzKQJ3poL/gGh4Zw== X-Received: by 2002:a0c:bd8c:: with SMTP id n12mr3891500qvg.29.1620674855634; Mon, 10 May 2021 12:27:35 -0700 (PDT) Received: from [192.168.1.4] ([177.194.37.86]) by smtp.gmail.com with ESMTPSA id r16sm12433593qtx.36.2021.05.10.12.27.34 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 10 May 2021 12:27:35 -0700 (PDT) Subject: Re: [PATCH v2 1/4] linux: Move flockfile/_IO_flockfile into libc To: Florian Weimer Cc: libc-alpha@sourceware.org References: <20210510170426.2533768-1-adhemerval.zanella@linaro.org> <87k0o67ayc.fsf@oldenburg.str.redhat.com> From: Adhemerval Zanella Message-ID: Date: Mon, 10 May 2021 16:27:33 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <87k0o67ayc.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.7 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 autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Mon, 10 May 2021 19:27:37 -0000 On 10/05/2021 14:30, Florian Weimer wrote: > * Adhemerval Zanella: > >> The nptl version is used as default, since now with symbol always >> present the single-thread optimization is tricky. >> >> Hurd is not change, it is used it own lock scheme (which call >> _cthreads_flockfile). > > Looks good to me. Thanks. > > If possible, please merge this today—I will start committing my stuff > tomorrow. I will install the approved ones today, thanks.