mbox series

[GIT,PULL] UML changes for v6.3-rc1

Message ID 52785855.187162.1677658023892.JavaMail.zimbra@nod.at
State Handled Elsewhere
Headers show
Series [GIT,PULL] UML changes for v6.3-rc1 | expand

Pull-request

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

Message

Richard Weinberger March 1, 2023, 8:07 a.m. UTC
Linus,

The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:

  Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 04df97e150c83d4640540008e95d0229cb188135:

  Documentation: rust: Fix arch support table (2023-02-13 10:14:32 +0100)

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

- Add support for rust (yay!)
- Add support for LTO
- Add platform bus support to virtio-pci
- Various virtio fixes
- Coding style, spelling cleanups

----------------------------------------------------------------
Ammar Faizi (1):
      x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list

Bagas Sanjaya (1):
      Documentation: rust: Fix arch support table

Benjamin Berg (6):
      um: Switch printk calls to adhere to correct coding style
      um: Declare fix_range_common as a static function
      um: virtio_uml: free command if adding to virtqueue failed
      um: virtio_uml: mark device as unregistered when breaking it
      um: virtio_uml: move device breaking into workqueue
      um: virt-pci: properly remove PCI device from bus

Carlos Bilbao (1):
      uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS}

David Gow (3):
      rust: arch/um: Use 'pie' relocation mode under UML
      rust: arch/um: Disable FP/SIMD instruction to match x86
      rust: arch/um: Add support for CONFIG_RUST under x86_64 UML

Fabio M. De Francesco (1):
      hostfs: Replace kmap() with kmap_local_page()

Johannes Berg (1):
      um: protect VMA iteration

Masahiro Yamada (1):
      UML: define RUNTIME_DISCARD_EXIT

Peter Foley (6):
      um: Make the definition of cpu_data more compatible
      um: Avoid pcap multiple definition errors
      um: Prevent building modules incompatible with MODVERSIONS
      um: Use CFLAGS_vmlinux
      um: put power options in a menu
      um: Support LTO

Vincent Whitchurch (3):
      um: virt-pci: implement pcibios_get_phb_of_node()
      um-virt-pci: Make max delay configurable
      virt-pci: add platform bus support

Xiang Yang (1):
      um: vector: Fix memory leak in vector_config

Yang Li (1):
      um: remove unneeded semicolon

ye xingchen (1):
      um: Remove the unneeded result variable

 Documentation/rust/arch-support.rst     |   2 +
 arch/um/Kconfig                         |   7 ++
 arch/um/Makefile                        |   7 +-
 arch/um/drivers/Kconfig                 |   2 +
 arch/um/drivers/pcap_kern.c             |   4 +-
 arch/um/drivers/vector_kern.c           |   1 +
 arch/um/drivers/vector_user.h           |   2 -
 arch/um/drivers/virt-pci.c              | 139 ++++++++++++++++++++++++++++++--
 arch/um/drivers/virtio_uml.c            |  20 ++++-
 arch/um/include/asm/processor-generic.h |   2 +-
 arch/um/kernel/exec.c                   |   4 +-
 arch/um/kernel/tlb.c                    |   6 +-
 arch/um/kernel/um_arch.c                |   2 +-
 arch/um/kernel/vmlinux.lds.S            |   2 +-
 arch/um/os-Linux/irq.c                  |   4 +-
 arch/um/os-Linux/skas/mem.c             |  19 ++---
 arch/um/os-Linux/skas/process.c         | 121 ++++++++++++++-------------
 arch/x86/Makefile.um                    |   6 ++
 arch/x86/um/vdso/Makefile               |   2 +-
 arch/x86/um/vdso/um_vdso.c              |  12 ++-
 fs/hostfs/hostfs_kern.c                 |  15 ++--
 21 files changed, 268 insertions(+), 111 deletions(-)

Comments

pr-tracker-bot@kernel.org March 1, 2023, 6:02 p.m. UTC | #1
The pull request you sent on Wed, 1 Mar 2023 09:07:03 +0100 (CET):

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

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

Thank you!