[PULL v3 0/6] Linux user fix gupnp patches

deller@kernel.org posted 6 patches 2 months, 1 week ago
linux-user/fd-trans.c     | 169 ++++++++++++++++++++++++++++++++++++--
linux-user/syscall.c      |  34 ++++++--
linux-user/syscall_defs.h |   6 ++
3 files changed, 192 insertions(+), 17 deletions(-)
[PULL v3 0/6] Linux user fix gupnp patches
Posted by deller@kernel.org 2 months, 1 week ago
From: Helge Deller <deller@gmx.de>

The following changes since commit 0e3aff9ec34059512d597eacfcf4d1b5d4570c50:

  Merge tag 'pull-10.0-gdb-plugins-doc-updates-170125-1' of https://gitlab.com/stsquad/qemu into staging (2025-01-17 10:13:07 -0500)

are available in the Git repository at:

  https://github.com/hdeller/qemu-hppa.git tags/linux-user-fix-gupnp-pull-request

for you to fetch changes up to 3719acc273865744b885ad9bcb141b4496c31887:

  linux-user: netlink: Add missing QEMU_IFLA entries (2025-01-24 13:58:40 +0100)

----------------------------------------------------------------
linux-user: Add support for various missing netlink sockopt entries

Add missing sockopt calls and thus fix building the debian gupnp package in a chroot.

This fixes debian bug report:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1044651

Signed-off-by: Helge Deller <deller@gmx.de>

----------------------------------------------------------------

Helge Deller (6):
  linux-user: netlink: Add missing IFA_PROTO to
    host_to_target_data_addr_rtattr()
  linux-user: Use unique error messages for cmsg parsing
  linux-user: netlink: Add IP_PKTINFO cmsg parsing
  linux-user: netlink: Add emulation of IP_MULTICAST_IF
  linux-user: netlink: add netlink neighbour emulation
  linux-user: netlink: Add missing QEMU_IFLA entries

 linux-user/fd-trans.c     | 169 ++++++++++++++++++++++++++++++++++++--
 linux-user/syscall.c      |  34 ++++++--
 linux-user/syscall_defs.h |   6 ++
 3 files changed, 192 insertions(+), 17 deletions(-)

-- 
2.47.0
Re: [PULL v3 0/6] Linux user fix gupnp patches
Posted by Stefan Hajnoczi 2 months, 1 week ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.