commit:     a37c48205b2da2046afa9241f7cd045df4ebe7c4
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jun  1 15:44:07 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 15:56:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37c4820

app-emulation/virtualbox-modules: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31265
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 .../virtualbox-modules-7.0.6-kernel-6.3.patch      | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git 
a/app-emulation/virtualbox-modules/files/virtualbox-modules-7.0.6-kernel-6.3.patch
 
b/app-emulation/virtualbox-modules/files/virtualbox-modules-7.0.6-kernel-6.3.patch
deleted file mode 100644
index 3ea343791773..000000000000
--- 
a/app-emulation/virtualbox-modules/files/virtualbox-modules-7.0.6-kernel-6.3.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Linux: vboxdrv: Introduce initial support for kernel 6.3.x series, 
bugref:10381.
-https://www.virtualbox.org/changeset/98867/vbox
-
-Index: trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c
-===================================================================
---- a/vboxdrv/r0drv/linux/memobj-r0drv-linux.c
-+++ b/vboxdrv/r0drv/linux/memobj-r0drv-linux.c
-@@ -1402,5 +1402,9 @@
-             {
-                 flush_dcache_page(pMemLnx->apPages[rc]);
-+#if RTLNX_VER_MIN(6,3,0)
-+                vm_flags_set(papVMAs[rc], VM_DONTCOPY | VM_LOCKED);
-+#else
-                 papVMAs[rc]->vm_flags |= VM_DONTCOPY | VM_LOCKED;
-+#endif
-             }
- 
-@@ -1873,5 +1877,8 @@
-                     /* Thes flags help making 100% sure some bad stuff wont 
happen (swap, core, ++).
-                      * See remap_pfn_range() in mm/memory.c */
--#if    RTLNX_VER_MIN(3,7,0)
-+
-+#if    RTLNX_VER_MIN(6,3,0)
-+                    vm_flags_set(vma, VM_DONTEXPAND | VM_DONTDUMP);
-+#elif  RTLNX_VER_MIN(3,7,0)
-                     vma->vm_flags |= VM_DONTEXPAND | VM_DONTDUMP;
- #else

Reply via email to