From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id 4A4663938C32 for ; Mon, 3 May 2021 11:02:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4A4663938C32 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=vinschen@redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1620039737; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=pX0PN/KufhlGmC3ZR2fx5QWtZQ+J/TiGyPn0t4EUBZM=; b=Cwf/TEvo/2Sx1zDj/N2KtE9zMNCZDzPLvcYU9IJSWJzmPOF4c2y07tgwdVAXFl16kIbdB5 BzLqvkNp3q/RIKxUGmVBUVjz3HYkXYVCs8/1IqJsPzbcSFIWhjosFpZqajOFoQQ9UGImHR DiKl+p5JstejT/WOAF4XH+83L2u4ADY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-582-QpQYFAFKPnejk4vuJgxz7g-1; Mon, 03 May 2021 07:02:15 -0400 X-MC-Unique: QpQYFAFKPnejk4vuJgxz7g-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id DE80A107ACCA for ; Mon, 3 May 2021 11:02:14 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-114-180.ams2.redhat.com [10.36.114.180]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AE43F10027A5 for ; Mon, 3 May 2021 11:02:14 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id ECA29A80D64; Mon, 3 May 2021 13:02:12 +0200 (CEST) Date: Mon, 3 May 2021 13:02:12 +0200 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH] Nano-malloc: Fix for unwanted external heap fragmentation Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20210426085702.1935862-1-ola.olsson@acconeer.com> <87h7jt3vvx.fsf@keithp.com> <878s52z2za.fsf@keithp.com> <87r1iuxge8.fsf@keithp.com> <8735v8y107.fsf@keithp.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=vinschen@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2021 11:02:18 -0000 On Apr 30 20:15, Ola Olsson wrote: > +Corinna Please don't CC me, I'm setting "Reply-To:" for a reason. Thanks. > > If someone wants to work on your patches in newlib, that's fine; they're > >definitely an improvement over the current code. My work is focused on > > picolibc, and when I have some time, I try to get fixes merged into > >newlib. > > Sorry Keith, English is not my native language and I don't know who to > contact in this newlib project. I guess that someone is Corinna? Patch pushed. Thanks, Corinna