From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeQ8R-0000NO-Fc for qemu-devel@nongnu.org; Wed, 24 Jan 2018 13:51:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeQ8N-00024z-KK for qemu-devel@nongnu.org; Wed, 24 Jan 2018 13:50:59 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:60170) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eeQ8N-00023d-DA for qemu-devel@nongnu.org; Wed, 24 Jan 2018 13:50:55 -0500 Date: Wed, 24 Jan 2018 19:50:47 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= Message-ID: <20180124185047.GA4518@bogon.m.sigxcpu.org> References: <20180124130126.20871-1-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20180124130126.20871-1-f4bug@amsat.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 00/11] linux-user: improve NETLINK strace List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: Riku Voipio , Laurent Vivier , qemu-devel@nongnu.org Hi, On Wed, Jan 24, 2018 at 10:01:15AM -0300, Philippe Mathieu-Daud=E9 wrote: > Few patches I'v been writting while trying to figure out this issue: > http://lists.nongnu.org/archive/html/qemu-arm/2018-01/msg00514.html I can't comment code wise but it makes the -strace output much more useful in this area. -- Guido >=20 > Regards, >=20 > Phil. >=20 > Philippe Mathieu-Daud=E9 (11): > linux-user/strace: dump AF_NETLINK sockaddr content > linux-user/strace: improve sendto() output > linux-user/strace: add print_sockaddr_ptr() to handle plain/pointer a= ddrlen > linux-user/strace: improve recvfrom() output > linux-user/strace: improve getsockname() output > linux-user/strace: improve recvmsg() output > linux-user/strace: improve bind() output > linux-user/strace: improve gettimeofday() output > linux-user/strace: improve capget()/capset() output > linux-user/syscall: verify recvfrom(addr) is user-writable > linux-user/syscall: simplify recvfrom() >=20 > linux-user/syscall_defs.h | 7 +++ > linux-user/strace.c | 122 ++++++++++++++++++++++++++++++++++++++= +++++++- > linux-user/syscall.c | 16 +++--- > linux-user/strace.list | 16 +++--- > 4 files changed, 144 insertions(+), 17 deletions(-) >=20 > --=20 > 2.15.1 >=20