From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94867 invoked by alias); 5 Aug 2016 07:41:56 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 94739 invoked by uid 89); 5 Aug 2016 07:41:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:6022 X-HELO: mail-wm0-f44.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=Xl/JDOtdOlXJgP0WQMzXH7tIOHYv90AWiIn40LyrlBU=; b=kzpJ1XX1IhSEI8b99GD+mmtHe7amIRHQYC/CeZSogNhFT5odaxZZ0buia4oWBCQ8B1 T0VsBhLkMD8bNs2ZLwslyiOu1q3NA5PcQPuWCLY/Uzuu6WFEDgKRzkVQSKceYpomdC1u bFQkCfA5z3XhXjCn7214b70aP+Y3sabC1G4RRfjeXrSyN3nJnA9mRfGuD68oduyUBUHo 0KJSSbI9cJbCk1Qclo6p9BJNhjBeBwoGflE0hKdKza4urm7CutGmf06ldAnQE3mlI1HB TuMGQIMt5XF4w/oebBwrpnIQl28myIVeltUMXv0bLsG2WZm+WiLoE/jGrdPJkTtfoMQC I2VA== X-Gm-Message-State: AEkooutgKJFFS9/9beWqk7duulIZh0OlzUM8Vji0S2wG0gcLI0Bqm7yTZb6oswuocXzfhQ== X-Received: by 10.28.93.130 with SMTP id r124mr1878042wmb.92.1470382891988; Fri, 05 Aug 2016 00:41:31 -0700 (PDT) From: Gleb Natapov To: libc-alpha@sourceware.org Subject: [PATCH v2 0/2] count number of loaded objects in each namespace only once Date: Fri, 05 Aug 2016 07:41:00 -0000 Message-Id: <1470382826-6022-1-git-send-email-gleb@scylladb.com> X-SW-Source: 2016-08/txt/msg00229.txt.bz2 v1->v2: - indentation fixes - fix c&p error in test comment Gleb Natapov (2): count number of loaded objects in each namespace only once add test for correct calculation of dl_phdr_info.dlpi_subs elf/Makefile | 5 ++++- elf/dl-iteratephdr.c | 23 ++++++++++++----------- elf/tst-dlpi_subs.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+), 12 deletions(-) create mode 100644 elf/tst-dlpi_subs.c -- 2.5.5