Re: [PATCH 0/2] thunk, linux-user: Add support for SIOCETHTOOL ioctl

2020-12-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20201218214142.3673709-1-...@google.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20201218214142.3673709-1-...@google.com Subject: [PATCH 0/2] thunk, linux-user: Add support

[PATCH 0/2] thunk, linux-user: Add support for SIOCETHTOOL ioctl

2020-12-18 Thread Shu-Chun Weng via
Hi Riku and Laurent, These two patches together implements the SIOCETHTOOL ioctl operations. Many of the kernel structures in this operations make use of flexible arrays (array with no size / zero size at the end of the structure), so I extended thunk to handle these fields natively. This patch s