From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCA8t-0001eo-Et for qemu-devel@nongnu.org; Tue, 07 Nov 2017 15:06:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCA8q-00033T-9T for qemu-devel@nongnu.org; Tue, 07 Nov 2017 15:06:39 -0500 Date: Tue, 7 Nov 2017 20:06:34 +0000 From: Riku Voipio Message-ID: <20171107200634.GB27631@kos.to> References: <20171024230758.31779-1-riggle@google.com> <20171025033442.44872-1-zachriggle@gmail.com> <20171027093600.GA29513@kos.to> <2251f54e-4c55-7495-8f60-af40cdd80594@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v2] linux-user: fix is_proc_myself to check the paths via realpath List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zach Riggle Cc: Peter Maydell , Eric Blake , QEMU Trivial , Laurent Vivier , "open list:All patches CC here" Hi, On Mon, Nov 06, 2017 at 08:17:44PM +0000, Zach Riggle wrote: > Ping! What needs to be done to move this forward? My current implementation > is compatible with musl. I'll have a look at it soon. Riku > On Thu, Nov 2, 2017 at 12:36 PM Peter Maydell > wrote: > > > On 28 October 2017 at 06:14, Eric Blake wrote: > > > By definition, in linux-user, we ARE using glibc; therefore, you are > > > free to use all GNU extensions. > > > > Don't we also support musl libc? I forget... > > > > thanks > > -- PMM > >