All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	linux-um <linux-um@lists.infradead.org>
Subject: [GIT PULL] UML updates for 5.18
Date: Thu, 31 Mar 2022 23:04:10 +0200 (CEST)	[thread overview]
Message-ID: <738009331.204323.1648760650240.JavaMail.zimbra@nod.at> (raw)

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(-)

_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um

WARNING: multiple messages have this Message-ID (diff)
From: Richard Weinberger <richard@nod.at>
To: torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	linux-um <linux-um@lists.infradead.org>
Subject: [GIT PULL] UML updates for 5.18
Date: Thu, 31 Mar 2022 23:04:10 +0200 (CEST)	[thread overview]
Message-ID: <738009331.204323.1648760650240.JavaMail.zimbra@nod.at> (raw)

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(-)

             reply	other threads:[~2022-03-31 21:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-31 21:04 Richard Weinberger [this message]
2022-03-31 21:04 ` [GIT PULL] UML updates for 5.18 Richard Weinberger
2022-03-31 23:22 ` pr-tracker-bot
2022-03-31 23:22   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=738009331.204323.1648760650240.JavaMail.zimbra@nod.at \
    --to=richard@nod.at \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-um@lists.infradead.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.