From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUi6g-0006oC-0Z for qemu-devel@nongnu.org; Fri, 11 Oct 2013 15:10:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUi6a-0007Bp-Dq for qemu-devel@nongnu.org; Fri, 11 Oct 2013 15:10:37 -0400 Received: from mail-la0-f51.google.com ([209.85.215.51]:55642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUi6a-0007BV-7K for qemu-devel@nongnu.org; Fri, 11 Oct 2013 15:10:32 -0400 Received: by mail-la0-f51.google.com with SMTP id es20so3723038lab.24 for ; Fri, 11 Oct 2013 12:10:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1381496638-29127-1-git-send-email-petar.jovanovic@rt-rk.com> References: <1381496638-29127-1-git-send-email-petar.jovanovic@rt-rk.com> From: Peter Maydell Date: Sat, 12 Oct 2013 04:10:11 +0900 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] linux-user: pass correct parameter to do_shmctl() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Petar Jovanovic Cc: QEMU Trivial , Riku Voipio , QEMU Developers , Aurelien Jarno , Petar Jovanovic On 11 October 2013 22:03, Petar Jovanovic wrote: > From: Petar Jovanovic > > Fix shmctl issue by passing correct parameter buf to do_shmctl(). Reviewed-by: Peter Maydell It would be nice if you gave more detail than "shmctl issue"... (for instance there are some known issues that affect some architectures but not others, cf http://lists.gnu.org/archive/html/qemu-devel/2013-02/msg00447.html) thanks -- PMM