From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnk3m-0005aq-6W for qemu-devel@nongnu.org; Sat, 24 Sep 2016 06:19:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnk3i-0001D1-1z for qemu-devel@nongnu.org; Sat, 24 Sep 2016 06:19:53 -0400 Received: from jessie.kos.to ([212.47.231.226]:37802 helo=pilvi.kos.to) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnk3h-00018D-S4 for qemu-devel@nongnu.org; Sat, 24 Sep 2016 06:19:49 -0400 Date: Sat, 24 Sep 2016 10:19:40 +0000 From: Riku Voipio Message-ID: <20160924101940.GC11666@kos.to> References: <20160922165712.79809-1-aleksandar.markovic@rt-rk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160922165712.79809-1-aleksandar.markovic@rt-rk.com> Subject: Re: [Qemu-devel] [PATCH v7 00/10] linux-user: Fix assorted Qemu user mode issues List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aleksandar Markovic Cc: qemu-devel@nongnu.org, laurent@vivier.eu, peter.maydell@linaro.org, petar.jovanovic@imgtec.com, miodrag.dinic@imgtec.com, aleksandar.rikalo@imgtec.com, aleksandar.markovic@imgtec.com On Thu, Sep 22, 2016 at 06:56:49PM +0200, Aleksandar Markovic wrote: > This series fixes certain Qemu user mode issues. The fixes mainly originate > from observation of LTP tests failures for execution in Qemu user mode on > various platforms. The series also contains a cleanup patch. Thanks, all except the sysfs patch have been applied to linux-user-for-upstream que. Riku