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=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,NICE_REPLY_A, PDS_RDNS_DYNAMIC_FP,RCVD_IN_DNSWL_MED,RDNS_DYNAMIC,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.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 3FB471F8C6 for ; Tue, 13 Jul 2021 15:42:31 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 54847388A80D for ; Tue, 13 Jul 2021 15:42:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 54847388A80D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1626190950; bh=yU6hosvjV0cYfbS6lqHEDJ3J3Zag9wPumVFh1wJaB60=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Gd1GbED6XGMPZYF6St72bHxD+0qC6SnP6ZDRje7o3xrsG/URoLV/vzjKRa7pEB+zL A1YMLG+b1wl0IGzJFNCkiBrDBfsnsjC6bB/PjLlZNzoJ0Fk+9D0YsF2oW/crHd3LDu lWLkcZRdceI8RJ5IjyihOuMLRCftRXctAYvX+yg0= Received: from dog.elm.relay.mailchannels.net (dog.elm.relay.mailchannels.net [23.83.212.48]) by sourceware.org (Postfix) with ESMTPS id 47E94396E044 for ; Tue, 13 Jul 2021 15:42:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 47E94396E044 X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 6E3DB121DEB; Tue, 13 Jul 2021 15:42:07 +0000 (UTC) Received: from pdx1-sub0-mail-a18.g.dreamhost.com (100-98-55-150.trex.outbound.svc.cluster.local [100.98.55.150]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 2F732121D29; Tue, 13 Jul 2021 15:42:02 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a18.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.98.55.150 (trex/6.3.3); Tue, 13 Jul 2021 15:42:07 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Illustrious-Macabre: 63aa631d26b77c82_1626190927273_3277074882 X-MC-Loop-Signature: 1626190927273:2413661812 X-MC-Ingress-Time: 1626190927273 Received: from pdx1-sub0-mail-a18.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a18.g.dreamhost.com (Postfix) with ESMTP id EDBB47EFA8; Tue, 13 Jul 2021 08:42:01 -0700 (PDT) Received: from [192.168.1.139] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a18.g.dreamhost.com (Postfix) with ESMTPSA id 08D147F6D9; Tue, 13 Jul 2021 08:41:59 -0700 (PDT) Subject: Re: [PATCH v8 00/10] malloc hooks removal To: "H.J. Lu" References: <20210713073845.504356-1-siddhesh@sourceware.org> X-DH-BACKEND: pdx1-sub0-mail-a18 Message-ID: <31f480c8-3197-882a-9d71-9cbf8a0b0be5@sourceware.org> Date: Tue, 13 Jul 2021 21:11:54 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Siddhesh Poyarekar via Libc-alpha Reply-To: Siddhesh Poyarekar Cc: Florian Weimer , GNU C Library Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On 7/13/21 8:18 PM, H.J. Lu wrote: > Does this series fix posix_memalign: > > https://sourceware.org/bugzilla/show_bug.cgi?id=23489 > The series does fix a memalign+posix_memalign bug for less than MALLOC_ALIGNMENT alignment (patch 5/10), so I think it should. If it doesn't, I'll track it down and fix it after the series is pushed. Thanks, Siddhesh