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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,RCVD_IN_BL_SPAMCOP_NET, 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 [IPv6:2620:52:3:1:0:246e:9693:128c]) (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 9CD9B1F8C6 for ; Fri, 9 Jul 2021 04:08:10 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id EAE3239890A6 for ; Fri, 9 Jul 2021 04:08:08 +0000 (GMT) Received: from cross.elm.relay.mailchannels.net (cross.elm.relay.mailchannels.net [23.83.212.46]) by sourceware.org (Postfix) with ESMTPS id 338EB3857813 for ; Fri, 9 Jul 2021 04:07:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 338EB3857813 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org 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 C59693620BC; Fri, 9 Jul 2021 04:07:55 +0000 (UTC) Received: from pdx1-sub0-mail-a73.g.dreamhost.com (100-96-16-89.trex.outbound.svc.cluster.local [100.96.16.89]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 61A4E3626AD; Fri, 9 Jul 2021 04:07:55 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a73.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.16.89 (trex/6.3.3); Fri, 09 Jul 2021 04:07:55 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Descriptive-Continue: 604d3f4c1b0ffb06_1625803675620_2199628865 X-MC-Loop-Signature: 1625803675620:2170529378 X-MC-Ingress-Time: 1625803675620 Received: from pdx1-sub0-mail-a73.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a73.g.dreamhost.com (Postfix) with ESMTP id 26DF88A6AB; Thu, 8 Jul 2021 21:07:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :cc:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=rjfsNi 9XGQkL7IIJG/CLqi3RrYo=; b=l7rYTJZOKzB6YfsNeJdC/Uw2c9Un6SNJ2hXEcF 1pI/NIRvLEcsBO55k6MHyDA9pXHWdi+wb7ToZPRgeLXqnf74j+NDpMis5Vr/fKTs y4dkiw7oqw7NGgDucbMTi6OoWraayTWsqE0cJZwnd9H89x+z0y2Ey+ogRff17p37 bdl9E= Received: from [192.168.1.137] (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-a73.g.dreamhost.com (Postfix) with ESMTPSA id 85C1D8A6AA; Thu, 8 Jul 2021 21:07:52 -0700 (PDT) Subject: Re: [PATCH] Add a generic malloc test for MALLOC_ALIGNMENT To: "H.J. Lu" References: <20210702023546.3081774-1-siddhesh@sourceware.org> <20210702023546.3081774-3-siddhesh@sourceware.org> <0270d99b-3a15-09d2-7fa9-c9ecf2591d8f@gotplt.org> <433e43a7-e06a-cd08-ee80-7cb84d9ed7e8@gotplt.org> X-DH-BACKEND: pdx1-sub0-mail-a73 From: Siddhesh Poyarekar Message-ID: <6c506984-acbf-706d-1266-5182de7811e1@gotplt.org> Date: Fri, 9 Jul 2021 09:37:48 +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: , Cc: Stefan Liebler , GNU C Library Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" > diff --git a/malloc/Makefile b/malloc/Makefile > index 37a9a4efab..b685ed6d61 100644 > --- a/malloc/Makefile > +++ b/malloc/Makefile > @@ -42,6 +42,7 @@ tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack \ > tst-malloc-stats-cancellation \ > tst-tcfree1 tst-tcfree2 tst-tcfree3 \ > tst-safe-linking \ > + tst-mallocalign1 \ > Please remove the trailing '\'. OK otherwise. Thanks, Siddhesh