Le 29/10/2019 à 23:43, Josh Kunz a écrit : > This change includes support for all AF_NETLINK socket options up to about > kernel version 5.4 (5.4 is not formally released at the time of writing). > Socket options that were introduced in kernel versions before the oldest > currently stable kernel version are guarded by kernel version macros. > > This change has been built under gcc 8.3, and clang 9.0, and it passes > `make check`. The netlink options have been tested by emulating some > non-trival software that uses NETLINK socket options, but they have > not been exaustively verified. > > Signed-off-by: Josh Kunz <j...@google.com> > --- > linux-user/syscall.c | 98 ++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 98 insertions(+) >
I've updated the coding style and applied to my linux-user branch. Thanks, Laurent