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)
Mon, Jun 2, 11:51 AM
Unknown Object (File)
Mon, May 26, 12:54 PM
Unknown Object (File)
Sat, May 24, 6:04 AM
Unknown Object (File)
Sun, May 18, 5:50 PM
Unknown Object (File)
Thu, May 15, 10:43 AM
Unknown Object (File)
Sat, May 10, 1:00 PM
Unknown Object (File)
Apr 18 2025, 3:02 AM
Unknown Object (File)
Apr 15 2025, 3:15 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 35965
Build 32854: arc lint + arc unit

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