From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVh76-0004Ng-KB for qemu-devel@nongnu.org; Thu, 03 Apr 2014 08:51:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVh71-0000xn-QC for qemu-devel@nongnu.org; Thu, 03 Apr 2014 08:51:24 -0400 Received: from afflict.kos.to ([92.243.29.197]:33277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVh71-0000xS-Ik for qemu-devel@nongnu.org; Thu, 03 Apr 2014 08:51:19 -0400 From: riku.voipio@linaro.org Date: Thu, 3 Apr 2014 15:51:15 +0300 Message-Id: Subject: [Qemu-devel] [PULL for-2.0] linux-user: fix accept4 flags List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Riku Voipio From: Riku Voipio The following changes since commit 63678e17cf399ff81b93417fe7bee8d6ef6b6b1b: configure: add option to disable -fstack-protector flags (2014-03-31 20:16:02 +0100) are available in the git repository at: git://git.linaro.org/people/riku.voipio/qemu.git for-2.0 for you to fetch changes up to d25295d4efc53bf8521adf967445b8d087fe8d39: linux-user: pass correct host flags to accept4() (2014-04-01 09:17:19 +0300) Petar Jovanovic (1): linux-user: pass correct host flags to accept4() linux-user/syscall.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- 1.8.5.3