mbox

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

Message ID 20250124130254.3134-1-deller@kernel.org (mailing list archive)
State New
Headers show

Pull-request

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

Message

Helge Deller Jan. 24, 2025, 1:02 p.m. UTC
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(-)

Comments

Stefan Hajnoczi Jan. 25, 2025, 3:28 a.m. UTC | #1
Applied, thanks.

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