[GIT PULL] uml-for-7.0-rc1
From: Johannes Berg
Date: Fri Feb 13 2026 - 07:32:57 EST
Hi Linus,
UML was _really_ quiet, with just four small commits,
but there there are anyway.
Please pull and let us know if there's any problem.
Thanks,
johannes
The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193:
Linux 6.19-rc5 (2026-01-11 17:03:14 -1000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/uml/linux.git tags/uml-for-7.0-rc1
for you to fetch changes up to 68e25613ed4d06c987a42b0589f54ce88c13477c:
arch/um: remove unused varible err in remove_files_and_dir() (2026-01-13 19:43:41 +0100)
----------------------------------------------------------------
Just a very few minor things:
- two signal handling fixes
- dynamic addition of virtio devices
- and a single code cleanup
----------------------------------------------------------------
Alex Shi (1):
arch/um: remove unused varible err in remove_files_and_dir()
Tiwei Bie (3):
um: Preserve errno within signal handler
um: Handle SIGCHLD in seccomp mode like other IRQ signals
um: virtio_uml: Support adding devices via mconsole
arch/um/drivers/virtio_uml.c | 51 +++++++++++++++++++++++++++++++++++++++++++-
arch/um/os-Linux/signal.c | 9 +++++---
arch/um/os-Linux/umid.c | 3 +--
3 files changed, 57 insertions(+), 6 deletions(-)