From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19772 invoked by alias); 8 Feb 2017 08:48:55 -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 19431 invoked by uid 89); 8 Feb 2017 08:48:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL autolearn=no version=3.3.2 spammy=U*siddhesh, siddheshsourcewareorg, siddhesh@sourceware.org, sanity X-HELO: homiemail-a45.g.dreamhost.com Reply-To: siddhesh@sourceware.org Subject: Re: [PATCH 1/4] Add framework for tunables References: <1483070938-2308-1-git-send-email-siddhesh@sourceware.org> <1483070938-2308-2-git-send-email-siddhesh@sourceware.org> <87y3xjc5gd.fsf@linux-m68k.org> <87wpd27zqj.fsf@linux-m68k.org> To: Andreas Schwab Cc: libc-alpha@sourceware.org, fweimer@redhat.com, carlos@redhat.com From: Siddhesh Poyarekar Message-ID: <8d2453dc-d31a-0a83-0c11-ce61d5613a56@sourceware.org> Date: Wed, 08 Feb 2017 08:48:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <87wpd27zqj.fsf@linux-m68k.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-02/txt/msg00149.txt.bz2 On Tuesday 07 February 2017 09:35 PM, Andreas Schwab wrote: > On Feb 07 2017, Siddhesh Poyarekar wrote: > >> Does the attached (sanity tested on little-endian) patch work for you? > > https://build.opensuse.org/package/live_build_log/home:Andreas_Schwab:Factory/glibc-testsuite/p/ppc > https://build.opensuse.org/package/live_build_log/home:Andreas_Schwab:Factory/glibc-testsuite/p/ppc64 > https://build.opensuse.org/package/live_build_log/home:Andreas_Schwab:Factory/glibc-testsuite/s/s390x > > All four tst-malloc-usable tests are now passing. Thanks, I have pushed the patch now. Siddhesh