From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTBrF-0007aF-JM for qemu-devel@nongnu.org; Fri, 19 Apr 2013 10:00:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTBr7-00034S-2x for qemu-devel@nongnu.org; Fri, 19 Apr 2013 10:00:09 -0400 Received: from afflict.kos.to ([92.243.29.197]:51613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTBr6-00033u-Rg for qemu-devel@nongnu.org; Fri, 19 Apr 2013 10:00:00 -0400 Received: from kos.to (a91-156-57-234.elisa-laajakaista.fi [91.156.57.234]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by afflict.kos.to (Postfix) with ESMTPSA id 59DC226544 for ; Fri, 19 Apr 2013 15:59:58 +0200 (CEST) From: riku.voipio@linaro.org Date: Fri, 19 Apr 2013 16:59:53 +0300 Message-Id: Subject: [Qemu-devel] [PULL] [PATCH 0/3] linux-user pending patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio From: Riku Voipio The following changes since commit 09dada400328d75daf79e3eca1e48e024fec148d: configure: remove duplicate test (2013-04-18 14:12:31 +0200) are available in the git repository at: git://git.linaro.org/people/rikuvoipio/qemu.git linux-user-for-upstream for you to fetch changes up to 03903ffcfb5a7c75e52da97d00eb9d0bb0660f28: linux-user: fix setgroups/getgroups for non-UID16 archs (2013-04-19 10:48:51 +0300) ---------------------------------------------------------------- Andreas Schwab (2): linux-user: fix undefined shift in copy_to_user_fdset linux-user: fix setgroups/getgroups for non-UID16 archs Petar Jovanovic (1): linux-user: change do_semop to return target errno when unsuccessful linux-user/syscall.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -- 1.7.10.4