linux-um.lists.infradead.org archive mirror
 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 changes for v6.3-rc1
Date: Wed, 1 Mar 2023 09:07:03 +0100 (CET)	[thread overview]
Message-ID: <52785855.187162.1677658023892.JavaMail.zimbra@nod.at> (raw)

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

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

             reply	other threads:[~2023-03-01  8:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-01  8:07 Richard Weinberger [this message]
2023-03-01 18:02 ` [GIT PULL] UML changes for v6.3-rc1 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=52785855.187162.1677658023892.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).