Hi Linus, For UML we have a few fixes, all from Tiwei and mostly for recently added code (though one is just a compiler version thing.)
Please pull and let us know if there's any problem. Thanks, johannes The following changes since commit 86731a2a651e58953fc949573895f2fa6d456841: Linux 6.16-rc3 (2025-06-22 13:30:08 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/uml/linux.git tags/uml-for-6.16-rc4 for you to fetch changes up to 2d65fc13be85c336c56af7077f08ccd3a3a15a4a: um: vector: Reduce stack usage in vector_eth_configure() (2025-06-25 09:28:17 +0200) ---------------------------------------------------------------- Just a few fixes: - fix FP registers in seccomp mode - prevent duplicate devices in VFIO support - don't ignore errors in UBD thread start - reduce stack use with clang 19 ---------------------------------------------------------------- Tiwei Bie (4): um: ubd: Add missing error check in start_io_thread() um: vfio: Prevent duplicate device assignments um: Use correct data source in fpregs_legacy_set() um: vector: Reduce stack usage in vector_eth_configure() arch/um/drivers/ubd_user.c | 2 +- arch/um/drivers/vector_kern.c | 42 +++++++++++++----------------------------- arch/um/drivers/vfio_kern.c | 14 ++++++++++++++ arch/x86/um/ptrace.c | 2 +- 4 files changed, 29 insertions(+), 31 deletions(-)