From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.devel Subject: Re: Removal of unexec support from glibc malloc Date: Tue, 26 Jan 2016 23:08:47 +0100 Message-ID: <56A7EE6F.3080709@redhat.com> References: <569CDB81.6040600@redhat.com> <569D4A94.8000507@redhat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1453846160 25838 80.91.229.3 (26 Jan 2016 22:09:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2016 22:09:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 26 23:09:07 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aOBnO-0006St-S2 for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2016 23:09:07 +0100 Original-Received: from localhost ([::1]:47136 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOBnO-0005rE-5y for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2016 17:09:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOBnC-0005qx-EZ for emacs-devel@gnu.org; Tue, 26 Jan 2016 17:08:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOBn9-00015v-4l for emacs-devel@gnu.org; Tue, 26 Jan 2016 17:08:54 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:48909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOBn8-00015r-VZ for emacs-devel@gnu.org; Tue, 26 Jan 2016 17:08:51 -0500 Original-Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id AF2693824F3; Tue, 26 Jan 2016 22:08:50 +0000 (UTC) Original-Received: from oldenburg.str.redhat.com (ovpn-204-20.brq.redhat.com [10.40.204.20]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u0QM8mh6010631 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Jan 2016 17:08:49 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:198885 Archived-At: On 01/23/2016 06:56 AM, Stefan Monnier wrote: >> This is the prior notice. I'm writing to you before the patch is even >> written. This is not something which is going to happen overnight. > > I'm surprised. I would have sworn that there had been a prior > prior notice (tho maybe it was more "testing the waters", less > assertive). Yes, there was a discussion in 2014 of which I wasn't aware when I wrote this. And the autoconf test for dlmalloc has been printing a deprecation warning for a couple of years now. Florian