From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NM1YT-0004ET-C2 for qemu-devel@nongnu.org; Sat, 19 Dec 2009 10:49:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NM1YP-0004Dh-TP for qemu-devel@nongnu.org; Sat, 19 Dec 2009 10:49:17 -0500 Received: from [199.232.76.173] (port=33696 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NM1YP-0004De-Ps for qemu-devel@nongnu.org; Sat, 19 Dec 2009 10:49:13 -0500 Received: from mail-yx0-f188.google.com ([209.85.210.188]:54638) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NM1YP-0007i6-Fw for qemu-devel@nongnu.org; Sat, 19 Dec 2009 10:49:13 -0500 Received: by yxe26 with SMTP id 26so3866267yxe.4 for ; Sat, 19 Dec 2009 07:49:12 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20091219153422.GQ24729@hall.aurel32.net> References: <1260973234-12601-1-git-send-email-kirill@shutemov.name> <20091219130503.GO24729@hall.aurel32.net> <20091219153422.GQ24729@hall.aurel32.net> From: Blue Swirl Date: Sat, 19 Dec 2009 15:48:52 +0000 Message-ID: Subject: Re: [Qemu-devel] Re: [PATCH] user_only: compile everything with -fpie Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: "Kirill A. Shutemov" , qemu-devel@nongnu.org, Juan Quintela On Sat, Dec 19, 2009 at 3:34 PM, Aurelien Jarno wrote: > On Sat, Dec 19, 2009 at 03:19:02PM +0000, Blue Swirl wrote: >> On Sat, Dec 19, 2009 at 1:05 PM, Aurelien Jarno wrote: >> > On Sat, Dec 19, 2009 at 10:08:43AM +0000, Blue Swirl wrote: >> >> On Sat, Dec 19, 2009 at 12:44 AM, Juan Quintela wrote: >> >> > "Kirill A. Shutemov" wrote: >> >> >> ping? >> >> > >> >> > Blue or Anthony, please apply. >> >> > Patch is needed to get libuser + pie working well. >> >> >> >> 0.12.0 has been tagged, but I think this is still good candidate >> >> material for 0.12.1. >> >> >> > >> > It doesn't seems to have been tagged yet. >> >> It's now. Anyway, I committed it to HEAD, please take it from there for 0.12.1. >> > > Then the best is to commit it to stable-0.12, this will ensure it is in > 0.12.1. Actually, it broke compilation without -fpie, so I had to commit also a fix. For 0.12.1 I think we want only one fixed commit. Does this need a new patch with SoB etc. or can I just fix the patch?