Changes between Initial Version and Version 1 of Ticket #14779, comment 16
- Timestamp:
- Nov 9, 2015 3:09:53 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14779, comment 16
initial v1 1 1 No far, I have not observed any more kernel panics after applying my patch. The patch simply comments out these settings: 2 {{{ 2 3 # define VBOXNETFLT_WITH_GSO 1 3 4 # define VBOXNETFLT_WITH_GSO_XMIT_HOST 1 … … 5 6 # define VBOXNETFLT_WITH_GSO_RECV 1 6 7 # define VBOXNETFLT_WITH_GRO 1 8 }}} 7 9 That is, one of these settings causes the crashes.