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

From: Richard Weinberger
Date: Wed Mar 01 2023 - 03:07:11 EST


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