Page MenuHomeFreeBSD

emulators/virtualbox-ose-kmod: Fix kernel panic on 13-CURRENT with EPOCH and bridge mode.
ClosedPublic

Authored by nc on Sep 8 2020, 3:31 PM.
Tags
Referenced Files
Unknown Object (File)
Fri, Jul 31, 9:03 PM
Unknown Object (File)
Wed, Jul 29, 11:42 PM
Unknown Object (File)
Mon, Jul 27, 9:01 PM
Unknown Object (File)
Fri, Jul 24, 10:26 AM
Unknown Object (File)
Sun, Jul 19, 5:36 PM
Unknown Object (File)
Jun 30 2026, 4:08 PM
Unknown Object (File)
Jun 29 2026, 10:56 AM
Unknown Object (File)
Jun 26 2026, 2:56 PM

Details

Summary

emulators/virtualbox-ose-kmod: Fix kernel panic on 13-CURRENT with EPOCH and bridge mode.

Submitted by: Neel Chauhan <neel AT neelc DOT org>

Test Plan

Use 13-CURRENT, compile virtualbox-ose-kmod with this patch, test bridge mode. It should work.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

nc requested review of this revision.Sep 8 2020, 3:31 PM

It's not just required if you happen to be bridging. ether_demux() expects to be called in epoch context. (Its first call is to NET_EPOCH_ASSERT().)

This revision is now accepted and ready to land.Sep 8 2020, 6:39 PM

Update PORTREVISION for current Ports tree.

This revision now requires review to proceed.Jan 6 2021, 4:13 AM
0mp added a subscriber: 0mp.

You've got my approval to commit, @nc!

This revision is now accepted and ready to land.Jan 6 2021, 11:39 AM