From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15963 invoked by alias); 16 Jan 2013 22:50:21 -0000 Received: (qmail 15942 invoked by uid 22791); 16 Jan 2013 22:50:20 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Jan 2013 22:50:12 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1TvboB-0000FO-B5 from Maciej_Rozycki@mentor.com ; Wed, 16 Jan 2013 14:50:11 -0800 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 16 Jan 2013 14:49:29 -0800 Received: from [172.30.3.183] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Wed, 16 Jan 2013 22:49:27 +0000 Date: Wed, 16 Jan 2013 22:50:00 -0000 From: "Maciej W. Rozycki" To: "Joseph S. Myers" CC: , Subject: Re: [PATCH][BZ #15022] Correct global-scope dlopen issues in static executables In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2013-01/txt/msg00033.txt.bz2 On Wed, 16 Jan 2013, Joseph S. Myers wrote: > Could you file a bug (or two bugs) for these issues in glibc Bugzilla > (component dynamic-link), if there isn't already one there? We like to > have a bug in Bugzilla for any patch submission that fixes a user-visible > bug that was present in a glibc release, so that the issue remains visible > if the patch takes a while to review and so that people can search > resolved bugs in Bugzilla to see if a bug they have found in a past > release is known and fixed. See item 1 at > . (The fixed > bugs are then listed using [BZ #N] notation in the ChangeLog entries for > the patch that fixes them, and added to the list of fixed bugs in NEWS > when committing the patch.) Thanks for the pointer, these are really two different user-visible symptoms of a single bug, and now BZ #15022. Also the ports pieces are really inherent parts of the fix (they are required by the fix proper, for the respective ports, and make no sense without) and therefore hopefully can be applied as a single GIT commit (contrary to what the wiki page referred suggests) so that there's no tree version that's been fixed halfway through only (and cause new test suite failures on IA-64 and MIPS). Maciej