From: Linus Torvalds Date: Thu, 18 Sep 2025 16:18:27 +0000 (-0700) Subject: Merge tag 'uml-for-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/uml... X-Git-Tag: v6.17-rc7~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f03e578c8afe514c82ec9bd9af548b8fe08694e5;p=thirdparty%2Fkernel%2Fstable.git Merge tag 'uml-for-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux Pull UML fixes from Johannes Berg: "A few fixes for UML, which I'd meant to send earlier but then forgot. All of them are pretty long-standing issues that are either not really happening (the UAF), in rarely used code (the FD buffer issue), or an issue only for some host configurations (the executable stack): - mark stack not executable to work on more modern systems with selinux - fix use-after-free in a virtio error path - fix stack buffer overflow in external unix socket FD receive function" * tag 'uml-for-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux: um: Fix FD copy size in os_rcv_fd_msg() um: virtio_uml: Fix use-after-free after put_device in probe um: Don't mark stack executable --- f03e578c8afe514c82ec9bd9af548b8fe08694e5