From patchwork Tue Feb 11 11:05:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 1236238 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-109439-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha1 header.s=default header.b=l1ExF5pe; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=MkymCGzM; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48H0M44F75z9sRL for ; Tue, 11 Feb 2020 22:06:08 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=pg9 Yu89EfQYj/IudwZEdppIITW8S5JlTnSeqJTzrzivj7LB+PsWClqLUz6H9uOICpsk gtdK/YedeUiB/uD7KF0sxAHh2xFK6FU8JKB8iAeQ/9dEGoR6MTXqD7uQnTDaL4Ve SdRIj/slSqt7Vq0B2jrhwK8up/AYehDBcVV9apbI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=acdBjV10v e/WXapGpt5mmOQUwi8=; b=l1ExF5peJ6+6EhqppMEJXrp6Bl9sr20afZfhMaOFN tppI27BKAfLhed9r9vCGjRA9TFWwpQiFWxZ1/Gj0YiKvhMcs19tfalkpUeJ6RPhi MSaLFEPC3M0J6ho2fQMsNc56NZVDpgehApM5I/j1SJRWGuzY51/qZiA8vaq1Hx04 Ak= Received: (qmail 4475 invoked by alias); 11 Feb 2020 11:06:02 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 4464 invoked by uid 89); 11 Feb 2020 11:06:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-8.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=substantial, HX-Languages-Length:2987 X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581419159; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zjRpJhBMDAOZDEBgHF7x0cc4dSXAg6BYIFuZRpa/oWA=; b=MkymCGzMUYobVp+uYUVnW9P/336/05fny7bjldUzqBZ831e1kqBYzi0aQ9tRu4AeSO2Chi eCTqbjb/oK2x1ffnVLy2M3D1c4h9EM/j9fzj7JT9KSXnnMCPb6eemUZ+rP907iyaTu6MEF 1kVCZDgKU+41uS5iAAC9O91l6uUD0BE= From: Florian Weimer To: libc-alpha@sourceware.org Subject: [PATCH 00/13] nptl: Move more functions from libpthread to libc X-From-Line: 24077583c35c143e24ea3efcf7c15cc9798b8b04 Mon Sep 17 00:00:00 2001 Message-Id: Date: Tue, 11 Feb 2020 12:05:54 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com This series deals with the remaining libpthread functions which do not require new symbol versions (because they already had forwarders in libc) nor substantial code changes. Florian Weimer (13): nptl: Use .NOTPARALLEL in Makefile only if actually running tests nptl: Sort routines list in Makefile alphabetically nptl: Move pthread_attr_getschedpolicy implementation into libc nptl: Move pthread_attr_setschedpolicy implementation into libc nptl: Move pthread_attr_getscope implementation into libc nptl: Move pthread_attr_setscope implementation into libc nptl: Move pthread_condattr_destroy implementation into libc nptl: Move pthread_condattr_init implementation into libc nptl: Move pthread_cond_destroy implementation into libc nptl: Move pthread_cond_init implementation into libc Add hidden prototypes for __sched_getparam, __sched_getscheduler nptl: Move pthread_getschedparam implementation into libc nptl: Move pthread_setschedparam implementation into libc include/sched.h | 2 + nptl/Makefile | 50 +++++++++++++------ nptl/Versions | 12 ++--- nptl/forward.c | 43 ---------------- nptl/nptl-init.c | 12 ----- nptl/old_pthread_cond_destroy.c | 4 +- nptl/old_pthread_cond_init.c | 4 +- nptl/pthreadP.h | 2 + nptl/pthread_cond_destroy.c | 3 +- nptl/pthread_cond_init.c | 3 +- posix/sched_getp.c | 1 + posix/sched_gets.c | 1 + sysdeps/nptl/pthread-functions.h | 15 ------ .../sysv/linux/aarch64/libpthread.abilist | 10 ---- .../unix/sysv/linux/alpha/libpthread.abilist | 12 ----- .../unix/sysv/linux/arm/be/libpthread.abilist | 10 ---- .../unix/sysv/linux/arm/le/libpthread.abilist | 10 ---- .../unix/sysv/linux/csky/libpthread.abilist | 10 ---- .../unix/sysv/linux/hppa/libpthread.abilist | 12 ----- .../unix/sysv/linux/i386/libpthread.abilist | 12 ----- .../unix/sysv/linux/ia64/libpthread.abilist | 12 ----- .../linux/m68k/coldfire/libpthread.abilist | 10 ---- .../sysv/linux/m68k/m680x0/libpthread.abilist | 12 ----- .../linux/microblaze/be/libpthread.abilist | 10 ---- .../linux/microblaze/le/libpthread.abilist | 10 ---- .../sysv/linux/mips/mips32/libpthread.abilist | 12 ----- .../sysv/linux/mips/mips64/libpthread.abilist | 12 ----- .../unix/sysv/linux/nios2/libpthread.abilist | 10 ---- .../powerpc/powerpc32/libpthread.abilist | 12 ----- .../powerpc/powerpc64/be/libpthread.abilist | 12 ----- .../powerpc/powerpc64/le/libpthread.abilist | 10 ---- .../sysv/linux/riscv/rv64/libpthread.abilist | 10 ---- .../linux/s390/s390-32/libpthread.abilist | 12 ----- .../linux/s390/s390-64/libpthread.abilist | 12 ----- .../unix/sysv/linux/sh/be/libpthread.abilist | 12 ----- .../unix/sysv/linux/sh/le/libpthread.abilist | 12 ----- .../linux/sparc/sparc32/libpthread.abilist | 12 ----- .../linux/sparc/sparc64/libpthread.abilist | 12 ----- .../sysv/linux/x86_64/64/libpthread.abilist | 12 ----- .../sysv/linux/x86_64/x32/libpthread.abilist | 10 ---- 40 files changed, 53 insertions(+), 401 deletions(-)