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

2025-01-20 Thread Laurent Vivier
Le 19/01/2025 à 05:41, del...@kernel.org a écrit : From: Helge Deller Fixes those warnings: Unsupported host ancillary data: 0/8 Signed-off-by: Helge Deller v2: (based on feedback by Laurent Vivier) - add target_in_pktinfo struct and fix copying target_in_addr fields --- linux-user/sysca

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

2025-01-18 Thread deller
From: Helge Deller Fixes those warnings: Unsupported host ancillary data: 0/8 Signed-off-by: Helge Deller v2: (based on feedback by Laurent Vivier) - add target_in_pktinfo struct and fix copying target_in_addr fields --- linux-user/syscall.c | 10 ++ linux-user/syscall_defs.h |