mbox series

[GIT,PULL] UML updates for 5.18

Message ID 738009331.204323.1648760650240.JavaMail.zimbra@nod.at
State Not Applicable
Headers show
Series [GIT,PULL] UML updates for 5.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git tags/for-linus-5.18-rc1

Message

Richard Weinberger March 31, 2022, 9:04 p.m. UTC
Linus,

The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3:

  Linux 5.17-rc6 (2022-02-27 14:36:33 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git tags/for-linus-5.18-rc1

for you to fetch changes up to 82017457957a550d7d00dde419435dd74a890887:

  um: run_helper: Write error message to kernel log on exec failure on host (2022-03-11 10:56:17 +0100)

----------------------------------------------------------------
This pull request contains the following changes for UML:

- Devicetree support (for testing)
- Various cleanups and fixes: UBD, port_user, uml_mconsole
- Maintainer update

----------------------------------------------------------------
Anton Ivanov (3):
      um: Document dtb command line option
      um: Migrate vector drivers to NAPI
      um: Fix uml_mconsole stop/go

Benjamin Beichler (1):
      um: fix and optimize xor select template for CONFIG64 and timetravel mode

David Gow (3):
      um: Cleanup syscall_handler_t definition/cast, fix warning
      um: Remove unused timeval_to_ns() function
      um: clang: Strip out -mno-global-merge from USER_CFLAGS

Frédéric Danis (1):
      um: Fix WRITE_ZEROES in the UBD Driver

Glenn Washburn (4):
      um: port_user: Search for in.telnetd in PATH
      um: port_user: Allow setting path to port-helper using UML_PORT_HELPER envvar
      um: port_user: Improve error handling when port-helper is not found
      um: run_helper: Write error message to kernel log on exec failure on host

Johannes Berg (2):
      lib/logic_iomem: correct fallback config references
      uml: net: vector: fix const issue

Richard Weinberger (1):
      MAINTAINERS: Update UserModeLinux entry

Vincent Whitchurch (2):
      um: Fix order of dtb unflatten/early init
      docs: UML: Mention telnetd for port channel

Yang Li (1):
      um: Remove duplicated include in syscalls_64.c

 .../virt/uml/user_mode_linux_howto_v2.rst          |  26 ++++-
 MAINTAINERS                                        |   5 +-
 arch/um/Makefile                                   |   4 +
 arch/um/drivers/mconsole_kern.c                    |   3 +-
 arch/um/drivers/port_user.c                        |  18 +++-
 arch/um/drivers/ubd_kern.c                         |   8 +-
 arch/um/drivers/vector_kern.c                      | 105 ++++++++++-----------
 arch/um/drivers/vector_kern.h                      |   3 +-
 arch/um/drivers/vector_user.c                      |   2 +-
 arch/um/drivers/vector_user.h                      |   2 +-
 arch/um/include/asm/xor.h                          |   4 +-
 arch/um/include/shared/os.h                        |   1 +
 arch/um/kernel/dtb.c                               |   2 +-
 arch/um/os-Linux/file.c                            |   9 ++
 arch/um/os-Linux/helper.c                          |   5 +
 arch/um/os-Linux/time.c                            |   6 --
 arch/x86/um/shared/sysdep/syscalls_64.h            |   5 +-
 arch/x86/um/syscalls_64.c                          |   1 -
 lib/logic_iomem.c                                  |   8 +-
 19 files changed, 136 insertions(+), 81 deletions(-)

Comments

pr-tracker-bot@kernel.org March 31, 2022, 11:22 p.m. UTC | #1
The pull request you sent on Thu, 31 Mar 2022 23:04:10 +0200 (CEST):

> git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git tags/for-linus-5.18-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e8b767f5e04097aaedcd6e06e2270f9fe5282696

Thank you!