qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] linux-user: Support for NETLINK socket options


From: Josh Kunz
Subject: Re: [PATCH] linux-user: Support for NETLINK socket options
Date: Tue, 5 Nov 2019 10:21:10 -0800

Thanks for the fixes Laurent, sorry for the delay.

Josh

On Tue, Nov 5, 2019 at 1:25 AM Laurent Vivier <address@hidden> wrote:
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 <address@hidden>
> ---
>  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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]