| Summary: | Double loading of the if_tap module causes the system to crash, without panic and reboot | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Vladyslav V. Prodan <admin> | ||||||
| Component: | bin | Assignee: | Kyle Evans <kevans> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | bugs, emaste, kevans | ||||||
| Priority: | --- | ||||||||
| Version: | 11.0-STABLE | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Vladyslav V. Prodan
2017-07-19 21:27:55 UTC
Created attachment 184518 [details]
kldstat -v
A commit references this bug: Author: kevans Date: Thu Apr 25 18:22:23 UTC 2019 New revision: 346688 URL: https://svnweb.freebsd.org/changeset/base/346688 Log: tap(4): Add a MODULE_VERSION Otherwise tap(4) can be loaded by loader despite being compiled into the kernel, causing a panic as things try to double-initialize. PR: 220867 MFC after: 3 days Changes: head/sys/net/if_tap.c A commit references this bug: Author: kevans Date: Sun Apr 28 03:51:09 UTC 2019 New revision: 346803 URL: https://svnweb.freebsd.org/changeset/base/346803 Log: MFC r346688-r346689: tap(4) MODULE_VERSION r346688: tap(4): Add a MODULE_VERSION Otherwise tap(4) can be loaded by loader despite being compiled into the kernel, causing a panic as things try to double-initialize. r346689: tap(4): Correct driver name... PR: 220867 Changes: _U stable/11/ stable/11/sys/net/if_tap.c _U stable/12/ stable/12/sys/net/if_tap.c |