linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] UML fixes for v6.14-rc3
@ 2025-02-15 22:21 Richard Weinberger
  2025-02-16  1:31 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Weinberger @ 2025-02-15 22:21 UTC (permalink / raw)
  To: torvalds; +Cc: linux-um, linux-kernel

Linus,

The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:

  Linux 6.14-rc2 (2025-02-09 12:45:03 -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.14-rc3

for you to fetch changes up to 96178631c3f53398044ed437010f7632ad764bf8:

  um: convert irq_lock to raw spinlock (2025-02-12 23:40:59 +0100)

----------------------------------------------------------------
This pull request contains the following bug fixes for UML:

- Align signal stack correctly
- Convert to raw spinlocks where needed (irq and virtio)
- FPU related fixes

----------------------------------------------------------------
Benjamin Berg (4):
      um: add back support for FXSAVE registers
      um: avoid copying FP state from init_task
      um: properly align signal stack on x86_64
      um: fix execve stub execution on old host OSs

Johannes Berg (3):
      um: virt-pci: don't use kmalloc()
      um: virtio_uml: use raw spinlock
      um: convert irq_lock to raw spinlock

 arch/um/drivers/virt-pci.c       | 198 ++++++++++++++++++++-------------------
 arch/um/drivers/virtio_uml.c     |   8 +-
 arch/um/kernel/irq.c             |  79 +++++++++-------
 arch/um/kernel/process.c         |  10 +-
 arch/um/os-Linux/skas/process.c  |  16 +++-
 arch/x86/um/os-Linux/registers.c |  21 ++++-
 arch/x86/um/signal.c             |  13 ++-
 7 files changed, 203 insertions(+), 142 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-16  1:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-15 22:21 [GIT PULL] UML fixes for v6.14-rc3 Richard Weinberger
2025-02-16  1:31 ` pr-tracker-bot

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