Re: [PATCH v2 3/6] linux-user: netlink: Add IP_PKTINFO cmsg parsing

2025-01-10 Thread Laurent Vivier
Le 27/12/2024 à 21:54, del...@kernel.org a écrit : From: Helge Deller Fixes those warnings: Unsupported host ancillary data: 0/8 Signed-off-by: Helge Deller --- linux-user/syscall.c | 12 1 file changed, 12 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscal

[PATCH v2 3/6] linux-user: netlink: Add IP_PKTINFO cmsg parsing

2024-12-27 Thread deller
From: Helge Deller Fixes those warnings: Unsupported host ancillary data: 0/8 Signed-off-by: Helge Deller --- linux-user/syscall.c | 12 1 file changed, 12 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 494323efba..bbe2560927 100644 --- a/linux-user