emulators/virtualbox-ose-kmod: Fix kernel panic on 13-CURRENT with EPOCH and bridge mode.
Submitted by: Neel Chauhan <neel AT neelc DOT org>
Differential D26359
emulators/virtualbox-ose-kmod: Fix kernel panic on 13-CURRENT with EPOCH and bridge mode. nc on Sep 8 2020, 3:31 PM. Authored by Tags Referenced Files
Subscribers
Details emulators/virtualbox-ose-kmod: Fix kernel panic on 13-CURRENT with EPOCH and bridge mode. Submitted by: Neel Chauhan <neel AT neelc DOT org> Use 13-CURRENT, compile virtualbox-ose-kmod with this patch, test bridge mode. It should work.
Diff Detail
Event TimelineComment Actions 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().) |