mbox series

[GIT,PULL] UML updates for 6.1-rc1

Message ID 1664125781.30715.1665782235123.JavaMail.zimbra@nod.at
State Handled Elsewhere
Headers show
Series [GIT,PULL] UML updates for 6.1-rc1 | expand

Pull-request

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

Message

Richard Weinberger Oct. 14, 2022, 9:17 p.m. UTC
Linus,

The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6:

  Linux 6.0-rc6 (2022-09-18 13:44:14 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 193cb8372424184dde28088a4230a5fed0afb0ad:

  uml: Remove the initialization of statics to 0 (2022-09-19 23:10:07 +0200)

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

- Move to strscpy()
- Improve panic notifiers
- Fix NR_CPUS usage
- Fixes for various comments
- Fixes for virtio driver

----------------------------------------------------------------
Benjamin Beichler (1):
      um: read multiple msg from virtio slave request fd

Christian Lamparter (1):
      um: increase default virtual physical memory to 64 MiB

Gaosheng Cui (1):
      um: remove unused reactivate_chan() declaration

Guilherme G. Piccoli (1):
      um: Improve panic notifiers consistency and ordering

Huacai Chen (1):
      UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK

Jason Wang (1):
      um: Fix comment typo

Shaomin Deng (1):
      uml: Remove the initialization of statics to 0

Wolfram Sang (2):
      um: move from strlcpy with unused retval to strscpy
      hostfs: move from strlcpy with unused retval to strscpy

Xin Gao (1):
      um: Do not initialise statics to 0.

Xiu Jianfeng (2):
      um: virt-pci: add __init/__exit annotations to module init/exit funcs
      um: mmaper: add __exit annotations to module exit funcs

 arch/um/drivers/chan.h          |  1 -
 arch/um/drivers/mconsole_kern.c |  9 +++---
 arch/um/drivers/mmapper_kern.c  |  2 +-
 arch/um/drivers/net_kern.c      |  2 +-
 arch/um/drivers/ssl.c           |  2 +-
 arch/um/drivers/stdio_console.c |  2 +-
 arch/um/drivers/ubd_kern.c      |  2 +-
 arch/um/drivers/vector_kern.c   |  2 +-
 arch/um/drivers/virt-pci.c      |  4 +--
 arch/um/drivers/virtio_uml.c    | 71 +++++++++++++++++++++--------------------
 arch/um/kernel/physmem.c        |  2 +-
 arch/um/kernel/um_arch.c        | 14 ++++----
 arch/um/kernel/umid.c           |  2 +-
 fs/hostfs/hostfs_kern.c         |  2 +-
 14 files changed, 59 insertions(+), 58 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 15, 2022, 1:26 a.m. UTC | #1
The pull request you sent on Fri, 14 Oct 2022 23:17:15 +0200 (CEST):

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

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

Thank you!