From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40726 invoked by alias); 18 May 2018 11:46:13 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 40342 invoked by uid 89); 18 May 2018 11:46:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:74c6 X-HELO: bhuna.collabora.co.uk Date: Fri, 18 May 2018 11:46:00 -0000 From: =?UTF-8?Q?Vivek_Das=C2=A0Mohapatra?= To: Carlos O'Donell cc: Joseph Myers , libc-alpha@sourceware.org Subject: Re: [RFC][PATCH v1 0/5] Proof-of-Concept implementation of RTLD_SHARED for dlmopen In-Reply-To: <4543d719-fa33-c7be-34e2-cfe5f5b3f50d@redhat.com> Message-ID: References: <20180516171124.24962-1-vivek@collabora.com> <01ecd6bf-6c82-020e-6a6a-14e2c90bee98@redhat.com> <4543d719-fa33-c7be-34e2-cfe5f5b3f50d@redhat.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-SW-Source: 2018-05/txt/msg00658.txt.bz2 > Once you have an assignment in place it makes it much much easier > to review complex changes like this. It's done.