From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 7E8C01F5AE for ; Fri, 23 Apr 2021 16:49:29 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5CCAF3AC8C0F; Fri, 23 Apr 2021 16:49:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5CCAF3AC8C0F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1619196568; bh=nbKNUAzpH9TjBa2Sp6/Vq4WF6K2f3Uc4gd9G7qVfCsc=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=ZcjdRndKvR0+f6lIueFLL21cUZmYeuOjuG3FotD7lhsgb7pyYxA5jITAyeQtYv7yA GRiloKrnwiyX8S555uyixtcVMOIiuiDmsCu/0/R4SfazmHLkE7oLHfq051jo7z7XJS fHALedU8i02zqtiU0Mg5Ha04P+5rACUTgFR2jzo0= Received: from mail-ot1-x335.google.com (mail-ot1-x335.google.com [IPv6:2607:f8b0:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id B9F62385700F for ; Fri, 23 Apr 2021 16:49:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B9F62385700F Received: by mail-ot1-x335.google.com with SMTP id f75-20020a9d03d10000b0290280def9ab76so40732803otf.12 for ; Fri, 23 Apr 2021 09:49:23 -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=nbKNUAzpH9TjBa2Sp6/Vq4WF6K2f3Uc4gd9G7qVfCsc=; b=L+rpUpJX8RfjoW8z/sEZUmEH3DL9w3XXqyp6zx8PjW3ji7754++9+QTbA/MmjRbrEi Qrtf+SbobBijzCFmuvK7p1dkrrrrN/6mLzDhRrO4MjD3FgWp7rXvuqkv4lYsBEIJbJCC vAl6gwMpVzdZD//YFDLAJ9i2M65Udw+zZRkY6BZC7DJCYQ0MzUuXUpG1+D02ByrF1yb4 WkGW/Gp+jyH01uTqa39QcSGvJ7n///sR0F0/gorTBUQ3H8bVJrRkCLhOlpJnIOcmVTDK Ghao3REgxN2y/EZGZx1JPcHb7UiZ99xQ+2KA/1wCCmpYr4Ul5QLOJJSuYlQYgrF/6/kO IKGg== X-Gm-Message-State: AOAM533sI7uVBLYGDxB8YocyLKVq13/KAJo6oNaJeTKRRLxo+mN86YRQ UC4YjmLAibVjM6r8ho/dXmaxrweEUxPmAWkbVgetWYALjUw= X-Google-Smtp-Source: ABdhPJwkxyN51mZVPT4QvuxKbPLe5E/MQxohJu15EASLpBqf6GMpH+Smzi6pf6mtpIpGdCOsbOMURiSmxK8lw9Kj3Zc= X-Received: by 2002:a05:6830:90c:: with SMTP id v12mr4113489ott.179.1619196563160; Fri, 23 Apr 2021 09:49:23 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 23 Apr 2021 09:48:47 -0700 Message-ID: Subject: Re: [PATCH 0/2] Resolver-related libpthread cleanups To: Florian Weimer Content-Type: text/plain; charset="UTF-8" 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: , From: "H.J. Lu via Libc-alpha" Reply-To: "H.J. Lu" Cc: GNU C Library Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On Fri, Apr 23, 2021 at 8:17 AM Florian Weimer via Libc-alpha wrote: > > Ip lan to push this shortly because I think it's non-controversial and > it's more network-related than thread-related. > > __errno_location should receive the same treatment, but there could be > references from assembler code, so I think it's best to delay that until > all code is gone from libpthread. > > Tested on i686-linux-gnu and x86_64-linux-gnu. Built with > build-many-glibcs.py. > > Thanks, > Florian > > Florian Weimer (2): > nptl: Remove __res_state from libpthread > nptl: Remove __h_errno_location from libpthread > > nptl/Makefile | 2 -- > nptl/Versions | 2 -- > nptl/herrno.c | 34 ------------------- > nptl/res.c | 26 -------------- > .../sysv/linux/aarch64/libpthread.abilist | 2 -- > .../unix/sysv/linux/alpha/libpthread.abilist | 2 -- > .../unix/sysv/linux/arc/libpthread.abilist | 2 -- > .../unix/sysv/linux/arm/be/libpthread.abilist | 2 -- > .../unix/sysv/linux/arm/le/libpthread.abilist | 2 -- > .../unix/sysv/linux/csky/libpthread.abilist | 2 -- > .../unix/sysv/linux/hppa/libpthread.abilist | 2 -- > .../unix/sysv/linux/i386/libpthread.abilist | 2 -- > .../unix/sysv/linux/ia64/libpthread.abilist | 2 -- > .../linux/m68k/coldfire/libpthread.abilist | 2 -- > .../sysv/linux/m68k/m680x0/libpthread.abilist | 2 -- > .../linux/microblaze/be/libpthread.abilist | 2 -- > .../linux/microblaze/le/libpthread.abilist | 2 -- > .../sysv/linux/mips/mips32/libpthread.abilist | 2 -- > .../sysv/linux/mips/mips64/libpthread.abilist | 2 -- > .../unix/sysv/linux/nios2/libpthread.abilist | 2 -- > .../powerpc/powerpc32/libpthread.abilist | 2 -- > .../powerpc/powerpc64/be/libpthread.abilist | 2 -- > .../powerpc/powerpc64/le/libpthread.abilist | 2 -- > .../sysv/linux/riscv/rv32/libpthread.abilist | 2 -- > .../sysv/linux/riscv/rv64/libpthread.abilist | 2 -- > .../linux/s390/s390-32/libpthread.abilist | 2 -- > .../linux/s390/s390-64/libpthread.abilist | 2 -- > .../unix/sysv/linux/sh/be/libpthread.abilist | 2 -- > .../unix/sysv/linux/sh/le/libpthread.abilist | 2 -- > .../linux/sparc/sparc32/libpthread.abilist | 2 -- > .../linux/sparc/sparc64/libpthread.abilist | 2 -- > .../sysv/linux/x86_64/64/libpthread.abilist | 2 -- > .../sysv/linux/x86_64/x32/libpthread.abilist | 2 -- > 33 files changed, 122 deletions(-) > delete mode 100644 nptl/herrno.c > delete mode 100644 nptl/res.c > > -- > 2.30.2 > LGTM. Thanks. -- H.J.