forked from pool/virtualbox
Accepting request 907365 from home:lwfinger:branches:Virtualization
- Version bump to 6.1.24 (released July 20 2021 by Oracle) This is a maintenance release. The following items were fixed and/or added: Storage: Fixed starting a VM if a device is attached to a VirtIO SCSI port higher than 30 (bug #20213) Storage: Improvement to DVD medium change signaling Serial: Fixed a the guest missing interrupts under certain circumstances (6.0 regression, bug #18668) Audio: Multiple fixes and enhancements Network: Fixed connectivity issue with virtio-net after resuming VM with disconnected link Network: Fixed UDP GSO fragmentation issue with missing 8 bytes of payload at the end of the first fragment API: Fixed VM configuration for recent Windows Server versions Extension Pack: Fixed issues with USB webcam pass-through on Linux Host and guest driver: Fix small memory leak (bug #20280) Linux host and guest: Support kernel version 5.13 (bug #20456) Linux host and guest: Introduce support for SUSE SLES/SLED 15 SP3 kernels (bug #20396) Linux host: Installer will not attempt to build kernel modules if system already has them installed and modules versions match current version Guest Additions: Fixed crash on using shared clipboard (bug #19165) Linux Guest Additions: Introduce support for Ubuntu specific kernels (bug #20325) Solaris guest: Increased default memory and disk sizes EFI: Support network booting with the E1000 network controller emulation EFI: Stability improvements (bug #20090) Delete file "fix_random_stack_failure.patch" - fixed upstream. OBS-URL: https://build.opensuse.org/request/show/907365 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=612
This commit is contained in:
parent
335235e20b
commit
9d32332285
@ -1,23 +0,0 @@
|
||||
Index: VirtualBox-6.1.22/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm
|
||||
===================================================================
|
||||
--- VirtualBox-6.1.22.orig/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm
|
||||
+++ VirtualBox-6.1.22/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm
|
||||
@@ -32,10 +32,17 @@
|
||||
%define STACK_PADDING 0eeeeeeeeeeeeeeeeh
|
||||
|
||||
;; Workaround for linux 4.6 fast/slow syscall stack depth difference.
|
||||
+;; Update: This got worse with linux 5.13 and CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT.
|
||||
+;; The x86 arch_exit_to_user_mode_prepare code limits the offset to 255,
|
||||
+;; while the generic limit is 1023. See bugref:10064 for details.
|
||||
%ifdef VMM_R0_SWITCH_STACK
|
||||
%define STACK_FUZZ_SIZE 0
|
||||
%else
|
||||
- %define STACK_FUZZ_SIZE 128
|
||||
+ %ifdef RT_OS_LINUX
|
||||
+ %define STACK_FUZZ_SIZE 384
|
||||
+ %else
|
||||
+ %define STACK_FUZZ_SIZE 128
|
||||
+ %endif
|
||||
%endif
|
||||
|
||||
|
@ -352,8 +352,8 @@ the terms of the GNU Public License (GPL).
|
||||
|
||||
|
||||
|
||||
##########################################
|
||||
|
||||
##########################################
|
||||
%package qt
|
||||
Summary: Qt GUI part for %{name}
|
||||
Group: System/Emulators/PC
|
||||
@ -410,8 +410,8 @@ This package contains the code for the GUI used to control VMs.
|
||||
|
||||
|
||||
|
||||
#########################################
|
||||
|
||||
#########################################
|
||||
%package websrv
|
||||
Summary: WebService GUI part for %{name}
|
||||
Group: System/Emulators/PC
|
||||
@ -462,8 +462,8 @@ The VirtualBox web server is used to control headless VMs using a browser.
|
||||
|
||||
|
||||
|
||||
#########################################
|
||||
|
||||
#########################################
|
||||
%package guest-x11
|
||||
Summary: VirtualBox X11 drivers for mouse and video
|
||||
Group: System/X11/Servers/XF86_4
|
||||
@ -516,8 +516,8 @@ This package contains X11 guest utilities and X11 guest mouse and video drivers
|
||||
|
||||
|
||||
|
||||
###########################################
|
||||
|
||||
###########################################
|
||||
%package guest-tools
|
||||
Summary: VirtualBox guest tools
|
||||
Group: System/Emulators/PC
|
||||
@ -575,8 +575,8 @@ VirtualBox guest addition tools.
|
||||
|
||||
|
||||
|
||||
###########################################
|
||||
|
||||
###########################################
|
||||
%package -n python3-%{name}
|
||||
Summary: Python bindings for %{name}
|
||||
Group: Development/Libraries/Python
|
||||
@ -634,8 +634,8 @@ Python XPCOM bindings to %{name}. Used e.g. by vboxgtk package.
|
||||
|
||||
|
||||
|
||||
###########################################
|
||||
|
||||
###########################################
|
||||
%package devel
|
||||
Summary: Devel files for %{name}
|
||||
Group: Development/Libraries/Other
|
||||
@ -688,8 +688,8 @@ Development file for %{name}
|
||||
|
||||
|
||||
|
||||
###########################################
|
||||
|
||||
###########################################
|
||||
%package host-source
|
||||
Summary: Source files for %{name} host kernel modules
|
||||
Group: Development/Sources
|
||||
@ -744,8 +744,8 @@ sudo /sbin/vboxguestconfig
|
||||
|
||||
|
||||
|
||||
###########################################
|
||||
|
||||
###########################################
|
||||
%package guest-desktop-icons
|
||||
Summary: Icons for guest desktop files
|
||||
Group: System/Emulators/PC
|
||||
@ -796,8 +796,8 @@ This package contains icons for guest desktop files that were created on the des
|
||||
|
||||
|
||||
|
||||
###########################################
|
||||
|
||||
###########################################
|
||||
%package vnc
|
||||
Summary: VNC desktop sharing
|
||||
Group: System/Emulators/PC
|
||||
|
Loading…
Reference in New Issue
Block a user