FreeBSD Bugzilla – Attachment 216849 Details for
Bug 244819
emulators/virtualbox-ose: System freezes on VM start when using bridge mode on 13-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to use EPOCH in VirtualBox on 13-CURRENT
fix-vbox-current-panic.patch (text/plain), 1.77 KB, created by
Neel Chauhan
on 2020-07-29 05:07:10 UTC
(
hide
)
Description:
patch to use EPOCH in VirtualBox on 13-CURRENT
Filename:
MIME Type:
Creator:
Neel Chauhan
Created:
2020-07-29 05:07:10 UTC
Size:
1.77 KB
patch
obsolete
>Index: files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c >=================================================================== >--- files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c (nonexistent) >+++ files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c (working copy) >@@ -0,0 +1,34 @@ >+--- src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c.orig 2020-07-28 21:59:30.107638000 -0700 >++++ src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c 2020-07-28 22:00:37.858885000 -0700 >+@@ -361,7 +361,14 @@ >+ { >+ if (mtag != NULL || !fActive) >+ { >++#if __FreeBSD_version >= 1300049 >++ struct epoch_tracker et; >++ NET_EPOCH_ENTER(et); >++#endif >+ ether_demux(ifp, m); >++#if __FreeBSD_version >= 1300049 >++ NET_EPOCH_EXIT(et); >++#endif >+ if (fActive) >+ vboxNetFltRelease(pThis, true /*fBusy*/); >+ VBOXCURVNET_RESTORE(); >+@@ -457,7 +464,16 @@ >+ if (fDropIt) >+ m_freem(m); >+ else >++ { >++#if __FreeBSD_version >= 1300049 >++ struct epoch_tracker et; >++ NET_EPOCH_ENTER(et); >++#endif >+ ether_demux(ifp, m); >++#if __FreeBSD_version >= 1300049 >++ NET_EPOCH_EXIT(et); >++#endif >++ } >+ } >+ vboxNetFltRelease(pThis, true /* fBusy */); >+ VBOXCURVNET_RESTORE(); > >Property changes on: files/patch-src_VBox_HostDrivers_VBoxNetFlt_freebsd_VBoxNetFlt-freebsd.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244819
: 216849